Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / GraphicsContainer.cs / 1305376 / GraphicsContainer.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Drawing2D { using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; /** * Represent the internal data of a Graphics Container object */ ////// /// Represents the internal data of a graphics /// container. /// public sealed class GraphicsContainer : MarshalByRefObject { /** * @notes How do we want to expose region data? * * @notes Need serialization methods too. Needs to be defined. */ internal GraphicsContainer(int graphicsContainer) { nativeGraphicsContainer = graphicsContainer; } internal int nativeGraphicsContainer; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PrimarySelectionGlyph.cs
- ToolStripItemImageRenderEventArgs.cs
- RemotingConfigParser.cs
- ProviderBase.cs
- SignatureHelper.cs
- XpsFilter.cs
- BuildProviderCollection.cs
- SessionSwitchEventArgs.cs
- MouseCaptureWithinProperty.cs
- ParameterBinding.cs
- WeakHashtable.cs
- CompileLiteralTextParser.cs
- BounceEase.cs
- AssemblyName.cs
- _NestedMultipleAsyncResult.cs
- EntityConnection.cs
- NotificationContext.cs
- SQLResource.cs
- OutputScopeManager.cs
- SecurityAlgorithmSuite.cs
- StorageEntityTypeMapping.cs
- StackSpiller.Bindings.cs
- NamespaceList.cs
- sapiproxy.cs
- PostBackTrigger.cs
- ZipIOExtraFieldPaddingElement.cs
- UrlMapping.cs
- ConfigurationSectionGroupCollection.cs
- KnownTypesProvider.cs
- DataContext.cs
- TargetParameterCountException.cs
- Part.cs
- SqlTypeSystemProvider.cs
- Menu.cs
- ProjectionPruner.cs
- MergeFilterQuery.cs
- TransportSecurityProtocolFactory.cs
- BackgroundWorker.cs
- SecurityDocument.cs
- Command.cs
- StringResourceManager.cs
- SignedInfo.cs
- DispatcherEventArgs.cs
- ControlIdConverter.cs
- OAVariantLib.cs
- XmlSchemaSimpleType.cs
- DiagnosticsConfigurationHandler.cs
- StyleTypedPropertyAttribute.cs
- latinshape.cs
- CompoundFileIOPermission.cs
- PropertyChangedEventArgs.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- PartialArray.cs
- LocatorPartList.cs
- WindowsSecurityTokenAuthenticator.cs
- Page.cs
- COM2AboutBoxPropertyDescriptor.cs
- XmlWrappingWriter.cs
- SimpleFieldTemplateUserControl.cs
- ListControlDataBindingHandler.cs
- CoTaskMemHandle.cs
- WsdlBuildProvider.cs
- ReadWriteObjectLock.cs
- SqlTransaction.cs
- ScriptReference.cs
- SocketInformation.cs
- ShimAsPublicXamlType.cs
- _TimerThread.cs
- IPAddressCollection.cs
- TableAutomationPeer.cs
- RSACryptoServiceProvider.cs
- UInt16Converter.cs
- Fonts.cs
- SqlBooleanMismatchVisitor.cs
- PropertyFilterAttribute.cs
- ObjectDisposedException.cs
- XPathEmptyIterator.cs
- SessionStateContainer.cs
- EncryptedData.cs
- LogConverter.cs
- SafeIUnknown.cs
- MimeFormatter.cs
- TextDpi.cs
- FileDialogCustomPlace.cs
- ProcessHostMapPath.cs
- PageParserFilter.cs
- SqlProviderServices.cs
- StandardCommands.cs
- DependencyObjectCodeDomSerializer.cs
- XdrBuilder.cs
- ListMarkerSourceInfo.cs
- NetworkStream.cs
- SafeViewOfFileHandle.cs
- ProfilePropertySettings.cs
- DataGridViewColumnDesigner.cs
- CustomTokenProvider.cs
- SortedSetDebugView.cs
- HMACRIPEMD160.cs
- GeometryModel3D.cs
- DataGridViewAccessibleObject.cs