Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Generated / PolyBezierSegmentFigureLogic.cs / 1305600 / 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
- TreeNode.cs
- dataSvcMapFileLoader.cs
- TrackingSection.cs
- WsdlHelpGeneratorElement.cs
- ScrollItemPatternIdentifiers.cs
- HideDisabledControlAdapter.cs
- PermissionListSet.cs
- EditorServiceContext.cs
- SizeAnimationClockResource.cs
- SecurityElement.cs
- InternalBase.cs
- ValueUnavailableException.cs
- CapabilitiesPattern.cs
- EditorZoneAutoFormat.cs
- TransactionBridgeSection.cs
- ResourcePermissionBase.cs
- SQLBytesStorage.cs
- DoubleLinkListEnumerator.cs
- XamlInt32CollectionSerializer.cs
- ProtocolViolationException.cs
- ColorComboBox.cs
- HttpListenerTimeoutManager.cs
- BitConverter.cs
- ParallelTimeline.cs
- UnSafeCharBuffer.cs
- CompilerCollection.cs
- unsafenativemethodsother.cs
- EntitySetBaseCollection.cs
- x509utils.cs
- ObjectDataSourceEventArgs.cs
- TextFragmentEngine.cs
- SoapElementAttribute.cs
- FunctionImportMapping.cs
- TargetConverter.cs
- ListViewGroupCollectionEditor.cs
- IfAction.cs
- PersonalizationProviderCollection.cs
- DoubleLinkListEnumerator.cs
- ReflectionHelper.cs
- PeekCompletedEventArgs.cs
- WbemProvider.cs
- HashCryptoHandle.cs
- HyperlinkAutomationPeer.cs
- SymbolPair.cs
- TextContainerHelper.cs
- TextLineResult.cs
- TabletDevice.cs
- LayoutEditorPart.cs
- DesignerActionUI.cs
- ParseChildrenAsPropertiesAttribute.cs
- PerformanceCounterManager.cs
- ThreadLocal.cs
- CryptoProvider.cs
- WriteLine.cs
- IMembershipProvider.cs
- MarshalDirectiveException.cs
- OdbcCommandBuilder.cs
- SignalGate.cs
- ToolStripPanelRenderEventArgs.cs
- XslVisitor.cs
- DataColumnMapping.cs
- Grid.cs
- RequiredAttributeAttribute.cs
- MutexSecurity.cs
- ImageCodecInfo.cs
- RenderOptions.cs
- ListMarkerSourceInfo.cs
- ServiceContractGenerationContext.cs
- EntityUtil.cs
- CompositeActivityValidator.cs
- SmiConnection.cs
- MultipartContentParser.cs
- Normalization.cs
- SwitchLevelAttribute.cs
- BatchServiceHost.cs
- CookieProtection.cs
- WebPartZoneCollection.cs
- ConnectionManager.cs
- ScalarType.cs
- CanExecuteRoutedEventArgs.cs
- ContractUtils.cs
- AffineTransform3D.cs
- SoapAttributes.cs
- XhtmlBasicObjectListAdapter.cs
- TextRunProperties.cs
- ComponentChangingEvent.cs
- SqlClientWrapperSmiStream.cs
- CoreChannel.cs
- TransformCryptoHandle.cs
- SpnegoTokenAuthenticator.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- TdsParserHelperClasses.cs
- Renderer.cs
- SourceFileBuildProvider.cs
- ListViewDeleteEventArgs.cs
- MergeLocalizationDirectives.cs
- TextServicesHost.cs
- GridViewHeaderRowPresenter.cs
- MapPathBasedVirtualPathProvider.cs
- ContentHostHelper.cs