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
- WorkflowMarkupSerializer.cs
- AmbiguousMatchException.cs
- OneOfScalarConst.cs
- IteratorFilter.cs
- ListViewPagedDataSource.cs
- ListViewPagedDataSource.cs
- HebrewNumber.cs
- IERequestCache.cs
- DoWorkEventArgs.cs
- TargetException.cs
- WorkflowApplicationAbortedEventArgs.cs
- XXXOnTypeBuilderInstantiation.cs
- TextRunTypographyProperties.cs
- ConstructorArgumentAttribute.cs
- GridErrorDlg.cs
- Attachment.cs
- DocumentSchemaValidator.cs
- ClientType.cs
- SymbolUsageManager.cs
- LambdaCompiler.Generated.cs
- ButtonFieldBase.cs
- WebHostUnsafeNativeMethods.cs
- ResourceDescriptionAttribute.cs
- IdentitySection.cs
- PrimarySelectionGlyph.cs
- CommandBindingCollection.cs
- RuleRef.cs
- HtmlPhoneCallAdapter.cs
- EraserBehavior.cs
- ToolStripItemImageRenderEventArgs.cs
- CTreeGenerator.cs
- DataTableTypeConverter.cs
- KerberosSecurityTokenProvider.cs
- PointF.cs
- ScriptRegistrationManager.cs
- Invariant.cs
- RuleSettings.cs
- TextBox.cs
- UriTemplateVariableQueryValue.cs
- WebEventCodes.cs
- RootBuilder.cs
- ClientConfigPaths.cs
- LambdaExpression.cs
- UserControlCodeDomTreeGenerator.cs
- DataGridItemAutomationPeer.cs
- WindowsRegion.cs
- Point4DValueSerializer.cs
- ValidationErrorEventArgs.cs
- DeploymentSectionCache.cs
- SamlAuthenticationClaimResource.cs
- CreateUserWizard.cs
- WorkBatch.cs
- EncoderNLS.cs
- XMLDiffLoader.cs
- DependencyObjectValidator.cs
- EmptyElement.cs
- ShaderEffect.cs
- TcpConnectionPoolSettingsElement.cs
- View.cs
- AssemblyContextControlItem.cs
- StrongNameKeyPair.cs
- Utils.cs
- TcpClientChannel.cs
- ListItem.cs
- selecteditemcollection.cs
- DataObjectMethodAttribute.cs
- ConfigXmlComment.cs
- _Rfc2616CacheValidators.cs
- CellTreeNodeVisitors.cs
- TrustLevel.cs
- PathNode.cs
- WmlImageAdapter.cs
- OpCopier.cs
- MobileSysDescriptionAttribute.cs
- externdll.cs
- DependencyObjectType.cs
- RuntimeConfigurationRecord.cs
- CodeVariableReferenceExpression.cs
- sitestring.cs
- DescendantOverDescendantQuery.cs
- EntityProviderServices.cs
- TreeNodeConverter.cs
- RestHandler.cs
- QueryableFilterUserControl.cs
- XPathScanner.cs
- TypeUsage.cs
- MessageHeader.cs
- HandlerBase.cs
- ServiceModelEnumValidatorAttribute.cs
- TripleDESCryptoServiceProvider.cs
- BasicKeyConstraint.cs
- _LoggingObject.cs
- WebPartUserCapability.cs
- DataGridGeneralPage.cs
- CompensationDesigner.cs
- AsmxEndpointPickerExtension.cs
- WebPartUtil.cs
- ComponentResourceManager.cs
- UidPropertyAttribute.cs
- _HeaderInfo.cs