Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExecutionContext.cs
- MemberListBinding.cs
- CodeGen.cs
- ArithmeticException.cs
- GeneralTransform3DTo2D.cs
- FacetDescriptionElement.cs
- RegexGroupCollection.cs
- MultiByteCodec.cs
- DesignerCategoryAttribute.cs
- EventLogTraceListener.cs
- FormViewPageEventArgs.cs
- NetMsmqSecurityElement.cs
- SoapSchemaExporter.cs
- ContextQuery.cs
- CompilationSection.cs
- ColumnMapVisitor.cs
- Stack.cs
- RegexBoyerMoore.cs
- WSTrustFeb2005.cs
- ExtendedPropertyDescriptor.cs
- wgx_render.cs
- HttpVersion.cs
- MouseGesture.cs
- TreeBuilder.cs
- Point4D.cs
- regiisutil.cs
- CounterCreationData.cs
- NativeCppClassAttribute.cs
- Adorner.cs
- AdapterUtil.cs
- unsafeIndexingFilterStream.cs
- ConnectionPoint.cs
- PartialClassGenerationTask.cs
- Material.cs
- WebBrowserDesigner.cs
- IfAction.cs
- SqlLiftIndependentRowExpressions.cs
- SessionEndingCancelEventArgs.cs
- DeferrableContentConverter.cs
- ConditionalDesigner.cs
- ValidationResults.cs
- AlgoModule.cs
- ParseNumbers.cs
- TypeInitializationException.cs
- WorkflowQueueInfo.cs
- Tuple.cs
- UrlMapping.cs
- FunctionParameter.cs
- TreeNode.cs
- TimeSpanParse.cs
- ImageListUtils.cs
- DrawingVisualDrawingContext.cs
- Geometry3D.cs
- NameScope.cs
- Rotation3DAnimationBase.cs
- KeyTimeConverter.cs
- SchemaImporterExtension.cs
- ImageResources.Designer.cs
- StoreAnnotationsMap.cs
- WebControlAdapter.cs
- UriParserTemplates.cs
- AuthorizationSection.cs
- _SecureChannel.cs
- MenuEventArgs.cs
- DataRecordInfo.cs
- MimeTypePropertyAttribute.cs
- XPathException.cs
- TextTreeExtractElementUndoUnit.cs
- UIElementCollection.cs
- WindowsSpinner.cs
- MarshalDirectiveException.cs
- ComNativeDescriptor.cs
- Span.cs
- Scripts.cs
- OutputCacheModule.cs
- XmlEntity.cs
- EventRoute.cs
- FixedSOMTable.cs
- MULTI_QI.cs
- SmtpDigestAuthenticationModule.cs
- RegexMatch.cs
- MessagePartDescriptionCollection.cs
- TempEnvironment.cs
- WindowsFormsHelpers.cs
- DbConvert.cs
- XmlMtomWriter.cs
- MetaModel.cs
- ArglessEventHandlerProxy.cs
- StorageSetMapping.cs
- ToolStripHighContrastRenderer.cs
- CodeTypeDeclarationCollection.cs
- XmlNamedNodeMap.cs
- HashHelper.cs
- ToolboxComponentsCreatingEventArgs.cs
- CodeMethodInvokeExpression.cs
- UniqueIdentifierService.cs
- ExpressionWriter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ExportOptions.cs
- control.ime.cs