Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- WorkflowNamespace.cs
- DataObjectFieldAttribute.cs
- RowsCopiedEventArgs.cs
- TraceProvider.cs
- CqlIdentifiers.cs
- DataGridTableCollection.cs
- WebFormsRootDesigner.cs
- PackUriHelper.cs
- PagerSettings.cs
- CompositeCollectionView.cs
- ProfilePropertySettingsCollection.cs
- GregorianCalendarHelper.cs
- UserInitiatedNavigationPermission.cs
- SafeLocalAllocation.cs
- GPStream.cs
- HelloOperationAsyncResult.cs
- OpCodes.cs
- AnnotationResourceChangedEventArgs.cs
- TextControl.cs
- Frame.cs
- NetNamedPipeBinding.cs
- ContravarianceAdapter.cs
- RowToFieldTransformer.cs
- SqlConnection.cs
- LogReserveAndAppendState.cs
- DataColumnCollection.cs
- FilteredReadOnlyMetadataCollection.cs
- ExponentialEase.cs
- InternalPermissions.cs
- LinqDataSourceValidationException.cs
- DataGridViewTextBoxCell.cs
- DataBindingHandlerAttribute.cs
- RecipientInfo.cs
- WebHttpBindingElement.cs
- OutOfProcStateClientManager.cs
- Popup.cs
- VBIdentifierNameEditor.cs
- EventProxy.cs
- HatchBrush.cs
- SqlDependencyUtils.cs
- CFStream.cs
- CodeDomComponentSerializationService.cs
- DrawingGroupDrawingContext.cs
- WebReferencesBuildProvider.cs
- SQLMembershipProvider.cs
- CodeCastExpression.cs
- AncestorChangedEventArgs.cs
- InvalidComObjectException.cs
- BitmapCache.cs
- BrowserCapabilitiesFactory.cs
- BamlLocalizableResource.cs
- RbTree.cs
- _Win32.cs
- ProvidePropertyAttribute.cs
- GenericsInstances.cs
- ImageKeyConverter.cs
- ControlEvent.cs
- EmptyReadOnlyDictionaryInternal.cs
- HierarchicalDataSourceControl.cs
- XmlObjectSerializerReadContextComplex.cs
- InternalsVisibleToAttribute.cs
- MDIWindowDialog.cs
- DesignRelationCollection.cs
- FlowDocumentPage.cs
- ObjectManager.cs
- TextDecorations.cs
- PtsCache.cs
- StrokeNode.cs
- SignatureDescription.cs
- thaishape.cs
- BitmapFrame.cs
- Win32.cs
- RectIndependentAnimationStorage.cs
- ControlCollection.cs
- x509store.cs
- SecurityRuntime.cs
- SystemIPGlobalStatistics.cs
- Directory.cs
- HttpApplicationFactory.cs
- Dispatcher.cs
- ContextStaticAttribute.cs
- Evaluator.cs
- PointCollection.cs
- LoginName.cs
- CompoundFileStorageReference.cs
- HttpChannelHelpers.cs
- ViewUtilities.cs
- PageScaling.cs
- SystemDropShadowChrome.cs
- ErrorRuntimeConfig.cs
- CqlLexer.cs
- EntityDataSourceStatementEditorForm.cs
- WebSysDefaultValueAttribute.cs
- ObjectRef.cs
- QuotedStringFormatReader.cs
- ScrollItemPatternIdentifiers.cs
- Debug.cs
- ActivityExecutorOperation.cs
- ExtensionSurface.cs
- InputBuffer.cs