Gets the handle to the device context associated with this GdiGraphics.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public virtual IntPtr GetHdc () |
Visual Basic
Copy Code
|
|---|
Public Overridable Function GetHdc () As IntPtr |
Handle to the device context associated with this GdiGraphics.
See Also