Property Bounds
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Bounds
Gets the bounds of this Surface, in pixels.
public Rectangle Bounds { get; }
Property Value
Remarks
This is a convenience function that returns Rectangle(0, 0, Width, Height). This property will never throw an ObjectDisposedException.