The BitmapMask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BitmapMask |
Initializes a new instance of the BitmapMask class.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current BitmapMask.
(Overrides Action..::.Clone()()().) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
MaskBase64 |
Gets or sets the Base64 string of the bitmap mask content.
| |
MaskBinary |
Gets or sets the binary content of the bitmap mask.
| |
MaskBinaryOffset |
Gets or sets the number of bytes that must be skipped on the source image when generating the bitmap mask based on the MaskBinary property
| |
MaskFile |
Gets or sets the bitmap mask file path or URL.
| |
MaskImage |
Gets or sets the content of the bitmap mask.
| |
MaskLocation |
Gets or sets how the bitmap mask object will be positioned on the target element. If it is Center, then the bitmap mask object will be centered on the target element; otherwise, the bitmap mask position must be specified by MaskLocationX and MaskLocationY properties.
| |
MaskLocationX |
Gets or sets the x-coordinate of the left side of the bitmap mask object.
| |
MaskLocationY |
Gets or sets the y-coordinate of the top side of the bitmap mask object.
|