Method GetSubBitmap
GetSubBitmap(RectI)
Returns a sub image of the current one as long as the rect belongs
entirely to the image.
public virtual Image GetSubBitmap(RectI rect)Parameters
- rectRectI
- Rectangle in this image. 
Returns a sub image of the current one as long as the rect belongs
entirely to the image.
public virtual Image GetSubBitmap(RectI rect)rect RectIRectangle in this image.