Property Size
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Size
Gets the size, in pixels, of this Surface.
public Size Size { get; }
Property Value
Remarks
This is a convenience function that creates a new Size instance based on the values of the Width and Height properties. This property will never throw an ObjectDisposedException.