Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Generated / PolyLineSegmentFigureLogic.cs / 1305600 / PolyLineSegmentFigureLogic.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 PolyLineSegment ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { #region Constructors ////// PolyLineSegment constructor /// public PolyLineSegment() { } ////// /// public PolyLineSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyLineSegment(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 >= 1) { 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.PolyLineTo(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
- ContextMenu.cs
- OdbcReferenceCollection.cs
- RowBinding.cs
- CuspData.cs
- ActiveXHost.cs
- SmtpTransport.cs
- HandleCollector.cs
- DataSetUtil.cs
- SerializationFieldInfo.cs
- DrawingAttributesDefaultValueFactory.cs
- SerialPort.cs
- FormViewInsertedEventArgs.cs
- UnsafeNativeMethods.cs
- SerializationInfo.cs
- CharEntityEncoderFallback.cs
- OutOfMemoryException.cs
- SafeCancelMibChangeNotify.cs
- Workspace.cs
- TakeQueryOptionExpression.cs
- TextSyndicationContent.cs
- HttpCookiesSection.cs
- WebRequestModuleElement.cs
- RequestTimeoutManager.cs
- WebSysDefaultValueAttribute.cs
- InputScope.cs
- SizeConverter.cs
- RemotingConfigParser.cs
- _NestedMultipleAsyncResult.cs
- ReferencedCollectionType.cs
- XmlSchemaDatatype.cs
- TextDpi.cs
- ResourceDictionaryCollection.cs
- MatrixTransform.cs
- SafeFileMappingHandle.cs
- Convert.cs
- PropVariant.cs
- EntityContainer.cs
- Events.cs
- Debug.cs
- ToolStripPanelSelectionBehavior.cs
- SmtpException.cs
- ButtonColumn.cs
- StringKeyFrameCollection.cs
- KeyEventArgs.cs
- printdlgexmarshaler.cs
- ParameterCollectionEditorForm.cs
- HideDisabledControlAdapter.cs
- PackUriHelper.cs
- DataRelation.cs
- DiscardableAttribute.cs
- ProfileGroupSettingsCollection.cs
- FrameDimension.cs
- WindowAutomationPeer.cs
- GZipObjectSerializer.cs
- HttpChannelListener.cs
- TableCell.cs
- WebCodeGenerator.cs
- ColorAnimation.cs
- PolyLineSegment.cs
- TextServicesDisplayAttribute.cs
- ClockController.cs
- SiteMapDataSourceView.cs
- SqlStream.cs
- DataTableMappingCollection.cs
- SafeBitVector32.cs
- FormViewDeletedEventArgs.cs
- BitmapFrame.cs
- EnumBuilder.cs
- Native.cs
- RSAPKCS1SignatureFormatter.cs
- MediaContext.cs
- CaseInsensitiveHashCodeProvider.cs
- SmtpFailedRecipientsException.cs
- XamlSerializerUtil.cs
- TimeoutHelper.cs
- TextEditorContextMenu.cs
- BatchStream.cs
- PropertyPathConverter.cs
- Selection.cs
- ScriptModule.cs
- WhiteSpaceTrimStringConverter.cs
- DataComponentNameHandler.cs
- DeclaredTypeValidator.cs
- NameValueCache.cs
- SkewTransform.cs
- ListManagerBindingsCollection.cs
- TraceData.cs
- Regex.cs
- MenuScrollingVisibilityConverter.cs
- DataGridCellAutomationPeer.cs
- FtpWebRequest.cs
- UnsafeNativeMethods.cs
- Run.cs
- DeadCharTextComposition.cs
- ReflectionUtil.cs
- processwaithandle.cs
- RenderData.cs
- AppLevelCompilationSectionCache.cs
- NumberFormatInfo.cs
- BrowserCapabilitiesCompiler.cs