Table of Contents

Property Bounds

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

Bounds

Gets the size of the associated Surface object.

public Rectangle Bounds { get; }

Property Value

Rectangle

Remarks

This is a convenience method equivalent to using RenderArgs.Surface.Bounds.