Table of Contents

Class Tile

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

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