Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Advanced / GraphicsState.cs / 1 / GraphicsState.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /*************************************************************************\ * * Copyright (c) 1998-1999, Microsoft Corp. All Rights Reserved. * * Module Name: * * GraphicsState.cs * * Abstract: * * What Graphics.Save saves and Graphics.Restore restores * * Revision History: * * 11/10/99 [....] * Created it. * \**************************************************************************/ namespace System.Drawing.Drawing2D { using System.Diagnostics; using System; ////// /// public sealed class GraphicsState : MarshalByRefObject { internal int nativeState; internal GraphicsState(int nativeState) { this.nativeState = nativeState; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SchemaSetCompiler.cs
- WorkflowMessageEventHandler.cs
- Nullable.cs
- Floater.cs
- XhtmlBasicSelectionListAdapter.cs
- SingleAnimation.cs
- FunctionMappingTranslator.cs
- OdbcError.cs
- RelationshipEnd.cs
- WebPartConnectionsEventArgs.cs
- Style.cs
- FixedSOMLineRanges.cs
- HtmlAnchor.cs
- BinaryExpressionHelper.cs
- GraphicsPath.cs
- ColumnCollection.cs
- GeneralEndpointIdentity.cs
- XmlStreamStore.cs
- XmlTextEncoder.cs
- ControlDesigner.cs
- NullReferenceException.cs
- FontSource.cs
- listitem.cs
- RectAnimationBase.cs
- BuildManager.cs
- EntityCollection.cs
- RawAppCommandInputReport.cs
- RichTextBoxAutomationPeer.cs
- XslVisitor.cs
- ConfigurationManagerHelper.cs
- NumericUpDown.cs
- EntityKey.cs
- WorkflowRuntime.cs
- BindingCollection.cs
- DataColumnChangeEvent.cs
- VectorKeyFrameCollection.cs
- ReflectPropertyDescriptor.cs
- DtrList.cs
- Journal.cs
- GAC.cs
- filewebrequest.cs
- ProcessThreadCollection.cs
- SQLString.cs
- ServicesExceptionNotHandledEventArgs.cs
- WebEventCodes.cs
- UnauthorizedAccessException.cs
- TableChangeProcessor.cs
- InvokeBase.cs
- MachinePropertyVariants.cs
- InstallerTypeAttribute.cs
- SqlNotificationEventArgs.cs
- ThreadExceptionDialog.cs
- ArrayList.cs
- _SafeNetHandles.cs
- DigitalSignature.cs
- ArrayElementGridEntry.cs
- mediaeventargs.cs
- PeerNameRecord.cs
- Rotation3DKeyFrameCollection.cs
- PointAnimationClockResource.cs
- AmbientProperties.cs
- DeviceContext2.cs
- Metafile.cs
- TreeViewImageGenerator.cs
- ReachSerializableProperties.cs
- UnauthorizedAccessException.cs
- DirectoryNotFoundException.cs
- SrgsElementFactory.cs
- DomainUpDown.cs
- _CookieModule.cs
- ClientProxyGenerator.cs
- Effect.cs
- PartialArray.cs
- CalendarDayButton.cs
- SelectorItemAutomationPeer.cs
- CodeObjectCreateExpression.cs
- ParserStack.cs
- ITreeGenerator.cs
- PolyLineSegmentFigureLogic.cs
- SafeProcessHandle.cs
- SpotLight.cs
- DataGridCaption.cs
- RTLAwareMessageBox.cs
- SiteMap.cs
- TemplateBuilder.cs
- IndicFontClient.cs
- AttributeParameterInfo.cs
- __TransparentProxy.cs
- OutputCacheProfileCollection.cs
- NumericUpDown.cs
- TextElementAutomationPeer.cs
- PropertiesTab.cs
- SkinBuilder.cs
- MdiWindowListItemConverter.cs
- PropertyGeneratedEventArgs.cs
- ValueSerializerAttribute.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ContainerParagraph.cs
- Compiler.cs
- CatalogZone.cs