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
- StackSpiller.Bindings.cs
- ProgressBarRenderer.cs
- KeyGestureValueSerializer.cs
- RegexMatch.cs
- TreeIterator.cs
- DropTarget.cs
- SchemaSetCompiler.cs
- AttributeProviderAttribute.cs
- PageTheme.cs
- cookiecontainer.cs
- TextTreeText.cs
- ProvidePropertyAttribute.cs
- WebPartHeaderCloseVerb.cs
- TextViewBase.cs
- DataExchangeServiceBinder.cs
- EntityContainerEntitySet.cs
- ByteAnimationUsingKeyFrames.cs
- HttpHandlersSection.cs
- DataGridItem.cs
- InstanceKeyCompleteException.cs
- DataGridViewSelectedCellCollection.cs
- AppDomainProtocolHandler.cs
- FtpWebRequest.cs
- SoapWriter.cs
- Operator.cs
- Transform.cs
- TimeZone.cs
- TcpServerChannel.cs
- HttpProtocolImporter.cs
- WorkflowTimerService.cs
- Int32Converter.cs
- ForEach.cs
- XmlWriterSettings.cs
- NavigationWindow.cs
- FramingEncoders.cs
- ObjectDataProvider.cs
- DataGridViewCellValidatingEventArgs.cs
- SchemaComplexType.cs
- NativeMethods.cs
- RuleSetDialog.Designer.cs
- StylusPointPropertyInfo.cs
- IsolatedStorageFilePermission.cs
- DocumentViewerBaseAutomationPeer.cs
- HtmlImage.cs
- XMLSyntaxException.cs
- SelectorAutomationPeer.cs
- BoolLiteral.cs
- FrameSecurityDescriptor.cs
- _CookieModule.cs
- validationstate.cs
- NetNamedPipeSecurity.cs
- Semaphore.cs
- XmlDataCollection.cs
- _WebProxyDataBuilder.cs
- DynamicDataManager.cs
- NumericPagerField.cs
- ArrangedElement.cs
- FileDialog.cs
- TraceHandlerErrorFormatter.cs
- QueryTask.cs
- CriticalHandle.cs
- _LocalDataStore.cs
- CachedFontFamily.cs
- Label.cs
- DynamicILGenerator.cs
- FullTextBreakpoint.cs
- DrawingAttributeSerializer.cs
- Paragraph.cs
- D3DImage.cs
- WorkflowDesigner.cs
- BufferedWebEventProvider.cs
- ResXResourceReader.cs
- Tuple.cs
- ResourceType.cs
- XomlCompilerParameters.cs
- Subtract.cs
- SafeFileMappingHandle.cs
- XamlGridLengthSerializer.cs
- Set.cs
- ColorConverter.cs
- VirtualizedCellInfoCollection.cs
- TemplateBamlRecordReader.cs
- DataServicePagingProviderWrapper.cs
- PreservationFileWriter.cs
- CompletionCallbackWrapper.cs
- HttpAsyncResult.cs
- ScrollBar.cs
- ObjRef.cs
- MethodBody.cs
- Events.cs
- Peer.cs
- ShapingWorkspace.cs
- ExternalDataExchangeService.cs
- Ref.cs
- RawTextInputReport.cs
- RtfControlWordInfo.cs
- _BaseOverlappedAsyncResult.cs
- ModelVisual3D.cs
- NetStream.cs
- RoutedCommand.cs