MsoFormatPicture Class

MsoFormatPicture class

Represents the picture format.


type MsoFormatPicture struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTopCropInchRepresents the location of the top of the crop rectangle expressed, in unit of inches.
SetTopCropInchRepresents the location of the top of the crop rectangle expressed, in unit of inches.
GetBottomCropInchRepresents the location of the bottom of the crop rectangle expressed, in unit of inches.
SetBottomCropInchRepresents the location of the bottom of the crop rectangle expressed, in unit of inches.
GetLeftCropInchRepresents the location of the left of the crop rectangle expressed, in unit of inches.
SetLeftCropInchRepresents the location of the left of the crop rectangle expressed, in unit of inches.
GetRightCropInchRepresents the location of the right of the crop rectangle expressed, in unit of inches.
SetRightCropInchRepresents the location of the right of the crop rectangle expressed, in unit of inches.
GetTopCropRepresents the location of the top of the crop rectangle expressed, expressed as a ratio of the image’s height.
SetTopCropRepresents the location of the top of the crop rectangle expressed, expressed as a ratio of the image’s height.
GetBottomCropRepresents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image’s height.
SetBottomCropRepresents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image’s height.
GetLeftCropRepresents the location of the left of the crop rectangle expressed, expressed as a ratio of the image’s width.
SetLeftCropRepresents the location of the left of the crop rectangle expressed, expressed as a ratio of the image’s width.
GetRightCropRepresents the location of the right of the crop rectangle expressed, expressed as a ratio of the image’s width.
SetRightCropRepresents the location of the right of the crop rectangle expressed, expressed as a ratio of the image’s width.
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).
GetTransparentColorGets and sets the transparent color of the picture.
SetTransparentColorGets and sets the transparent color of the picture.
GetContrastRepresents the contrast modification for the picture.in unit of percentage.
SetContrastRepresents the contrast modification for the picture.in unit of percentage.
GetBrightnessRepresents the brightness modification for the picture in unit of percentage.
SetBrightnessRepresents the brightness modification for the picture in unit of percentage.
GetGammaRepresents gamma of the picture.
SetGammaRepresents gamma of the picture.
IsBiLevelIndicates whether this picture should display in two-color black and white.
SetIsBiLevelIndicates whether this picture should display in two-color black and white.
IsGrayIndicates whether this picture should display in grayscale.
SetIsGrayIndicates whether this picture should display in grayscale.
GetHashCodeGets the hash code.
Equals