The BitmapMask type exposes the following members.

Constructors

  NameDescription
BitmapMask
Initializes a new instance of the BitmapMask class.

Methods

  NameDescription
Clone
Creates a copy of the current BitmapMask.
(Overrides Action..::.Clone()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also