Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Generated / PolyLineSegmentFigureLogic.cs / 1 / PolyLineSegmentFigureLogic.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 PolyLineSegment ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { #region Constructors ////// PolyLineSegment constructor /// public PolyLineSegment() { } ////// /// public PolyLineSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyLineSegment(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 >= 1) { 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.PolyLineTo(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 PolyLineSegment ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { #region Constructors ////// PolyLineSegment constructor /// public PolyLineSegment() { } ////// /// public PolyLineSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyLineSegment(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 >= 1) { 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.PolyLineTo(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
- ContainerVisual.cs
- DoubleKeyFrameCollection.cs
- CanonicalizationDriver.cs
- RenamedEventArgs.cs
- FormCollection.cs
- InternalUserCancelledException.cs
- prompt.cs
- QueryOperationResponseOfT.cs
- TreeNode.cs
- PartitionResolver.cs
- ContentElementCollection.cs
- CodeCompileUnit.cs
- InputElement.cs
- NavigationPropertyAccessor.cs
- ContractComponent.cs
- VisualCollection.cs
- XmlSchemaValidator.cs
- CanExecuteRoutedEventArgs.cs
- FormCollection.cs
- ClientClassGenerator.cs
- TypeInfo.cs
- EndpointDiscoveryBehavior.cs
- Property.cs
- XpsTokenContext.cs
- InvalidCommandTreeException.cs
- ColumnTypeConverter.cs
- BitmapVisualManager.cs
- RsaKeyIdentifierClause.cs
- PathSegmentCollection.cs
- Bits.cs
- CommandHelper.cs
- HtmlElementCollection.cs
- IRCollection.cs
- TypeResolvingOptions.cs
- DeclaredTypeElement.cs
- XmlSerializableReader.cs
- PreProcessor.cs
- OpenTypeLayout.cs
- ReferenceService.cs
- SchemaTableOptionalColumn.cs
- AmbiguousMatchException.cs
- ValidationError.cs
- CompositeActivityMarkupSerializer.cs
- BuildManager.cs
- AssemblyCacheEntry.cs
- CanonicalizationDriver.cs
- StylusCaptureWithinProperty.cs
- Vars.cs
- ProcessDesigner.cs
- DragDrop.cs
- MethodImplAttribute.cs
- GenericRootAutomationPeer.cs
- XmlQualifiedName.cs
- NamespaceEmitter.cs
- AuthorizationRule.cs
- LambdaCompiler.Logical.cs
- EmptyEnumerable.cs
- ConversionContext.cs
- ReflectionHelper.cs
- FileRecordSequenceCompletedAsyncResult.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- AlignmentXValidation.cs
- HttpProfileBase.cs
- HwndTarget.cs
- SQLByteStorage.cs
- MetafileHeader.cs
- ConfigXmlElement.cs
- CookielessHelper.cs
- TemplateColumn.cs
- QueryValue.cs
- RawStylusInputReport.cs
- securitymgrsite.cs
- SemaphoreSecurity.cs
- WaitingCursor.cs
- DataBindingValueUIHandler.cs
- MsmqIntegrationBindingElement.cs
- CurrentChangingEventArgs.cs
- DataBoundControlHelper.cs
- UserNamePasswordValidator.cs
- TreeIterator.cs
- DBConnectionString.cs
- ContractUtils.cs
- _CookieModule.cs
- ProfileInfo.cs
- panel.cs
- DragDrop.cs
- DataServiceResponse.cs
- RegexMatch.cs
- DbConnectionInternal.cs
- IPPacketInformation.cs
- FieldNameLookup.cs
- RequestBringIntoViewEventArgs.cs
- XmlILStorageConverter.cs
- FormsAuthenticationUserCollection.cs
- PathTooLongException.cs
- XhtmlConformanceSection.cs
- ListManagerBindingsCollection.cs
- ProviderException.cs
- XmlSchemaElement.cs
- columnmapfactory.cs