Table of Contents

Method GetSubImage

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetSubImage(RectI)

Returns a sub image of the current one as long as the rect belongs entirely to the image.

public virtual GenericImage GetSubImage(RectI rect)

Parameters

rect RectI

Bounds of the sub-image.

Returns

GenericImage