Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / PathData.cs / 2 / 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
- Int32CollectionValueSerializer.cs
- UrlPropertyAttribute.cs
- XsltArgumentList.cs
- ChangeNode.cs
- autovalidator.cs
- ToolboxComponentsCreatedEventArgs.cs
- ImmutablePropertyDescriptorGridEntry.cs
- TraceHandler.cs
- ColumnWidthChangedEvent.cs
- PersistChildrenAttribute.cs
- ItemCollection.cs
- DataSourceSelectArguments.cs
- ParallelTimeline.cs
- UIElement3DAutomationPeer.cs
- BitHelper.cs
- Part.cs
- WSSecureConversationDec2005.cs
- PropertyPathConverter.cs
- TextReader.cs
- FontStretches.cs
- PropertyChangingEventArgs.cs
- util.cs
- VerticalAlignConverter.cs
- UnicodeEncoding.cs
- Selection.cs
- MailWebEventProvider.cs
- TypeUtil.cs
- DiagnosticTraceSchemas.cs
- EncodingNLS.cs
- TrustDriver.cs
- CDSCollectionETWBCLProvider.cs
- WriteTimeStream.cs
- ProfileSettings.cs
- Stylus.cs
- PersonalizationProviderCollection.cs
- MemberInfoSerializationHolder.cs
- SendingRequestEventArgs.cs
- BuildProviderCollection.cs
- XmlFormatWriterGenerator.cs
- WindowsListViewItem.cs
- DataGridCommandEventArgs.cs
- Attributes.cs
- CacheEntry.cs
- XPathSelfQuery.cs
- DataGridViewElement.cs
- ECDiffieHellmanCngPublicKey.cs
- VisualStyleTypesAndProperties.cs
- MemberHolder.cs
- FloatMinMaxAggregationOperator.cs
- ClientSettingsProvider.cs
- FileNotFoundException.cs
- FormViewPageEventArgs.cs
- DataTableClearEvent.cs
- DateTimeFormatInfo.cs
- OdbcConnectionPoolProviderInfo.cs
- ObfuscateAssemblyAttribute.cs
- DerivedKeySecurityToken.cs
- ComAdminWrapper.cs
- WindowsFormsHostPropertyMap.cs
- DependencyPropertyHelper.cs
- Cursor.cs
- SByte.cs
- RegexMatchCollection.cs
- CellTreeNodeVisitors.cs
- OdbcDataReader.cs
- DurableOperationContext.cs
- X509SubjectKeyIdentifierClause.cs
- NativeMethods.cs
- COAUTHINFO.cs
- IsolatedStorage.cs
- RotateTransform.cs
- EntityClassGenerator.cs
- BaseDataList.cs
- EncodingDataItem.cs
- SystemNetworkInterface.cs
- SymmetricKeyWrap.cs
- ElementProxy.cs
- EmptyQuery.cs
- EventLog.cs
- Error.cs
- XPathNavigatorKeyComparer.cs
- Translator.cs
- LocationUpdates.cs
- SQLDecimal.cs
- MessageDecoder.cs
- DesignTimeData.cs
- RSAPKCS1KeyExchangeFormatter.cs
- TypeProvider.cs
- DecoderBestFitFallback.cs
- BuilderInfo.cs
- SelectionProcessor.cs
- ConfigurationSettings.cs
- Dispatcher.cs
- Security.cs
- SiteMap.cs
- QueryOptionExpression.cs
- ObjectStateFormatter.cs
- DataPagerFieldItem.cs
- MappingItemCollection.cs
- BitmapData.cs