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
- DataViewManagerListItemTypeDescriptor.cs
- ConditionedDesigner.cs
- TypedRowGenerator.cs
- UTF32Encoding.cs
- BinaryObjectInfo.cs
- LiteralLink.cs
- CompensatableTransactionScopeActivity.cs
- RIPEMD160Managed.cs
- ImageFormatConverter.cs
- TrackingQueryElement.cs
- DesignTimeVisibleAttribute.cs
- State.cs
- SqlMethods.cs
- TreeView.cs
- CollectionTraceRecord.cs
- PrefixQName.cs
- TypeUtil.cs
- ServiceObjectContainer.cs
- BaseValidatorDesigner.cs
- FilterException.cs
- DiffuseMaterial.cs
- DataViewManagerListItemTypeDescriptor.cs
- MetabaseServerConfig.cs
- Int64AnimationBase.cs
- BamlLocalizableResourceKey.cs
- RadioButton.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SerializationHelper.cs
- ValueHandle.cs
- Parameter.cs
- StateMachineHelpers.cs
- MSHTMLHost.cs
- DateTimeSerializationSection.cs
- MaskInputRejectedEventArgs.cs
- SqlVersion.cs
- AccessorTable.cs
- AuthenticationServiceManager.cs
- StateMachineWorkflowDesigner.cs
- MediaContext.cs
- mansign.cs
- SystemUdpStatistics.cs
- PlainXmlSerializer.cs
- RelationshipFixer.cs
- Compensation.cs
- LicenseManager.cs
- GPPOINTF.cs
- XmlDeclaration.cs
- PrimitiveOperationFormatter.cs
- SecurityManager.cs
- FlowDocumentReader.cs
- ManagementInstaller.cs
- EmptyStringExpandableObjectConverter.cs
- EmptyCollection.cs
- DesignTimeParseData.cs
- WindowsListViewSubItem.cs
- SR.cs
- PrintDialog.cs
- CellTreeNode.cs
- Point3DAnimation.cs
- GregorianCalendarHelper.cs
- SettingsSection.cs
- ListDictionary.cs
- CompoundFileReference.cs
- DesignerTransactionCloseEvent.cs
- StringConcat.cs
- StreamAsIStream.cs
- ComboBox.cs
- PartialList.cs
- serverconfig.cs
- TextDecorationCollectionConverter.cs
- FontStyle.cs
- DrawingContextDrawingContextWalker.cs
- AlphabeticalEnumConverter.cs
- HandledEventArgs.cs
- CustomValidator.cs
- FileUtil.cs
- ReachUIElementCollectionSerializer.cs
- RuntimeWrappedException.cs
- TrustSection.cs
- AdornerLayer.cs
- LoadWorkflowCommand.cs
- RangeBase.cs
- DataViewManagerListItemTypeDescriptor.cs
- FlatButtonAppearance.cs
- BitVec.cs
- XmlHierarchyData.cs
- PrinterUnitConvert.cs
- VirtualDirectoryMappingCollection.cs
- WebException.cs
- SqlVersion.cs
- Tracking.cs
- QueryTaskGroupState.cs
- ListViewUpdateEventArgs.cs
- followingquery.cs
- Choices.cs
- InheritanceService.cs
- ActivationServices.cs
- FixedStringLookup.cs
- IpcClientManager.cs
- DesignerDataView.cs