Graphics.GetContextInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the cumulative graphics context.
public:
System::Object ^ GetContextInfo();
public object GetContextInfo();
member this.GetContextInfo : unit -> obj
Public Function GetContextInfo () As Object
Returns
An Object representing the cumulative graphics context.
Remarks
The return value is an object array where the first element contains the cumulative clip region and the second element contains the cumulative translate/transform matrix.