Property Bounds
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Bounds
Gets the size of the associated Surface object.
public Rectangle Bounds { get; }
Property Value
Remarks
This is a convenience method equivalent to using RenderArgs.Surface.Bounds.