Code:
/ 4.0 / 4.0 / 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 ///. /// // 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
- SettingsBase.cs
- AtomMaterializer.cs
- DictionaryGlobals.cs
- DynamicMetaObject.cs
- BroadcastEventHelper.cs
- NameSpaceExtractor.cs
- ListView.cs
- DataServiceEntityAttribute.cs
- SystemIcons.cs
- TemplateControlBuildProvider.cs
- ElementProxy.cs
- WebBrowserProgressChangedEventHandler.cs
- ObjectSpanRewriter.cs
- Lock.cs
- AsyncCompletedEventArgs.cs
- CmsInterop.cs
- DataGridViewCellValidatingEventArgs.cs
- ListChunk.cs
- KeyManager.cs
- UIElement.cs
- WindowsPen.cs
- AssemblyUtil.cs
- Module.cs
- TabletDevice.cs
- CompiledAction.cs
- StringExpressionSet.cs
- WorkflowInlining.cs
- ExtendedTransformFactory.cs
- SplayTreeNode.cs
- PerformanceCounterPermission.cs
- ViewStateModeByIdAttribute.cs
- QueryCacheEntry.cs
- QueryContext.cs
- NativeConfigurationLoader.cs
- CodeGotoStatement.cs
- KeySplineConverter.cs
- SystemResourceKey.cs
- loginstatus.cs
- RefreshEventArgs.cs
- ScrollProperties.cs
- SspiSafeHandles.cs
- basenumberconverter.cs
- DbgCompiler.cs
- XamlClipboardData.cs
- SaveFileDialog.cs
- UserPersonalizationStateInfo.cs
- MarginsConverter.cs
- PropertyConverter.cs
- RemotingServices.cs
- PersianCalendar.cs
- Aes.cs
- RightNameExpirationInfoPair.cs
- UpdateTranslator.cs
- HtmlControl.cs
- SHA1Cng.cs
- XmlSchemaComplexContentRestriction.cs
- FileReservationCollection.cs
- VectorAnimationUsingKeyFrames.cs
- ParseNumbers.cs
- Hex.cs
- SqlComparer.cs
- EntityDataSourceContainerNameConverter.cs
- IconBitmapDecoder.cs
- RepeatBehaviorConverter.cs
- CompModSwitches.cs
- Int32RectValueSerializer.cs
- ByteStack.cs
- UTF32Encoding.cs
- HwndTarget.cs
- ConditionChanges.cs
- DeclaredTypeElementCollection.cs
- DispatcherHooks.cs
- AppSettingsExpressionBuilder.cs
- ListItemParagraph.cs
- ProxyGenerator.cs
- RunWorkerCompletedEventArgs.cs
- ServiceContractGenerationContext.cs
- CodeRegionDirective.cs
- ArithmeticException.cs
- HttpInputStream.cs
- GridViewColumnCollectionChangedEventArgs.cs
- CategoryEditor.cs
- SoapAttributeAttribute.cs
- BaseValidator.cs
- CroppedBitmap.cs
- AutomationPropertyInfo.cs
- TextBreakpoint.cs
- NamespaceExpr.cs
- ServiceObjectContainer.cs
- PieceNameHelper.cs
- GPRECTF.cs
- ConvertEvent.cs
- SafeSecurityHandles.cs
- DatatypeImplementation.cs
- SqlDataSourceSelectingEventArgs.cs
- MethodRental.cs
- Errors.cs
- XmlSecureResolver.cs
- HitTestWithPointDrawingContextWalker.cs
- StandardCommands.cs