Search
PaintControlEventArgs.PaintRect Property
See Also
 





Gets the bounding rectangle of the control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public RectangleF PaintRect { get; }

Visual Basic  Copy Code

Public ReadOnly Property PaintRect As RectangleF

 Property Value

A .NET RectangleF instance.

 See Also