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
- InheritedPropertyDescriptor.cs
- DataServiceCollectionOfT.cs
- SqlCommandSet.cs
- SecurityPolicySection.cs
- PackagePartCollection.cs
- ControlBindingsCollection.cs
- WebBrowsableAttribute.cs
- IgnoreSectionHandler.cs
- CodeDelegateCreateExpression.cs
- M3DUtil.cs
- StaticTextPointer.cs
- OverflowException.cs
- PagePropertiesChangingEventArgs.cs
- DispatcherHooks.cs
- ArgIterator.cs
- NeutralResourcesLanguageAttribute.cs
- DesigntimeLicenseContext.cs
- PinnedBufferMemoryStream.cs
- ExpressionConverter.cs
- SynchronizedRandom.cs
- ConfigViewGenerator.cs
- ConfigurationSectionGroup.cs
- ProtocolsConfigurationHandler.cs
- TemplateControlParser.cs
- CodeDomComponentSerializationService.cs
- RoutedPropertyChangedEventArgs.cs
- CanExecuteRoutedEventArgs.cs
- ChtmlTextWriter.cs
- InputLanguageManager.cs
- DSASignatureDeformatter.cs
- TextDecorationCollection.cs
- MemberJoinTreeNode.cs
- ColumnResizeAdorner.cs
- DPCustomTypeDescriptor.cs
- WebBaseEventKeyComparer.cs
- Clipboard.cs
- Soap.cs
- AutomationElement.cs
- InternalConfigHost.cs
- QilExpression.cs
- ComPersistableTypeElement.cs
- DataTableNewRowEvent.cs
- TemplatingOptionsDialog.cs
- AutomationPeer.cs
- DataGridViewComboBoxCell.cs
- ApplicationHost.cs
- ConstrainedDataObject.cs
- CompletionBookmark.cs
- XamlFilter.cs
- FrameworkContentElement.cs
- ObjectList.cs
- TemplateBindingExpressionConverter.cs
- BinaryUtilClasses.cs
- JsonEncodingStreamWrapper.cs
- X509PeerCertificateElement.cs
- SubclassTypeValidatorAttribute.cs
- DataObjectSettingDataEventArgs.cs
- CommandBinding.cs
- CompletionProxy.cs
- SqlDataSourceCustomCommandPanel.cs
- CrossSiteScriptingValidation.cs
- TextSelectionHelper.cs
- XmlEntity.cs
- ClientType.cs
- UnauthorizedWebPart.cs
- ProcessHostMapPath.cs
- KeyedHashAlgorithm.cs
- InlineUIContainer.cs
- CryptoConfig.cs
- HtmlUtf8RawTextWriter.cs
- GradientBrush.cs
- Int16.cs
- precedingsibling.cs
- ResourcePart.cs
- figurelengthconverter.cs
- NumberFormatter.cs
- DataGridViewRowsAddedEventArgs.cs
- IncrementalCompileAnalyzer.cs
- NavigationProgressEventArgs.cs
- basecomparevalidator.cs
- WhiteSpaceTrimStringConverter.cs
- EventLogSession.cs
- Visual.cs
- TableLayoutStyleCollection.cs
- Debug.cs
- COMException.cs
- XmlValidatingReader.cs
- AdornerLayer.cs
- SettingsSavedEventArgs.cs
- TableRowCollection.cs
- RequestCacheValidator.cs
- RawStylusInputCustomDataList.cs
- clipboard.cs
- PackagePart.cs
- TextShapeableCharacters.cs
- TextServicesContext.cs
- WebPartAddingEventArgs.cs
- DataGridViewCellPaintingEventArgs.cs
- Keyboard.cs
- PropertyRef.cs