Method GetSubImage
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
RectIBounds of the sub-image.
Returns a sub image of the current one as long as the rect belongs entirely to the image.
public virtual GenericImage GetSubImage(RectI rect)
rect
RectIBounds of the sub-image.