Constructor Document
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
Document(int, int)
Constructs a blank document (zero layers) of the given width and height.
public Document(int width, int height)
Parameters
Document(SizeInt32)
public Document(SizeInt32 size)
Parameters
size
SizeInt32
Document(Size)
public Document(Size size)
Parameters
size
Size