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