Constructor RegionPtr
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Primitives.dll
RegionPtr(T*, SizeInt32, int)
public RegionPtr(T* ptr, SizeInt32 size, int stride)
Parameters
ptr
T*
size
SizeInt32
stride
int
RegionPtr(T*, int, int, int)
public RegionPtr(T* ptr, int width, int height, int stride)
Parameters
ptr
T*
width
int
height
int
stride
int
RegionPtr(object?, T*, SizeInt32, int)
public RegionPtr(object? owner, T* ptr, SizeInt32 size, int stride)
Parameters
owner
object
ptr
T*
size
SizeInt32
stride
int
RegionPtr(object?, T*, int, int, int)
public RegionPtr(object? owner, T* ptr, int width, int height, int stride)
Parameters
owner
object
ptr
T*
width
int
height
int
stride
int