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