Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ParsedRoute.cs
- SuppressMergeCheckAttribute.cs
- NullableDecimalSumAggregationOperator.cs
- fixedPageContentExtractor.cs
- ComMethodElementCollection.cs
- GregorianCalendar.cs
- DataBoundControlActionList.cs
- MSAAWinEventWrap.cs
- LineServicesCallbacks.cs
- ListViewItemMouseHoverEvent.cs
- TextServicesContext.cs
- UIElement3D.cs
- XmlElementList.cs
- ToolStripContentPanelRenderEventArgs.cs
- BooleanExpr.cs
- ArrangedElementCollection.cs
- DbConnectionInternal.cs
- WorkflowServiceNamespace.cs
- UndoManager.cs
- ScrollData.cs
- RegularExpressionValidator.cs
- RootBrowserWindow.cs
- IndependentAnimationStorage.cs
- SHA1CryptoServiceProvider.cs
- PauseStoryboard.cs
- COAUTHIDENTITY.cs
- ActionItem.cs
- XmlSchemaDatatype.cs
- TraceLog.cs
- Point3DValueSerializer.cs
- HttpListenerRequestUriBuilder.cs
- oledbconnectionstring.cs
- SqlAliasesReferenced.cs
- WorkflowRuntimeSection.cs
- Accessors.cs
- XmlILStorageConverter.cs
- DependencyObject.cs
- SystemParameters.cs
- DataGridViewTopRowAccessibleObject.cs
- DbDataAdapter.cs
- translator.cs
- EntityClientCacheEntry.cs
- CodeCatchClauseCollection.cs
- PagedControl.cs
- StatusBarPanel.cs
- XmlDataDocument.cs
- ForwardPositionQuery.cs
- WebConfigurationHostFileChange.cs
- FontStyles.cs
- PartialClassGenerationTaskInternal.cs
- NominalTypeEliminator.cs
- EventBindingService.cs
- TemplateBindingExpression.cs
- TimersDescriptionAttribute.cs
- UTF7Encoding.cs
- Rotation3D.cs
- LoggedException.cs
- AutomationPropertyInfo.cs
- ToolStripRenderer.cs
- VarInfo.cs
- ResourcesGenerator.cs
- Quad.cs
- XmlILOptimizerVisitor.cs
- NamespaceExpr.cs
- WebPartsPersonalizationAuthorization.cs
- System.Data_BID.cs
- ipaddressinformationcollection.cs
- ReceiveActivity.cs
- AuthStoreRoleProvider.cs
- CqlParser.cs
- OptimisticConcurrencyException.cs
- ColorPalette.cs
- PersonalizationProvider.cs
- HttpProfileBase.cs
- TypeTypeConverter.cs
- WebService.cs
- AutoSizeComboBox.cs
- Metadata.cs
- DetailsViewDeleteEventArgs.cs
- KeyBinding.cs
- XPathNodeList.cs
- RegexCompiler.cs
- SchemaObjectWriter.cs
- DefaultHttpHandler.cs
- ReceiveSecurityHeaderElementManager.cs
- ModulesEntry.cs
- DataRecordInternal.cs
- _AuthenticationState.cs
- ProfilePropertyNameValidator.cs
- CodeIdentifier.cs
- UIPermission.cs
- ObjectConverter.cs
- CodeCompiler.cs
- XmlILConstructAnalyzer.cs
- activationcontext.cs
- TimeSpan.cs
- XmlTextReaderImplHelpers.cs
- TableHeaderCell.cs
- TextEffectResolver.cs
- AttachedPropertyMethodSelector.cs