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 / PolyBezierSegmentFigureLogic.cs / 1 / PolyBezierSegmentFigureLogic.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 PolyBezierSegment ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : PathSegment { #region Constructors ////// PolyBezierSegment constructor /// public PolyBezierSegment() { } ////// /// public PolyBezierSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyBezierSegment(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 >= 3) { 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.PolyBezierTo(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 PolyBezierSegment ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : PathSegment { #region Constructors ////// PolyBezierSegment constructor /// public PolyBezierSegment() { } ////// /// public PolyBezierSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyBezierSegment(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 >= 3) { 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.PolyBezierTo(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
- TransformPatternIdentifiers.cs
- InternalResources.cs
- DataGridState.cs
- OutputCacheProfileCollection.cs
- CompilerScope.Storage.cs
- LongTypeConverter.cs
- DependencyObjectCodeDomSerializer.cs
- SoapAttributes.cs
- AmbientLight.cs
- NavigateEvent.cs
- QueryOperator.cs
- httpapplicationstate.cs
- MessageBox.cs
- SingleAnimation.cs
- Grid.cs
- HTTPNotFoundHandler.cs
- CopyAction.cs
- SafeFindHandle.cs
- PackageRelationship.cs
- BindValidationContext.cs
- CursorConverter.cs
- PersistChildrenAttribute.cs
- DateTimeOffsetConverter.cs
- ChannelSinkStacks.cs
- DiscoveryClientProtocol.cs
- SecUtil.cs
- FunctionUpdateCommand.cs
- SoapWriter.cs
- FrameworkContextData.cs
- XmlKeywords.cs
- NetDataContractSerializer.cs
- WebConfigurationManager.cs
- DNS.cs
- BamlLocalizationDictionary.cs
- Interlocked.cs
- CallInfo.cs
- InvalidStoreProtectionKeyException.cs
- FixedSOMLineCollection.cs
- FontCacheLogic.cs
- DbProviderFactory.cs
- SHA1CryptoServiceProvider.cs
- StateChangeEvent.cs
- FlowLayoutPanel.cs
- ModuleElement.cs
- SafeNativeMethodsOther.cs
- FontSizeConverter.cs
- ParameterElement.cs
- DataServiceKeyAttribute.cs
- ExpressionBuilderContext.cs
- CounterSampleCalculator.cs
- WmlLabelAdapter.cs
- AuthenticationManager.cs
- SQlBooleanStorage.cs
- XDeferredAxisSource.cs
- NativeWindow.cs
- CodeAccessPermission.cs
- SafeRightsManagementPubHandle.cs
- mediaeventshelper.cs
- PlainXmlDeserializer.cs
- HyperLinkColumn.cs
- OleDbMetaDataFactory.cs
- QuaternionIndependentAnimationStorage.cs
- CommentEmitter.cs
- ExtendedPropertyDescriptor.cs
- NetworkInformationException.cs
- ChtmlTextWriter.cs
- SourceFilter.cs
- XmlComplianceUtil.cs
- DateTimeEditor.cs
- TypedTableGenerator.cs
- XmlReflectionImporter.cs
- Config.cs
- odbcmetadatafactory.cs
- UnmanagedMarshal.cs
- LineServicesCallbacks.cs
- safelinkcollection.cs
- DefinitionProperties.cs
- IPHostEntry.cs
- TreeBuilderXamlTranslator.cs
- PropertyRecord.cs
- TimerEventSubscription.cs
- AccessDataSourceView.cs
- XmlDataImplementation.cs
- XmlNamespaceDeclarationsAttribute.cs
- DataGridColumn.cs
- ServiceNameCollection.cs
- OrthographicCamera.cs
- AdapterDictionary.cs
- CryptoConfig.cs
- FormClosingEvent.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- Grant.cs
- ExpressionEditorAttribute.cs
- QuaternionAnimationUsingKeyFrames.cs
- FixedSOMTextRun.cs
- SqlCommandBuilder.cs
- ReceiveContextCollection.cs
- DoubleCollectionConverter.cs
- Encoding.cs
- StrongNameKeyPair.cs