MsoFormatPicture Class
Contents
[
Hide
]MsoFormatPicture class
Represents the picture format.
type MsoFormatPicture struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetTopCropInch | Represents the location of the top of the crop rectangle expressed, in unit of inches. |
SetTopCropInch | Represents the location of the top of the crop rectangle expressed, in unit of inches. |
GetBottomCropInch | Represents the location of the bottom of the crop rectangle expressed, in unit of inches. |
SetBottomCropInch | Represents the location of the bottom of the crop rectangle expressed, in unit of inches. |
GetLeftCropInch | Represents the location of the left of the crop rectangle expressed, in unit of inches. |
SetLeftCropInch | Represents the location of the left of the crop rectangle expressed, in unit of inches. |
GetRightCropInch | Represents the location of the right of the crop rectangle expressed, in unit of inches. |
SetRightCropInch | Represents the location of the right of the crop rectangle expressed, in unit of inches. |
GetTopCrop | Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image’s height. |
SetTopCrop | Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image’s height. |
GetBottomCrop | Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image’s height. |
SetBottomCrop | Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image’s height. |
GetLeftCrop | Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image’s width. |
SetLeftCrop | Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image’s width. |
GetRightCrop | Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image’s width. |
SetRightCrop | Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image’s width. |
GetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
SetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
GetTransparentColor | Gets and sets the transparent color of the picture. |
SetTransparentColor | Gets and sets the transparent color of the picture. |
GetContrast | Represents the contrast modification for the picture.in unit of percentage. |
SetContrast | Represents the contrast modification for the picture.in unit of percentage. |
GetBrightness | Represents the brightness modification for the picture in unit of percentage. |
SetBrightness | Represents the brightness modification for the picture in unit of percentage. |
GetGamma | Represents gamma of the picture. |
SetGamma | Represents gamma of the picture. |
IsBiLevel | Indicates whether this picture should display in two-color black and white. |
SetIsBiLevel | Indicates whether this picture should display in two-color black and white. |
IsGray | Indicates whether this picture should display in grayscale. |
SetIsGray | Indicates whether this picture should display in grayscale. |
GetHashCode | Gets the hash code. |
Equals |