HeifRegionItemAddInlineMask(HeifImage, Int32, Int32, Int64, Int64) Method
Adds an inline mask to the region geometry.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public void AddInlineMask(
HeifImage image,
int x,
int y,
long width,
long height
)
Public Sub AddInlineMask (
image As HeifImage,
x As Integer,
y As Integer,
width As Long,
height As Long
)
public:
void AddInlineMask(
HeifImage^ image,
int x,
int y,
long long width,
long long height
)
member AddInlineMask :
image : HeifImage *
x : int *
y : int *
width : int64 *
height : int64 -> unit
Parameters
- image HeifImage
- The mask image.
- x Int32
- The x coordinate.
- y Int32
- The y coordinate.
- width Int64
- The width.
- height Int64
- The height.