Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / PathData.cs / 1305376 / 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
- ButtonBase.cs
- XmlNotation.cs
- Utils.cs
- StructureChangedEventArgs.cs
- TreeNode.cs
- SelectionUIService.cs
- ApplicationServiceHelper.cs
- AutomationElementIdentifiers.cs
- WebPartConnectionsCloseVerb.cs
- X509Logo.cs
- BoolLiteral.cs
- ChangeToolStripParentVerb.cs
- Int32EqualityComparer.cs
- XmlTextEncoder.cs
- AppLevelCompilationSectionCache.cs
- ReferenceList.cs
- EventMappingSettings.cs
- ManagementObjectCollection.cs
- EntityTypeEmitter.cs
- Win32.cs
- HttpResponseInternalWrapper.cs
- GenericNameHandler.cs
- SecurityTokenParameters.cs
- PtsPage.cs
- CodeIdentifiers.cs
- AuthenticationModuleElementCollection.cs
- BindingNavigator.cs
- KnownTypes.cs
- FontCacheLogic.cs
- DesignerOptionService.cs
- NetMsmqSecurityMode.cs
- FrameworkElementFactory.cs
- DbDataRecord.cs
- DoubleLink.cs
- GC.cs
- DataGridToolTip.cs
- BridgeDataReader.cs
- ThicknessAnimationUsingKeyFrames.cs
- ExpressionQuoter.cs
- ScriptReference.cs
- WebScriptEnablingElement.cs
- WindowsListViewGroupHelper.cs
- SqlClientWrapperSmiStreamChars.cs
- ResourceProperty.cs
- Hashtable.cs
- CodeAssignStatement.cs
- COM2PictureConverter.cs
- DbDataRecord.cs
- RelationshipConverter.cs
- PasswordDeriveBytes.cs
- DescriptionAttribute.cs
- QilLoop.cs
- SiteMapPath.cs
- RectAnimationUsingKeyFrames.cs
- QilCloneVisitor.cs
- GroupBoxAutomationPeer.cs
- EntityDataSource.cs
- DBAsyncResult.cs
- Soap11ServerProtocol.cs
- View.cs
- HtmlTitle.cs
- SqlDataSourceStatusEventArgs.cs
- Security.cs
- SamlDoNotCacheCondition.cs
- XmlNavigatorStack.cs
- InkCanvasSelectionAdorner.cs
- CreateUserWizardStep.cs
- XsltArgumentList.cs
- ILGenerator.cs
- ImageField.cs
- ListControl.cs
- SystemIcons.cs
- CompModHelpers.cs
- Constraint.cs
- TextTreeNode.cs
- baseaxisquery.cs
- TreeViewItem.cs
- ListViewContainer.cs
- PropertyMetadata.cs
- SelectorItemAutomationPeer.cs
- Icon.cs
- SafeRightsManagementHandle.cs
- Validator.cs
- CheckBoxField.cs
- CodeStatement.cs
- ClientRoleProvider.cs
- FindCriteria11.cs
- XamlReaderHelper.cs
- DispatcherTimer.cs
- SingleAnimationUsingKeyFrames.cs
- UnrecognizedPolicyAssertionElement.cs
- ReliableSessionBindingElementImporter.cs
- NewArrayExpression.cs
- SystemWebSectionGroup.cs
- PackageStore.cs
- DocumentGridContextMenu.cs
- GestureRecognitionResult.cs
- CalendarDateChangedEventArgs.cs
- Int32KeyFrameCollection.cs
- PnrpPermission.cs