Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Generated / PolyQuadraticBezierSegmentFigureLogic.cs / 1305600 / PolyQuadraticBezierSegmentFigureLogic.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 PolyQuadraticBezierSegment ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : PathSegment { #region Constructors ////// PolyQuadraticBezierSegment constructor /// public PolyQuadraticBezierSegment() { } ////// /// public PolyQuadraticBezierSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyQuadraticBezierSegment(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 >= 2) { 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.PolyQuadraticBezierTo(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 PolyQuadraticBezierSegment ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : PathSegment { #region Constructors ////// PolyQuadraticBezierSegment constructor /// public PolyQuadraticBezierSegment() { } ////// /// public PolyQuadraticBezierSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyQuadraticBezierSegment(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 >= 2) { 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.PolyQuadraticBezierTo(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
- CodeAttributeDeclaration.cs
- MatrixKeyFrameCollection.cs
- XmlExtensionFunction.cs
- CustomLineCap.cs
- PEFileEvidenceFactory.cs
- XmlUTF8TextReader.cs
- BindingMAnagerBase.cs
- DropDownButton.cs
- AppSettingsReader.cs
- ValidationPropertyAttribute.cs
- CollectionView.cs
- NameGenerator.cs
- ConfigXmlElement.cs
- RuntimeWrappedException.cs
- ChannelSinkStacks.cs
- TrustLevelCollection.cs
- DataGridViewCheckBoxCell.cs
- ToolStripPanelDesigner.cs
- HostingEnvironmentException.cs
- _NTAuthentication.cs
- CodeObject.cs
- XmlToDatasetMap.cs
- SchemaUtility.cs
- MediaPlayerState.cs
- Point4DValueSerializer.cs
- BaseCollection.cs
- ResourceReferenceKeyNotFoundException.cs
- DodSequenceMerge.cs
- WorkflowNamespace.cs
- ButtonField.cs
- ProviderMetadata.cs
- Brush.cs
- WindowsTreeView.cs
- ItemsControlAutomationPeer.cs
- CachedCompositeFamily.cs
- LoginView.cs
- IconHelper.cs
- ContentPlaceHolder.cs
- StructuredTypeEmitter.cs
- SapiAttributeParser.cs
- CaseInsensitiveOrdinalStringComparer.cs
- StickyNoteAnnotations.cs
- RectAnimation.cs
- LoginUtil.cs
- ThreadStartException.cs
- EditorZoneBase.cs
- TextElementCollectionHelper.cs
- Util.cs
- TextRange.cs
- OdbcConnectionString.cs
- FileIOPermission.cs
- DataTrigger.cs
- QuaternionAnimation.cs
- HyperLinkField.cs
- InternalResources.cs
- TagMapInfo.cs
- TemplateControlBuildProvider.cs
- StateInitializationDesigner.cs
- WaitHandleCannotBeOpenedException.cs
- SafeNativeMethods.cs
- DataStreams.cs
- ProgramPublisher.cs
- StyleTypedPropertyAttribute.cs
- SiteMapNodeCollection.cs
- DoubleConverter.cs
- FixedSOMPageElement.cs
- EndpointBehaviorElement.cs
- ClientData.cs
- _DynamicWinsockMethods.cs
- ListViewGroup.cs
- SizeChangedEventArgs.cs
- MSG.cs
- KeyTime.cs
- Viewport2DVisual3D.cs
- DataRecordInternal.cs
- PeerPresenceInfo.cs
- UriParserTemplates.cs
- GcHandle.cs
- X509Utils.cs
- MessageDirection.cs
- IERequestCache.cs
- SetState.cs
- PngBitmapEncoder.cs
- HttpHandlersSection.cs
- BamlReader.cs
- RectangleConverter.cs
- DefaultValueAttribute.cs
- DataSourceCache.cs
- DbException.cs
- Item.cs
- XmlUTF8TextWriter.cs
- SmiContextFactory.cs
- BaseCodePageEncoding.cs
- DomNameTable.cs
- IntSumAggregationOperator.cs
- LiteralTextParser.cs
- BuildDependencySet.cs
- HttpBindingExtension.cs
- ShaderRenderModeValidation.cs
- Encoding.cs