Class Tile
Built in Tile effect.
public class Tile : Effect
- Inheritance
-
Tile
- Inherited Members
Constructors
Tile(DeviceContext)
Initializes a new instance of Tile effect.
public Tile(DeviceContext context)
Parameters
context
DeviceContext
Properties
Rectangle
The region to be tiled specified as a vector in the form (left, top, width, height). The units are in DIPs.
public RawVector4 Rectangle { get; set; }
Property Value
- RawVector4