'Declaration Public Function MeasureImage( _ ByVal image As IImage, _ ByVal destBounds As System.Drawing.RectangleF, _ ByVal align As ImageAlign _ ) As System.Drawing.RectangleF()
public System.Drawing.RectangleF[] MeasureImage( IImage image, System.Drawing.RectangleF destBounds, ImageAlign align )
Parameters
- image
- The image to draw.
- destBounds
- The destination rectangle.
- align
- The image alignment.
Return Value
The array of image bounds (can contain multiple rectangles if the image is tiled.