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
- HiddenFieldPageStatePersister.cs
- DataFormats.cs
- MetadataArtifactLoaderComposite.cs
- VBCodeProvider.cs
- SevenBitStream.cs
- NullToBooleanConverter.cs
- WebException.cs
- PropertyDescriptor.cs
- HwndKeyboardInputProvider.cs
- ElementsClipboardData.cs
- Cell.cs
- UIElementParagraph.cs
- FileUtil.cs
- LayoutManager.cs
- OutKeywords.cs
- JavaScriptSerializer.cs
- XmlTextEncoder.cs
- activationcontext.cs
- AndCondition.cs
- DateTimeConverter.cs
- SQLRoleProvider.cs
- CngKey.cs
- SqlProcedureAttribute.cs
- DocumentApplication.cs
- XmlObjectSerializerReadContextComplex.cs
- HtmlForm.cs
- Point.cs
- ListViewGroupConverter.cs
- FixedDocumentSequencePaginator.cs
- GridViewUpdatedEventArgs.cs
- ChildrenQuery.cs
- Configuration.cs
- BmpBitmapDecoder.cs
- SettingsPropertyCollection.cs
- FixedStringLookup.cs
- HelpKeywordAttribute.cs
- HtmlInputSubmit.cs
- TreeViewImageIndexConverter.cs
- DrawToolTipEventArgs.cs
- AlignmentYValidation.cs
- CroppedBitmap.cs
- CheckBoxBaseAdapter.cs
- CompilationLock.cs
- ToolStripContainerDesigner.cs
- Internal.cs
- ArrayList.cs
- _HeaderInfoTable.cs
- GridLength.cs
- CompoundFileReference.cs
- QueryableFilterRepeater.cs
- Freezable.cs
- MaterializeFromAtom.cs
- SuppressMergeCheckAttribute.cs
- MetaForeignKeyColumn.cs
- ConnectionPointCookie.cs
- VectorCollectionConverter.cs
- NativeMethods.cs
- _TimerThread.cs
- ServerIdentity.cs
- SerialPort.cs
- EntityClientCacheEntry.cs
- UpdateManifestForBrowserApplication.cs
- _NestedMultipleAsyncResult.cs
- Floater.cs
- TextRangeBase.cs
- ListViewItem.cs
- ColumnMapVisitor.cs
- HyperLinkField.cs
- Compress.cs
- ValidatedControlConverter.cs
- PageRequestManager.cs
- EventHandlerList.cs
- HttpListenerException.cs
- AnimationLayer.cs
- SamlAssertion.cs
- Comparer.cs
- TypeDescriptionProvider.cs
- Adorner.cs
- SchemaConstraints.cs
- ContextDataSourceView.cs
- Tile.cs
- WebPartEditVerb.cs
- DataControlFieldsEditor.cs
- PriorityChain.cs
- RelatedPropertyManager.cs
- WebPartTracker.cs
- ZipIOFileItemStream.cs
- CodeNamespace.cs
- TrackingProfileSerializer.cs
- XamlSerializationHelper.cs
- RectangleGeometry.cs
- StringDictionary.cs
- MenuAutomationPeer.cs
- GACMembershipCondition.cs
- DoubleKeyFrameCollection.cs
- CodeSnippetTypeMember.cs
- PagerSettings.cs
- ImmutableAssemblyCacheEntry.cs
- DataSourceCache.cs
- Ipv6Element.cs