Search
DrawEventArgs.Bounds Property
See Also
 





Gets the bounding rectangle of the item being rendered.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public RectangleF Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As RectangleF

 Property Value

A .NET RectangleF specifying the bounding rectangle of the item being renderd.

 See Also