Gets the bounding rectangle of the element being drawn.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Rectangle Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rectangle |
See Also