Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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: // windows\mil\codegen\mcg\generators\PolySegmentTemplate.cs // // Please see [....]/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
- StickyNoteHelper.cs
- Subset.cs
- AssemblyFilter.cs
- PKCS1MaskGenerationMethod.cs
- HttpCacheVary.cs
- CustomErrorsSectionWrapper.cs
- VisualStyleInformation.cs
- Line.cs
- RequestResponse.cs
- ApplicationActivator.cs
- GenerateHelper.cs
- HwndStylusInputProvider.cs
- KerberosSecurityTokenAuthenticator.cs
- ConfigurationException.cs
- BamlRecordReader.cs
- FileNameEditor.cs
- TextServicesCompartment.cs
- DomainLiteralReader.cs
- MouseGestureValueSerializer.cs
- FormsAuthenticationModule.cs
- ReplyChannelAcceptor.cs
- ValueTable.cs
- cookiecollection.cs
- NavigationWindowAutomationPeer.cs
- FieldBuilder.cs
- SmtpAuthenticationManager.cs
- RegistryPermission.cs
- Rect3DValueSerializer.cs
- XmlSerializerNamespaces.cs
- SmiGettersStream.cs
- ComplexType.cs
- EdmComplexPropertyAttribute.cs
- relpropertyhelper.cs
- QueryIntervalOp.cs
- Queue.cs
- DetectEofStream.cs
- HttpsHostedTransportConfiguration.cs
- xmlglyphRunInfo.cs
- ErrorFormatterPage.cs
- ScriptControlDescriptor.cs
- DbConnectionStringCommon.cs
- CodeAttributeDeclaration.cs
- KeySplineConverter.cs
- MasterPage.cs
- FamilyTypeface.cs
- NameNode.cs
- OneToOneMappingSerializer.cs
- GcSettings.cs
- SemanticResultValue.cs
- CharacterBuffer.cs
- Buffer.cs
- TypeListConverter.cs
- DataBoundControlHelper.cs
- BevelBitmapEffect.cs
- XPathDocumentNavigator.cs
- ProviderUtil.cs
- SetIndexBinder.cs
- ListBoxItemAutomationPeer.cs
- FragmentQuery.cs
- NumberSubstitution.cs
- SqlPersonalizationProvider.cs
- NestedContainer.cs
- ListViewInsertEventArgs.cs
- EntryWrittenEventArgs.cs
- ScrollViewerAutomationPeer.cs
- ScrollChrome.cs
- DPTypeDescriptorContext.cs
- SoapEnumAttribute.cs
- RootBrowserWindowProxy.cs
- AttachedAnnotation.cs
- SqlFacetAttribute.cs
- EventDescriptor.cs
- ProxyHwnd.cs
- WriteFileContext.cs
- StringArrayConverter.cs
- XmlUrlResolver.cs
- figurelength.cs
- BamlLocalizableResourceKey.cs
- AtomServiceDocumentSerializer.cs
- MultiPartWriter.cs
- ConstantCheck.cs
- TrustManagerMoreInformation.cs
- DocumentOrderQuery.cs
- StringUtil.cs
- EmptyCollection.cs
- codemethodreferenceexpression.cs
- HttpPostLocalhostServerProtocol.cs
- DataBoundControl.cs
- TdsParserSafeHandles.cs
- log.cs
- JapaneseCalendar.cs
- SqlHelper.cs
- WrappingXamlSchemaContext.cs
- Debugger.cs
- DataGridCommandEventArgs.cs
- HebrewNumber.cs
- Canvas.cs
- SemanticResultKey.cs
- Native.cs
- XmlChildNodes.cs