TilePicOption Class
Contents
[
Hide
]TilePicOption class
Represents tile picture as texture.
type TilePicOption struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewTilePicOption | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetOffsetX | Gets or sets the X offset for tiling picture. |
| SetOffsetX | Gets or sets the X offset for tiling picture. |
| GetOffsetY | Gets or sets the Y offset for tiling picture. |
| SetOffsetY | Gets or sets the Y offset for tiling picture. |
| GetScaleX | Gets or sets the X scale for tiling picture. |
| SetScaleX | Gets or sets the X scale for tiling picture. |
| GetScaleY | Gets or sets the Y scale for tiling picture. |
| SetScaleY | Gets or sets the Y scale for tiling picture. |
| GetMirrorType | Gets or sets the mirror type for tiling. |
| SetMirrorType | Gets or sets the mirror type for tiling. |
| GetAlignmentType | Gets or sets the alignment for tiling. |
| SetAlignmentType | Gets or sets the alignment for tiling. |