PicFormatOption Class

PicFormatOption class

Represents picture format option


type PicFormatOption struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPicFormatOptionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets or sets the picture fill type.
SetTypeGets or sets the picture fill type.
GetScaleGets or sets how many the picture stack and scale with.
SetScaleGets or sets how many the picture stack and scale with.
GetLeftGets or sets the left offset for stretching picture.
SetLeftGets or sets the left offset for stretching picture.
GetTopGets or sets the top offset for stretching picture.
SetTopGets or sets the top offset for stretching picture.
GetBottomGets or sets the bottom offset for stretching picture.
SetBottomGets or sets the bottom offset for stretching picture.
GetRightGets or sets the right offset for stretching picture.
SetRightGets or sets the right offset for stretching picture.