Gets or sets the System.Drawing.Graphics instance backing this canvas.
Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms
SyntaxC#
Copy Code
|
|---|
public Graphics Graphics { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Graphics As Graphics |
See Also