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
- HwndHost.cs
- HttpContext.cs
- CSharpCodeProvider.cs
- TableRowGroup.cs
- DirectoryNotFoundException.cs
- WindowsListBox.cs
- TreeViewAutomationPeer.cs
- RichTextBoxDesigner.cs
- HostingEnvironmentSection.cs
- CodeVariableDeclarationStatement.cs
- ToolStripDesignerAvailabilityAttribute.cs
- GraphicsPathIterator.cs
- SystemMulticastIPAddressInformation.cs
- InputProviderSite.cs
- DbCommandDefinition.cs
- ConfigXmlText.cs
- EdmEntityTypeAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- DataTableReaderListener.cs
- JsonFormatMapping.cs
- RayHitTestParameters.cs
- XMLUtil.cs
- Constraint.cs
- MembershipUser.cs
- FrameworkRichTextComposition.cs
- InternalResources.cs
- StatusStrip.cs
- GridViewDeleteEventArgs.cs
- PropertyValueChangedEvent.cs
- SyndicationSerializer.cs
- XmlCDATASection.cs
- HijriCalendar.cs
- PointIndependentAnimationStorage.cs
- WindowsFont.cs
- DependencyPropertyKey.cs
- ReadOnlyCollectionBuilder.cs
- FileLevelControlBuilderAttribute.cs
- MethodCallTranslator.cs
- PartitionedStreamMerger.cs
- XmlBinaryReaderSession.cs
- ResourceKey.cs
- RelatedView.cs
- SecurityKeyIdentifierClause.cs
- ScalarOps.cs
- Label.cs
- ColumnMapTranslator.cs
- _Semaphore.cs
- NominalTypeEliminator.cs
- PbrsForward.cs
- validationstate.cs
- UiaCoreApi.cs
- Constants.cs
- StaticResourceExtension.cs
- ButtonFieldBase.cs
- HtmlInputCheckBox.cs
- BeginEvent.cs
- ScopelessEnumAttribute.cs
- OdbcConnectionFactory.cs
- LayoutUtils.cs
- ThrowHelper.cs
- SqlDependencyListener.cs
- ActivitySurrogateSelector.cs
- SmtpReplyReader.cs
- ProfilePropertyNameValidator.cs
- AlphaSortedEnumConverter.cs
- BufferedGraphicsManager.cs
- SqlClientPermission.cs
- XamlReader.cs
- LedgerEntry.cs
- HashAlgorithm.cs
- Span.cs
- WorkflowDesignerMessageFilter.cs
- PerformanceCounterManager.cs
- AppSecurityManager.cs
- EntityType.cs
- DateTimeOffsetStorage.cs
- AmbientProperties.cs
- DomainConstraint.cs
- IgnoreSectionHandler.cs
- Soap.cs
- BoundingRectTracker.cs
- _SafeNetHandles.cs
- OutOfProcStateClientManager.cs
- SiteMapSection.cs
- XmlLanguageConverter.cs
- QuerySafeNavigator.cs
- TextEditorTables.cs
- XsltConvert.cs
- OdbcException.cs
- ToolStripSettings.cs
- EncoderBestFitFallback.cs
- EventTrigger.cs
- StreamWriter.cs
- XmlSerializationGeneratedCode.cs
- OdbcConnection.cs
- ThreadSafeList.cs
- CatalogZoneAutoFormat.cs
- ShutDownListener.cs
- EntityDesignerDataSourceView.cs
- XmlSchemaObjectCollection.cs