Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Generated / PolyQuadraticBezierSegmentFigureLogic.cs / 1 / 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
- X509UI.cs
- LineSegment.cs
- Button.cs
- Executor.cs
- PermissionAttributes.cs
- AvtEvent.cs
- IconBitmapDecoder.cs
- GridViewColumnHeader.cs
- SiteMapHierarchicalDataSourceView.cs
- AutomationPropertyInfo.cs
- SqlConnectionHelper.cs
- SettingsContext.cs
- OleDbError.cs
- LostFocusEventManager.cs
- SchemaSetCompiler.cs
- ConnectorDragDropGlyph.cs
- ColorConvertedBitmapExtension.cs
- TrustManagerPromptUI.cs
- QilUnary.cs
- RoutedCommand.cs
- ContentOperations.cs
- JournalEntryStack.cs
- TaskHelper.cs
- CalculatedColumn.cs
- KeyBinding.cs
- TypeForwardedToAttribute.cs
- HtmlInputSubmit.cs
- ProviderSettingsCollection.cs
- TraceRecord.cs
- EntityDataSourceChangingEventArgs.cs
- Helper.cs
- GcSettings.cs
- HttpListenerException.cs
- Context.cs
- TableItemStyle.cs
- VisualBrush.cs
- ResourceDictionary.cs
- WaitHandleCannotBeOpenedException.cs
- Operand.cs
- WorkflowQueue.cs
- HMACSHA256.cs
- NumericUpDownAccelerationCollection.cs
- ImageCodecInfo.cs
- DbSetClause.cs
- WorkflowMessageEventHandler.cs
- RepeatBehaviorConverter.cs
- Command.cs
- WorkflowRuntimeServiceElement.cs
- HttpInputStream.cs
- LinkDesigner.cs
- Pair.cs
- RelatedView.cs
- TextAutomationPeer.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- ArrayConverter.cs
- SqlTriggerAttribute.cs
- XPathNodeIterator.cs
- ProgressBarRenderer.cs
- WorkflowWebService.cs
- ResourcePermissionBase.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- tibetanshape.cs
- TableParaClient.cs
- ValidationErrorCollection.cs
- DrawListViewColumnHeaderEventArgs.cs
- FacetValues.cs
- CodeMemberEvent.cs
- TrackingMemoryStream.cs
- KeyEventArgs.cs
- LinearKeyFrames.cs
- DataGridCaption.cs
- DataSourceHelper.cs
- StaticContext.cs
- D3DImage.cs
- BuilderInfo.cs
- JournalEntryListConverter.cs
- Quaternion.cs
- DNS.cs
- DBPropSet.cs
- DrawingBrush.cs
- SynchronousChannel.cs
- VSDExceptions.cs
- EntityUtil.cs
- ValidationHelper.cs
- UriWriter.cs
- WindowsRegion.cs
- ServiceElement.cs
- FormattedTextSymbols.cs
- AnonymousIdentificationModule.cs
- ZoneButton.cs
- TwoPhaseCommitProxy.cs
- localization.cs
- DispatcherExceptionEventArgs.cs
- CalendarDay.cs
- Schema.cs
- SharedDp.cs
- DesignBinding.cs
- TypeResolver.cs
- LicenseProviderAttribute.cs
- HandleCollector.cs