Gets a reference to the underlying .NET Graphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public Graphics Graphics { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Graphics As Graphics |
An instance of the .NET System.Drawing.Graphics class.
See Also