Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- Journal.cs
- MulticastNotSupportedException.cs
- PropertyPath.cs
- RootDesignerSerializerAttribute.cs
- Table.cs
- Number.cs
- SmtpNegotiateAuthenticationModule.cs
- HandlerMappingMemo.cs
- InboundActivityHelper.cs
- EventLogEntryCollection.cs
- RelationshipType.cs
- IndexedGlyphRun.cs
- InstanceNormalEvent.cs
- ResourceExpressionBuilder.cs
- SQLInt16Storage.cs
- WebHttpBehavior.cs
- DiscoveryMessageSequence.cs
- PropertyNames.cs
- connectionpool.cs
- CellPartitioner.cs
- DataColumnMappingCollection.cs
- ObjectItemNoOpAssemblyLoader.cs
- RightsManagementEncryptionTransform.cs
- UiaCoreProviderApi.cs
- Visual.cs
- HtmlTextBoxAdapter.cs
- WindowsSpinner.cs
- Semaphore.cs
- RestHandlerFactory.cs
- PageThemeBuildProvider.cs
- TableTextElementCollectionInternal.cs
- AnnotationHighlightLayer.cs
- Grant.cs
- EnumConverter.cs
- DataDesignUtil.cs
- PeerNameRegistration.cs
- SortDescriptionCollection.cs
- XmlPreloadedResolver.cs
- coordinatorfactory.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- RegexCharClass.cs
- FieldToken.cs
- WebPartAuthorizationEventArgs.cs
- HTTPRemotingHandler.cs
- ElementHostAutomationPeer.cs
- FormsAuthenticationUserCollection.cs
- HttpWebResponse.cs
- LinkButton.cs
- DataTableReader.cs
- DispatcherEventArgs.cs
- ContextMenuService.cs
- CryptoConfig.cs
- ArrayTypeMismatchException.cs
- CoTaskMemHandle.cs
- DebugHandleTracker.cs
- MetadataItemEmitter.cs
- Misc.cs
- SqlDataSourceCommandEventArgs.cs
- HealthMonitoringSectionHelper.cs
- ActivityMarkupSerializationProvider.cs
- ErrorView.xaml.cs
- LayoutTableCell.cs
- FixedDSBuilder.cs
- SchemaSetCompiler.cs
- TreeViewCancelEvent.cs
- ActiveXContainer.cs
- RefreshEventArgs.cs
- ObjectQueryProvider.cs
- CodeDesigner.cs
- BamlRecordHelper.cs
- CachedPathData.cs
- FontStretch.cs
- DomainUpDown.cs
- DispatcherFrame.cs
- SpellerStatusTable.cs
- base64Transforms.cs
- Int32AnimationUsingKeyFrames.cs
- ActiveXSite.cs
- StatusBar.cs
- TextSelectionHighlightLayer.cs
- SoapEnumAttribute.cs
- CodeBlockBuilder.cs
- SettingsAttributeDictionary.cs
- DataGridViewCheckBoxCell.cs
- ListSortDescriptionCollection.cs
- XmlCharCheckingReader.cs
- PieceNameHelper.cs
- CompilationRelaxations.cs
- serverconfig.cs
- GeometryCombineModeValidation.cs
- ServiceOperationListItem.cs
- StrokeFIndices.cs
- EditCommandColumn.cs
- WebPartDisplayModeEventArgs.cs
- SigningCredentials.cs
- DataGridViewRowCancelEventArgs.cs
- SizeLimitedCache.cs
- WSHttpBindingBaseElement.cs
- IgnoreFlushAndCloseStream.cs
- InheritanceContextChangedEventManager.cs