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
- XmlDataSourceNodeDescriptor.cs
- IsolationInterop.cs
- WindowsFormsHelpers.cs
- MethodBuilderInstantiation.cs
- RequestNavigateEventArgs.cs
- TableCellsCollectionEditor.cs
- ExtensionQuery.cs
- _LocalDataStoreMgr.cs
- Form.cs
- IdentityReference.cs
- BitmapEffectDrawingContextState.cs
- DocumentViewerHelper.cs
- XmlNamespaceMapping.cs
- XmlSchemaObjectCollection.cs
- IntegerValidator.cs
- ObjectViewFactory.cs
- TypeUsageBuilder.cs
- ChildTable.cs
- WebPartsPersonalizationAuthorization.cs
- ApplicationFileParser.cs
- Knowncolors.cs
- InternalDispatchObject.cs
- AuthenticatedStream.cs
- DiagnosticTraceSource.cs
- SafeUserTokenHandle.cs
- recordstatefactory.cs
- DataGridTable.cs
- MimeObjectFactory.cs
- SoapIgnoreAttribute.cs
- ScrollEventArgs.cs
- NumberFunctions.cs
- DeferrableContentConverter.cs
- Separator.cs
- NoResizeHandleGlyph.cs
- DynamicEndpointElement.cs
- DataRowChangeEvent.cs
- MappingMetadataHelper.cs
- DataGridViewComboBoxCell.cs
- Rule.cs
- PageThemeBuildProvider.cs
- HostDesigntimeLicenseContext.cs
- DbInsertCommandTree.cs
- Attributes.cs
- RegistryPermission.cs
- ListBox.cs
- ListControl.cs
- RangeExpression.cs
- DomNameTable.cs
- WebConfigurationManager.cs
- HashSetDebugView.cs
- MonthChangedEventArgs.cs
- HttpRequest.cs
- DbConnectionStringCommon.cs
- UnsafeNativeMethods.cs
- FloaterParagraph.cs
- MouseOverProperty.cs
- PageParser.cs
- MetadataSerializer.cs
- ContainerParaClient.cs
- DataSourceSelectArguments.cs
- ListItemCollection.cs
- HtmlHead.cs
- SmiConnection.cs
- TimeStampChecker.cs
- ResourcePool.cs
- DrawingVisual.cs
- UserControlCodeDomTreeGenerator.cs
- ExpressionDumper.cs
- AtomicFile.cs
- ZoneIdentityPermission.cs
- StoryFragments.cs
- TriggerBase.cs
- AttachmentCollection.cs
- UriExt.cs
- BamlResourceContent.cs
- UniqueIdentifierService.cs
- ToolStripDropTargetManager.cs
- BooleanAnimationBase.cs
- xdrvalidator.cs
- SymbolEqualComparer.cs
- Visual3D.cs
- PageCatalogPart.cs
- VoiceSynthesis.cs
- ReadOnlyCollectionBase.cs
- AppearanceEditorPart.cs
- LabelLiteral.cs
- LinkDesigner.cs
- DataTableNewRowEvent.cs
- TrackingCondition.cs
- ConfigXmlSignificantWhitespace.cs
- Win32Native.cs
- FontUnit.cs
- NetWebProxyFinder.cs
- DataPagerCommandEventArgs.cs
- CellParagraph.cs
- SecureEnvironment.cs
- ComponentResourceKeyConverter.cs
- GotoExpression.cs
- CopyAction.cs
- DecimalKeyFrameCollection.cs