Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Advanced / PathData.cs / 1 / PathData.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /*************************************************************************\ * * Copyright (c) 1998-1999, Microsoft Corp. All Rights Reserved. * * Module Name: * * PathData.cs * * Abstract: * * COM+ wrapper for GDI+ path data objects * * Revision History: * * 12/22/1998 [....] * Created it. * \**************************************************************************/ 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- DependencyObjectValidator.cs
- CollectionsUtil.cs
- ListViewCommandEventArgs.cs
- PasswordTextContainer.cs
- SystemColors.cs
- ChtmlTextBoxAdapter.cs
- PaperSize.cs
- WebPartsPersonalization.cs
- FixedSOMPageConstructor.cs
- BinaryConverter.cs
- PreviewPrintController.cs
- CallbackException.cs
- OperandQuery.cs
- ReadOnlyPropertyMetadata.cs
- EpmSyndicationContentSerializer.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- FormViewDeleteEventArgs.cs
- VideoDrawing.cs
- PagedDataSource.cs
- DeflateEmulationStream.cs
- UnsafeNativeMethodsCLR.cs
- DbConnectionOptions.cs
- EntityDataSourceChangedEventArgs.cs
- SerializationAttributes.cs
- ListViewDeleteEventArgs.cs
- EnvironmentPermission.cs
- KeyBinding.cs
- SecondaryViewProvider.cs
- HelpKeywordAttribute.cs
- FontFamilyValueSerializer.cs
- InternalConfigEventArgs.cs
- ReadOnlyHierarchicalDataSource.cs
- PageRequestManager.cs
- ItemsPanelTemplate.cs
- PropertyInformation.cs
- DefaultValueConverter.cs
- _ListenerAsyncResult.cs
- OdbcUtils.cs
- EmptyTextWriter.cs
- GatewayDefinition.cs
- SchemaComplexType.cs
- ZipIOExtraFieldPaddingElement.cs
- X509Extension.cs
- _LocalDataStore.cs
- FaultHandlingFilter.cs
- XmlDocumentSchema.cs
- ListenerConnectionModeReader.cs
- LockingPersistenceProvider.cs
- DropShadowEffect.cs
- PageSettings.cs
- SynchronizationLockException.cs
- util.cs
- Util.cs
- DateTimeFormatInfoScanner.cs
- XmlRawWriter.cs
- X509Utils.cs
- ObjectManager.cs
- SettingsPropertyIsReadOnlyException.cs
- Certificate.cs
- HScrollBar.cs
- DataListItemEventArgs.cs
- RadioButton.cs
- DataGridViewCellCancelEventArgs.cs
- Listbox.cs
- QueryExpr.cs
- GC.cs
- MarkupCompilePass2.cs
- TextParaLineResult.cs
- SequenceDesigner.cs
- ListBoxItemAutomationPeer.cs
- AggregateNode.cs
- VisualState.cs
- FixedPage.cs
- Popup.cs
- ThreadNeutralSemaphore.cs
- ModelItemDictionaryImpl.cs
- BufferedResponseStream.cs
- TableLayoutPanelResizeGlyph.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- ColumnHeader.cs
- XmlSerializationGeneratedCode.cs
- InternalControlCollection.cs
- DisposableCollectionWrapper.cs
- SamlAuthenticationStatement.cs
- TextViewElement.cs
- ProvideValueServiceProvider.cs
- MarshalByRefObject.cs
- SessionParameter.cs
- Pointer.cs
- SqlCacheDependencyDatabaseCollection.cs
- ReadOnlyTernaryTree.cs
- QilFactory.cs
- ConfigXmlElement.cs
- Operator.cs
- EditingMode.cs
- CryptoApi.cs
- TextStore.cs
- ErrorView.xaml.cs
- GestureRecognitionResult.cs
- Binding.cs