Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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