Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CommonUI / System / Drawing / Advanced / RegionData.cs / 1 / 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
- DBSqlParserTableCollection.cs
- ReadWriteSpinLock.cs
- FunctionMappingTranslator.cs
- SectionRecord.cs
- SqlDependencyListener.cs
- DnsPermission.cs
- SQLByteStorage.cs
- FunctionGenerator.cs
- MarkerProperties.cs
- ToolstripProfessionalRenderer.cs
- PersistChildrenAttribute.cs
- TrueReadOnlyCollection.cs
- Window.cs
- Identity.cs
- InkCanvasFeedbackAdorner.cs
- FileAuthorizationModule.cs
- SynchronizationContextHelper.cs
- DataGridViewComboBoxColumn.cs
- StylusPointProperties.cs
- updateconfighost.cs
- CellParagraph.cs
- WaitForChangedResult.cs
- TagMapCollection.cs
- ResponseBodyWriter.cs
- CmsUtils.cs
- MetafileHeaderEmf.cs
- ConnectionModeReader.cs
- IncomingWebResponseContext.cs
- InternalConfigRoot.cs
- MulticastNotSupportedException.cs
- StartFileNameEditor.cs
- DelegatingTypeDescriptionProvider.cs
- MetadataItem_Static.cs
- SystemTcpStatistics.cs
- DateTimeFormatInfoScanner.cs
- PeerApplication.cs
- ServiceProviders.cs
- MappingModelBuildProvider.cs
- ScriptingRoleServiceSection.cs
- LoginStatusDesigner.cs
- XsltCompileContext.cs
- SimpleExpression.cs
- SplineQuaternionKeyFrame.cs
- Point3DValueSerializer.cs
- EventDescriptor.cs
- Int32RectValueSerializer.cs
- DbConnectionPoolGroupProviderInfo.cs
- GifBitmapEncoder.cs
- DataFieldCollectionEditor.cs
- Timer.cs
- ComponentChangingEvent.cs
- CustomPeerResolverService.cs
- ReaderWriterLock.cs
- TextChangedEventArgs.cs
- SlipBehavior.cs
- BevelBitmapEffect.cs
- ResXResourceSet.cs
- DataControlField.cs
- AssemblyAttributes.cs
- JavaScriptString.cs
- EntityModelBuildProvider.cs
- SecUtil.cs
- GridViewUpdatedEventArgs.cs
- WebPartEditorOkVerb.cs
- StylusDevice.cs
- SoapFault.cs
- Version.cs
- ToolStripDesignerUtils.cs
- TextBlockAutomationPeer.cs
- Rfc2898DeriveBytes.cs
- DataPagerFieldCollection.cs
- PageCodeDomTreeGenerator.cs
- ReadOnlyPropertyMetadata.cs
- UpdatePanelTriggerCollection.cs
- CaseStatementProjectedSlot.cs
- MemoryMappedViewStream.cs
- BooleanConverter.cs
- ExpressionNode.cs
- webeventbuffer.cs
- ThreadNeutralSemaphore.cs
- HtmlElementEventArgs.cs
- BmpBitmapEncoder.cs
- DesignBinding.cs
- TextServicesDisplayAttribute.cs
- DispatcherHooks.cs
- SafeRegistryHandle.cs
- VisualStyleElement.cs
- QilValidationVisitor.cs
- Module.cs
- XmlSchemaAttribute.cs
- RemotingAttributes.cs
- PrintPreviewControl.cs
- Events.cs
- CfgSemanticTag.cs
- BitArray.cs
- GenericQueueSurrogate.cs
- CommandID.cs
- StylusPointPropertyId.cs
- GetWinFXPath.cs
- GatewayIPAddressInformationCollection.cs