Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Generated / PolyQuadraticBezierSegmentFigureLogic.cs / 1305600 / PolyQuadraticBezierSegmentFigureLogic.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // This file was generated from the codegen template located at: // wpf\src\Graphics\codegen\mcg\generators\PolySegmentTemplate.cs // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Security.Permissions; using System.Windows; using System.Windows.Markup; using System.Windows.Media.Animation; using System.ComponentModel.Design.Serialization; using System.Windows.Media.Composition; using System.Reflection; using MS.Internal; using System.Security; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { #region PolyQuadraticBezierSegment ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : PathSegment { #region Constructors ////// PolyQuadraticBezierSegment constructor /// public PolyQuadraticBezierSegment() { } ////// /// public PolyQuadraticBezierSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyQuadraticBezierSegment(IEnumerablepoints, bool isStroked, bool isSmoothJoin) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; IsSmoothJoin = isSmoothJoin; } #endregion #region AddToFigure internal override void AddToFigure( Matrix matrix, // The transformation matrix PathFigure figure, // The figure to add to ref Point current) // Out: Segment endpoint, not transformed { PointCollection points = Points; if (points != null && points.Count >= 2) { if (matrix.IsIdentity) { figure.Segments.Add(this); } else { PointCollection copy = new PointCollection(); Point pt = new Point(); int count = points.Count; for (int i=0; i /// SerializeData - Serialize the contents of this Segment to the provided context. /// internal override void SerializeData(StreamGeometryContext ctx) { ctx.PolyQuadraticBezierTo(Points, IsStroked, IsSmoothJoin); } #endregion } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // // Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // This file was generated from the codegen template located at: // wpf\src\Graphics\codegen\mcg\generators\PolySegmentTemplate.cs // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Security.Permissions; using System.Windows; using System.Windows.Markup; using System.Windows.Media.Animation; using System.ComponentModel.Design.Serialization; using System.Windows.Media.Composition; using System.Reflection; using MS.Internal; using System.Security; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { #region PolyQuadraticBezierSegment ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : PathSegment { #region Constructors ////// PolyQuadraticBezierSegment constructor /// public PolyQuadraticBezierSegment() { } ////// /// public PolyQuadraticBezierSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyQuadraticBezierSegment(IEnumerablepoints, bool isStroked, bool isSmoothJoin) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; IsSmoothJoin = isSmoothJoin; } #endregion #region AddToFigure internal override void AddToFigure( Matrix matrix, // The transformation matrix PathFigure figure, // The figure to add to ref Point current) // Out: Segment endpoint, not transformed { PointCollection points = Points; if (points != null && points.Count >= 2) { if (matrix.IsIdentity) { figure.Segments.Add(this); } else { PointCollection copy = new PointCollection(); Point pt = new Point(); int count = points.Count; for (int i=0; i /// SerializeData - Serialize the contents of this Segment to the provided context. /// internal override void SerializeData(StreamGeometryContext ctx) { ctx.PolyQuadraticBezierTo(Points, IsStroked, IsSmoothJoin); } #endregion } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DateRangeEvent.cs
- PrintDialog.cs
- FixedFindEngine.cs
- ReachPageContentSerializerAsync.cs
- URLMembershipCondition.cs
- Subordinate.cs
- XhtmlBasicCommandAdapter.cs
- StorageModelBuildProvider.cs
- CroppedBitmap.cs
- SqlDataSourceWizardForm.cs
- StringArrayConverter.cs
- InfoCardArgumentException.cs
- DelegatingConfigHost.cs
- PublisherIdentityPermission.cs
- AutomationPatternInfo.cs
- QueryProcessor.cs
- HtmlEmptyTagControlBuilder.cs
- PropagatorResult.cs
- Vector.cs
- Win32KeyboardDevice.cs
- ExceptionRoutedEventArgs.cs
- FixedTextView.cs
- Shape.cs
- SqlDataSourceView.cs
- PageThemeParser.cs
- PkcsMisc.cs
- ToolStripRendererSwitcher.cs
- ByeMessageApril2005.cs
- CodeSnippetExpression.cs
- QilXmlReader.cs
- DataSysAttribute.cs
- UriTemplateLiteralQueryValue.cs
- UserControlAutomationPeer.cs
- SimpleTableProvider.cs
- ButtonRenderer.cs
- StylusPlugin.cs
- TdsEnums.cs
- OrderByQueryOptionExpression.cs
- UserControl.cs
- InsufficientMemoryException.cs
- Property.cs
- XmlIncludeAttribute.cs
- ColumnHeader.cs
- OdbcInfoMessageEvent.cs
- GenericPrincipal.cs
- CommentEmitter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ExtensionSurface.cs
- DefaultMergeHelper.cs
- XmlSchemaAttributeGroup.cs
- DropAnimation.xaml.cs
- BroadcastEventHelper.cs
- DbFunctionCommandTree.cs
- FormattedText.cs
- BatchServiceHost.cs
- GlobalItem.cs
- DetailsViewRowCollection.cs
- ClientSponsor.cs
- Exceptions.cs
- TextTreeUndo.cs
- ComEventsInfo.cs
- RightsManagementEncryptionTransform.cs
- ProxyGenerator.cs
- LicenseException.cs
- MyContact.cs
- FilteredDataSetHelper.cs
- DataGridColumnFloatingHeader.cs
- SchemaContext.cs
- CollectionContainer.cs
- XmlByteStreamReader.cs
- XmlNodeReader.cs
- WpfSharedBamlSchemaContext.cs
- TableSectionStyle.cs
- UnaryNode.cs
- SamlAuthorizationDecisionStatement.cs
- WebPartTracker.cs
- BroadcastEventHelper.cs
- ListViewUpdateEventArgs.cs
- TypeRestriction.cs
- EventRoute.cs
- ToolStripItemImageRenderEventArgs.cs
- CrossContextChannel.cs
- elementinformation.cs
- Match.cs
- DragCompletedEventArgs.cs
- ControlPager.cs
- PerfService.cs
- PageOutputQuality.cs
- XmlSchemaObject.cs
- SqlNotificationRequest.cs
- SHA1CryptoServiceProvider.cs
- Table.cs
- AuthenticatedStream.cs
- SqlClientFactory.cs
- DbCommandDefinition.cs
- EndOfStreamException.cs
- StrokeNodeOperations.cs
- SizeAnimationBase.cs
- TypeInitializationException.cs
- PreservationFileWriter.cs