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
- FontCacheLogic.cs
- RestHandlerFactory.cs
- HandleCollector.cs
- CLSCompliantAttribute.cs
- TreeNodeMouseHoverEvent.cs
- AttributeEmitter.cs
- LOSFormatter.cs
- PaperSource.cs
- KnownBoxes.cs
- SqlPersonalizationProvider.cs
- Image.cs
- SecurityCredentialsManager.cs
- CroppedBitmap.cs
- RegexReplacement.cs
- TemplateControl.cs
- ListItemParagraph.cs
- SelectorAutomationPeer.cs
- SuppressIldasmAttribute.cs
- QuaternionKeyFrameCollection.cs
- X509Certificate2.cs
- AssemblyGen.cs
- MethodExpression.cs
- AssemblyHash.cs
- mactripleDES.cs
- SchemaDeclBase.cs
- RegionIterator.cs
- TdsParserStaticMethods.cs
- listviewsubitemcollectioneditor.cs
- EditCommandColumn.cs
- DesignerObjectListAdapter.cs
- ObjectKeyFrameCollection.cs
- ReliableOutputConnection.cs
- Animatable.cs
- UserValidatedEventArgs.cs
- XmlIncludeAttribute.cs
- XPathScanner.cs
- Size.cs
- ClockGroup.cs
- ConnectionStringSettingsCollection.cs
- RadioButton.cs
- DataStorage.cs
- EngineSite.cs
- BaseCollection.cs
- SymbolMethod.cs
- SqlLiftIndependentRowExpressions.cs
- UnmanagedBitmapWrapper.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- DrawingAttributeSerializer.cs
- QilUnary.cs
- FunctionQuery.cs
- FrameworkRichTextComposition.cs
- GACIdentityPermission.cs
- BaseCodePageEncoding.cs
- WindowExtensionMethods.cs
- Decorator.cs
- TextRange.cs
- RegistrySecurity.cs
- ElementProxy.cs
- ThicknessKeyFrameCollection.cs
- SingleKeyFrameCollection.cs
- ThreadStaticAttribute.cs
- ClientScriptItem.cs
- CodeCatchClauseCollection.cs
- WebPartTransformerAttribute.cs
- XmlWriterTraceListener.cs
- FacetChecker.cs
- UnsafeNativeMethodsCLR.cs
- WebPartConnectionsCancelEventArgs.cs
- InternalConfigSettingsFactory.cs
- TokenBasedSet.cs
- ContentTextAutomationPeer.cs
- TransactionFlowProperty.cs
- BitmapEncoder.cs
- NamedPipeHostedTransportConfiguration.cs
- ComplusTypeValidator.cs
- HttpServerUtilityBase.cs
- MessageDescriptionCollection.cs
- CharacterBufferReference.cs
- DbInsertCommandTree.cs
- TextServicesCompartment.cs
- AttributeProviderAttribute.cs
- ResourceAttributes.cs
- ProjectionNode.cs
- EventToken.cs
- ProcessHostConfigUtils.cs
- TextEndOfParagraph.cs
- MetafileHeader.cs
- PropertyDescriptorGridEntry.cs
- Vector.cs
- AnimationException.cs
- UnconditionalPolicy.cs
- CacheMode.cs
- followingquery.cs
- StoryFragments.cs
- ClientTarget.cs
- PolicyLevel.cs
- ConstraintStruct.cs
- COM2ExtendedBrowsingHandler.cs
- OperationAbortedException.cs
- AnyAllSearchOperator.cs