TextureFill Class

TextureFill class

Encapsulates the object that represents texture fill format


type TextureFill struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets and sets the texture type
SetTypeGets and sets the texture type
IsTilingIndicates whether tile picture as texture.
SetIsTilingIndicates whether tile picture as texture.
GetPicFormatOptionGets or sets picture format option.
SetPicFormatOptionGets or sets picture format option.
GetTilePicOptionGets or sets tile picture option.
SetTilePicOptionGets or sets tile picture option.
GetPictureFormatTypeGets and sets the picture format type.
SetPictureFormatTypeGets and sets the picture format type.
GetScaleGets and sets the picture format scale.
SetScaleGets and sets the picture format scale.
GetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).