Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / RegionData.cs / 1305376 / 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 ///. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DetailsView.cs
- SerializationHelper.cs
- DataServiceResponse.cs
- printdlgexmarshaler.cs
- ResourceManagerWrapper.cs
- MetadataItem.cs
- XmlSchemaInfo.cs
- GroupLabel.cs
- SoapConverter.cs
- SerialPort.cs
- KeyedHashAlgorithm.cs
- CalendarData.cs
- HostingEnvironmentSection.cs
- _LocalDataStoreMgr.cs
- RectangleConverter.cs
- LowerCaseStringConverter.cs
- TextTreeTextBlock.cs
- XamlStream.cs
- DelayedRegex.cs
- HtmlGenericControl.cs
- RedistVersionInfo.cs
- SamlAuthenticationStatement.cs
- LicFileLicenseProvider.cs
- ListItemCollection.cs
- DataServiceRequest.cs
- MemoryRecordBuffer.cs
- DetailsViewInsertedEventArgs.cs
- SafeProcessHandle.cs
- ViewKeyConstraint.cs
- DescendentsWalkerBase.cs
- HostingPreferredMapPath.cs
- GeometryHitTestResult.cs
- Avt.cs
- CategoryGridEntry.cs
- SmtpLoginAuthenticationModule.cs
- ContextMenuStripGroup.cs
- SqlConnectionFactory.cs
- TemplateBindingExtension.cs
- XmlSchemaSubstitutionGroup.cs
- CompressStream.cs
- columnmapkeybuilder.cs
- EventLogSession.cs
- TextWriter.cs
- login.cs
- StaticContext.cs
- GenericAuthenticationEventArgs.cs
- SymLanguageType.cs
- SubpageParaClient.cs
- HttpChannelBindingToken.cs
- DataSourceCacheDurationConverter.cs
- RemotingSurrogateSelector.cs
- MailAddressCollection.cs
- WaitHandle.cs
- ChangesetResponse.cs
- XmlSchemaAnnotation.cs
- Message.cs
- PersonalizationState.cs
- SQLBoolean.cs
- JavascriptXmlWriterWrapper.cs
- XmlUtil.cs
- PersonalizationStateInfoCollection.cs
- SingleConverter.cs
- StateValidator.cs
- TreeNodeBinding.cs
- GeometryDrawing.cs
- ETagAttribute.cs
- DictationGrammar.cs
- JsonDeserializer.cs
- XPathMultyIterator.cs
- GroupQuery.cs
- baseshape.cs
- DataGridItemAttachedStorage.cs
- HijriCalendar.cs
- EventLogPermissionAttribute.cs
- DataObjectEventArgs.cs
- MetadataArtifactLoaderCompositeFile.cs
- DependsOnAttribute.cs
- FormParameter.cs
- AnchoredBlock.cs
- Scene3D.cs
- ObjRef.cs
- RepeaterCommandEventArgs.cs
- ReadOnlyDataSourceView.cs
- MsmqInputMessage.cs
- SqlGatherProducedAliases.cs
- DriveNotFoundException.cs
- VectorConverter.cs
- GiveFeedbackEvent.cs
- IconEditor.cs
- HttpPostProtocolImporter.cs
- SystemIcmpV6Statistics.cs
- EmptyCollection.cs
- DoubleAnimationUsingPath.cs
- ResumeStoryboard.cs
- SinglePageViewer.cs
- CaseInsensitiveComparer.cs
- TcpWorkerProcess.cs
- CacheVirtualItemsEvent.cs
- TreeViewAutomationPeer.cs
- ColumnTypeConverter.cs