Table of Contents

Property Bounds

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

Bounds

Gets the bounds of this Surface, in pixels.

public Rectangle Bounds { get; }

Property Value

Rectangle

Remarks

This is a convenience function that returns Rectangle(0, 0, Width, Height). This property will never throw an ObjectDisposedException.