Table of Contents

Property Width

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

Width

Gets the width of the associated Surface object.

public int Width { get; }

Property Value

int

Remarks

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