ITextureBrush.ImageArea

ITextureBrush.ImageArea property

Specifies the portion of the image used by the brush. If it equals RectangleF.Empty then the whole image will be used. Coordinates are in pixels.

public RectangleF ImageArea { get; }

Return Value

Image area

See Also