ActiveReports3 Request technical support
GetBounds Method
See Also 


This method is used by the ActiveReports designer.  Internal use only.

Syntax

Visual Basic (Declaration) 
Public Function GetBounds() As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As ARControl
Dim value As RectangleF
 
value = instance.GetBounds()
C# 
public RectangleF GetBounds()

See Also