Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure / Rectangle Field


In This Topic
    Rectangle Field
    In This Topic
    Bounding rectangle of the text.
    Syntax
    'Declaration
     
    
    Public Rectangle As RectangleF
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As RectangleF
     
    value = instance.Rectangle
     
    instance.Rectangle = value
    public RectangleF Rectangle
    See Also