Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / RegionData.cs / 2 / RegionData.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Drawing2D { using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using System; ////// /// public sealed class RegionData { byte[] data; internal RegionData(byte[] data) { this.data = data; } ////// Encapsulates the data that makes up a ///. /// /// /// public byte[] Data { get { return data; } set { data = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// An array of characters that contain the data that makes up a ///. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Drawing2D { using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using System; ////// /// public sealed class RegionData { byte[] data; internal RegionData(byte[] data) { this.data = data; } ////// Encapsulates the data that makes up a ///. /// /// /// public byte[] Data { get { return data; } set { data = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// An array of characters that contain the data that makes up a ///. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FieldInfo.cs
- VideoDrawing.cs
- NumberFormatter.cs
- DescendantBaseQuery.cs
- BooleanStorage.cs
- XmlUnspecifiedAttribute.cs
- DataFormat.cs
- UserControl.cs
- HelpKeywordAttribute.cs
- InkCanvas.cs
- SqlProviderManifest.cs
- SynchronizationContext.cs
- diagnosticsswitches.cs
- TrueReadOnlyCollection.cs
- SQLDecimalStorage.cs
- ClientSettingsStore.cs
- ExternalException.cs
- BrowserCapabilitiesCodeGenerator.cs
- CustomExpressionEventArgs.cs
- ConditionChanges.cs
- EventProviderWriter.cs
- XmlSchemaInferenceException.cs
- InputLanguageManager.cs
- EntityReference.cs
- ObjectListTitleAttribute.cs
- CompilationUtil.cs
- ThousandthOfEmRealPoints.cs
- ManifestResourceInfo.cs
- PathNode.cs
- AttachInfo.cs
- FixedSOMTableRow.cs
- SemanticKeyElement.cs
- HttpUnhandledOperationInvoker.cs
- XPathScanner.cs
- ItemsControl.cs
- SafeFileMappingHandle.cs
- DecimalAnimation.cs
- UnsafeNativeMethodsCLR.cs
- DbConnectionStringCommon.cs
- SharedStatics.cs
- DefaultMemberAttribute.cs
- TextServicesPropertyRanges.cs
- BamlReader.cs
- PartBasedPackageProperties.cs
- DiffuseMaterial.cs
- GridViewItemAutomationPeer.cs
- ActivationServices.cs
- PageBreakRecord.cs
- _HeaderInfo.cs
- ActiveDesignSurfaceEvent.cs
- ObjectCloneHelper.cs
- TextTreeExtractElementUndoUnit.cs
- DataServiceContext.cs
- ButtonFlatAdapter.cs
- SerializationEventsCache.cs
- CfgSemanticTag.cs
- ObjectDataProvider.cs
- CriticalFileToken.cs
- NetMsmqSecurity.cs
- ClipboardData.cs
- XmlDataFileEditor.cs
- AppDomainManager.cs
- ComponentConverter.cs
- Soap.cs
- TableRow.cs
- Iis7Helper.cs
- DataGridCellAutomationPeer.cs
- CodeMethodReturnStatement.cs
- IERequestCache.cs
- ToggleButtonAutomationPeer.cs
- SourceElementsCollection.cs
- ZipPackagePart.cs
- HtmlInputHidden.cs
- WebEvents.cs
- CommandCollectionEditor.cs
- TableRowGroup.cs
- HttpWrapper.cs
- PrintPreviewControl.cs
- ObjectDataSourceView.cs
- IProvider.cs
- XmlTextReader.cs
- XmlResolver.cs
- ListSortDescriptionCollection.cs
- CheckoutException.cs
- TimerElapsedEvenArgs.cs
- WebPartZoneBase.cs
- MemoryPressure.cs
- XmlILIndex.cs
- StaticFileHandler.cs
- NamedPipeAppDomainProtocolHandler.cs
- ExpandableObjectConverter.cs
- IApplicationTrustManager.cs
- BlurBitmapEffect.cs
- CalendarDataBindingHandler.cs
- PointCollection.cs
- DefaultSection.cs
- ChangePassword.cs
- Operand.cs
- List.cs
- GetPageNumberCompletedEventArgs.cs