Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CommonUI / System / Drawing / Advanced / PathData.cs / 1 / 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
- ThreadStartException.cs
- CompilationSection.cs
- SmtpDateTime.cs
- Encoding.cs
- OperandQuery.cs
- DefaultHttpHandler.cs
- FontSizeConverter.cs
- HybridWebProxyFinder.cs
- PageFunction.cs
- Pair.cs
- CounterSample.cs
- DataGridViewSelectedColumnCollection.cs
- HttpProcessUtility.cs
- KerberosRequestorSecurityToken.cs
- XPathMessageContext.cs
- IndexOutOfRangeException.cs
- ActivatableWorkflowsQueryResult.cs
- HotCommands.cs
- TokenBasedSetEnumerator.cs
- EventWaitHandleSecurity.cs
- ConfigurationManagerHelperFactory.cs
- Helper.cs
- MediaPlayerState.cs
- ExtentKey.cs
- OptimisticConcurrencyException.cs
- FrameworkElementFactoryMarkupObject.cs
- CmsUtils.cs
- HyperLinkColumn.cs
- ProgressChangedEventArgs.cs
- ListItemViewAttribute.cs
- PeerApplication.cs
- PaintEvent.cs
- AdapterDictionary.cs
- HwndStylusInputProvider.cs
- parserscommon.cs
- FileSecurity.cs
- CharAnimationBase.cs
- Opcode.cs
- DropSource.cs
- LineInfo.cs
- MenuCommand.cs
- FrameworkContentElementAutomationPeer.cs
- EntitySetDataBindingList.cs
- ConstraintEnumerator.cs
- uribuilder.cs
- NetworkInformationException.cs
- Selector.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ImpersonateTokenRef.cs
- FixedTextBuilder.cs
- _CacheStreams.cs
- DynamicResourceExtension.cs
- TargetControlTypeCache.cs
- ImageAnimator.cs
- DbDataAdapter.cs
- _ConnectOverlappedAsyncResult.cs
- CompareInfo.cs
- DesignerRegion.cs
- ListViewGroup.cs
- ObfuscationAttribute.cs
- XPathNavigatorReader.cs
- EnumerationRangeValidationUtil.cs
- DBCommandBuilder.cs
- ObjectList.cs
- HtmlInputText.cs
- ProxyHelper.cs
- CustomValidator.cs
- FormsAuthenticationUser.cs
- SecUtil.cs
- NullableFloatMinMaxAggregationOperator.cs
- BooleanStorage.cs
- wmiprovider.cs
- FlowPanelDesigner.cs
- StructuredProperty.cs
- DataSourceCache.cs
- AsyncResult.cs
- ZipIOExtraFieldZip64Element.cs
- ZoomComboBox.cs
- VersionedStreamOwner.cs
- ResourceExpressionBuilder.cs
- COM2PropertyPageUITypeConverter.cs
- HostProtectionException.cs
- AvTraceFormat.cs
- FromRequest.cs
- RIPEMD160.cs
- CodeDirectoryCompiler.cs
- WebPartVerbsEventArgs.cs
- TextDecoration.cs
- dataSvcMapFileLoader.cs
- GenericsInstances.cs
- GuidTagList.cs
- SafeSerializationManager.cs
- ping.cs
- SudsCommon.cs
- InternalRelationshipCollection.cs
- HMACSHA1.cs
- Matrix3DConverter.cs
- DateRangeEvent.cs
- EnumConverter.cs
- InvokePattern.cs