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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InstalledFontCollection.cs
- XmlQualifiedName.cs
- ProgressBar.cs
- UmAlQuraCalendar.cs
- ManipulationLogic.cs
- EncodingInfo.cs
- SimpleWorkerRequest.cs
- AnonymousIdentificationSection.cs
- TextEditorTyping.cs
- VisualBrush.cs
- ThreadStartException.cs
- ProvidePropertyAttribute.cs
- ReturnType.cs
- SingleAnimationUsingKeyFrames.cs
- Inline.cs
- ArithmeticException.cs
- PropertyDescriptorComparer.cs
- ExpressionBuilder.cs
- EventlogProvider.cs
- SimpleHandlerFactory.cs
- FamilyTypefaceCollection.cs
- ControlPaint.cs
- HorizontalAlignConverter.cs
- RepeaterCommandEventArgs.cs
- FileLevelControlBuilderAttribute.cs
- XmlSerializerSection.cs
- WebEventCodes.cs
- LeaseManager.cs
- WebBrowser.cs
- XPathDocumentIterator.cs
- SqlServer2KCompatibilityAnnotation.cs
- TreeNodeClickEventArgs.cs
- Fx.cs
- httpstaticobjectscollection.cs
- QilExpression.cs
- EncoderNLS.cs
- Bits.cs
- WebConvert.cs
- AttributeCallbackBuilder.cs
- EnvelopedPkcs7.cs
- Condition.cs
- BackEase.cs
- EventLogPermissionEntryCollection.cs
- XmlSubtreeReader.cs
- JsonClassDataContract.cs
- Membership.cs
- CodePageEncoding.cs
- ParameterCollection.cs
- HtmlPhoneCallAdapter.cs
- WebPartConnectionsCloseVerb.cs
- CaretElement.cs
- CompressedStack.cs
- TypeNameConverter.cs
- LogReservationCollection.cs
- RegexWriter.cs
- TabRenderer.cs
- WebPartsPersonalization.cs
- XmlDomTextWriter.cs
- _LocalDataStore.cs
- TextBlock.cs
- SafeBitVector32.cs
- ProjectedWrapper.cs
- DbConnectionStringBuilder.cs
- WebPartEditorCancelVerb.cs
- Win32Exception.cs
- CachedPathData.cs
- ComponentConverter.cs
- CorrelationTokenTypeConvertor.cs
- ViewPort3D.cs
- DataGridToolTip.cs
- AssemblyInfo.cs
- DoubleConverter.cs
- SqlDependency.cs
- BehaviorService.cs
- CopyOnWriteList.cs
- StatusBar.cs
- PreDigestedSignedInfo.cs
- AnonymousIdentificationModule.cs
- ProtectedConfigurationSection.cs
- GeneralTransformGroup.cs
- XPathSelectionIterator.cs
- NotifyParentPropertyAttribute.cs
- PointCollectionValueSerializer.cs
- XmlAtomicValue.cs
- DataGridViewBand.cs
- ImageDrawing.cs
- SessionEndedEventArgs.cs
- TdsParserSessionPool.cs
- StylusShape.cs
- AutomationPatternInfo.cs
- WindowsTab.cs
- dbdatarecord.cs
- WebPartUtil.cs
- GlobalizationAssembly.cs
- SessionStateContainer.cs
- OdbcCommand.cs
- SqlDataAdapter.cs
- XmlHierarchicalDataSourceView.cs
- IsolatedStorage.cs
- ModifyActivitiesPropertyDescriptor.cs