TextureBrush Class
Namespace: Stimulsoft.Drawing
Inheritance
Inherits from: Brush
Constructors
| Constructor | Description |
|---|---|
| TextureBrush(Image bitmap) | |
| TextureBrush(Image bitmap, RectangleF rect) |
TextureBrush(bitmap: Image)
Parameters
- bitmap (Image)
TextureBrush(bitmap: Image, rect: RectangleF)
Parameters
- bitmap (Image)
- rect (RectangleF)
Methods
| Method | Returns | Description |
|---|---|---|
| ScaleTransform | void | |
| TranslateTransform | void |
Method Details
ScaleTransform
ScaleTransform(sx: float, sy: float): void
Parameters
- sx (float)
- sy (float)
TranslateTransform
TranslateTransform(dx: float, dy: float): void
Parameters
- dx (float)
- dy (float)