Table of Contents

Method Bounds

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.Core.dll

Bounds(IBitmapSource)

Returns a rectangle who's value is (x=0, y=0, width=source.Width, height=source.Height)

public static RectInt32 Bounds(this IBitmapSource source)

Parameters

source IBitmapSource

Returns

RectInt32