ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Tile Class / Rectangle Property

In This Topic
    Rectangle Property (Tile)
    In This Topic
    The region to be tiled specified as a vector in the form (left, top, width, height). The units are in DIPs.
    Syntax
    'Declaration
     
    Public Property Rectangle As Vector4
    public Vector4 Rectangle {get; set;}
    See Also