Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CommonUI / System / Drawing / Advanced / PathData.cs / 1 / PathData.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Drawing2D { using System.Diagnostics; using System.Drawing; using System; /** * Represent the internal data of a path object */ ////// /// Contains the graphical data that makes up a /// public sealed class PathData { PointF[] points; byte[] types; ///. /// /// /// Initializes a new instance of the public PathData() { } ///class. /// /// /// Contains an array of public PointF[] Points { get { return points; } set { points = value; } } ///objects /// that represent the points through which the path is constructed. /// /// /// public byte[] Types { get { return types; } set { types = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Contains an array of ///objects that represent the types of /// data in the corresponding elements of the array. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Drawing2D { using System.Diagnostics; using System.Drawing; using System; /** * Represent the internal data of a path object */ ////// /// Contains the graphical data that makes up a /// public sealed class PathData { PointF[] points; byte[] types; ///. /// /// /// Initializes a new instance of the public PathData() { } ///class. /// /// /// Contains an array of public PointF[] Points { get { return points; } set { points = value; } } ///objects /// that represent the points through which the path is constructed. /// /// /// public byte[] Types { get { return types; } set { types = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Contains an array of ///objects that represent the types of /// data in the corresponding elements of the array. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextTreeExtractElementUndoUnit.cs
- WindowsStartMenu.cs
- RijndaelManagedTransform.cs
- StrokeCollectionDefaultValueFactory.cs
- ServicesExceptionNotHandledEventArgs.cs
- TextBox.cs
- PermissionListSet.cs
- WinCategoryAttribute.cs
- OutputScopeManager.cs
- Graphics.cs
- DoubleLinkListEnumerator.cs
- VirtualPathProvider.cs
- SelectionListComponentEditor.cs
- XmlIncludeAttribute.cs
- Ipv6Element.cs
- EventManager.cs
- WindowsGraphics2.cs
- Attribute.cs
- DirectoryNotFoundException.cs
- UserNameSecurityTokenProvider.cs
- Image.cs
- WeakRefEnumerator.cs
- LogWriteRestartAreaAsyncResult.cs
- FrameAutomationPeer.cs
- BigInt.cs
- StringValidator.cs
- Grammar.cs
- MsdtcClusterUtils.cs
- ColorAnimation.cs
- DataGridTextColumn.cs
- DataColumnPropertyDescriptor.cs
- ObjectDataSourceEventArgs.cs
- StickyNoteHelper.cs
- IIS7WorkerRequest.cs
- _UriTypeConverter.cs
- ChangeTracker.cs
- DtrList.cs
- TextSegment.cs
- CloseCollectionAsyncResult.cs
- OutputCacheSection.cs
- SizeLimitedCache.cs
- RequiredAttributeAttribute.cs
- TextSpanModifier.cs
- WindowsPen.cs
- AlphabeticalEnumConverter.cs
- Int16AnimationUsingKeyFrames.cs
- BindingMemberInfo.cs
- FixedFlowMap.cs
- DateTimeConverter.cs
- PartialTrustHelpers.cs
- GridErrorDlg.cs
- WindowsGraphics2.cs
- AuthenticationException.cs
- StateWorkerRequest.cs
- COSERVERINFO.cs
- Win32KeyboardDevice.cs
- BaseContextMenu.cs
- FuncCompletionCallbackWrapper.cs
- BindingOperations.cs
- EntityViewGenerationConstants.cs
- Trace.cs
- WorkflowServiceHost.cs
- ClientSideQueueItem.cs
- DecimalConverter.cs
- Accessible.cs
- SecurityElement.cs
- Help.cs
- SystemTcpConnection.cs
- BamlResourceDeserializer.cs
- SerializerProvider.cs
- Validator.cs
- Transform3D.cs
- TreeView.cs
- Margins.cs
- DataGridViewCellStyle.cs
- PartManifestEntry.cs
- GeneralTransform3D.cs
- CodeLabeledStatement.cs
- CodeDefaultValueExpression.cs
- Interlocked.cs
- FamilyCollection.cs
- ConfigXmlSignificantWhitespace.cs
- TaskExtensions.cs
- XmlSchemaDatatype.cs
- AsymmetricSignatureFormatter.cs
- _AutoWebProxyScriptWrapper.cs
- UITypeEditors.cs
- WasEndpointConfigContainer.cs
- WebHttpBindingElement.cs
- TransactionOptions.cs
- SupportsEventValidationAttribute.cs
- XmlReaderSettings.cs
- SecurityTokenResolver.cs
- XmlIgnoreAttribute.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- CookielessData.cs
- SafeNativeMethodsCLR.cs
- control.ime.cs
- CalendarDesigner.cs
- EntityWithChangeTrackerStrategy.cs