PicFormatOption Class
Contents
[
Hide
]PicFormatOption class
Represents picture format option
type PicFormatOption struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewPicFormatOption | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets or sets the picture fill type. |
| SetType | Gets or sets the picture fill type. |
| GetScale | Gets or sets how many the picture stack and scale with. |
| SetScale | Gets or sets how many the picture stack and scale with. |
| GetLeft | Gets or sets the left offset for stretching picture. |
| SetLeft | Gets or sets the left offset for stretching picture. |
| GetTop | Gets or sets the top offset for stretching picture. |
| SetTop | Gets or sets the top offset for stretching picture. |
| GetBottom | Gets or sets the bottom offset for stretching picture. |
| SetBottom | Gets or sets the bottom offset for stretching picture. |
| GetRight | Gets or sets the right offset for stretching picture. |
| SetRight | Gets or sets the right offset for stretching picture. |