Skip to main content

TdxCustomSmartImage.ConvertToBitmap Method

Converts the stored image to a bitmap.

Declaration

procedure ConvertToBitmap;

Remarks

Call this procedure to rasterize the stored vector image. The ConvertToBitmap procedure passes the GetAsBitmap function result as the SetBitmap procedure’s parameter.

A ConvertToBitmap procedure call has no effect if

Calling the ConvertToBitmap procedure has no effect if the Empty property returns True.

Note

Vector image rasterization is irreversible, since the Smart Image containers cannot vectorize the stored bitmaps.

See Also