Raster Image
Raster image references and image manipulation.
25 functions.
CadAddImageCreates a new raster image entity and returns its handle.
CadAddImagePlace"Drawn-by-client" placeholder image (no file; host paints it).
CadExtractImageExtracts a preview bitmap of a drawing file into the caller's buffer as a Windows BMP (allocate 250 000 bytes).
CadExtractImageMemExtracts a preview bitmap of an in-memory drawing into the caller's buffer as a Windows BMP (allocate 250 000 bytes).
CadImageGetFileReturns the file of the raster image entity.
CadImageGetPointReturns the point of the raster image entity.
CadImageGetScaleScale = pixels per drawing unit = 1 / |uvec|.
CadImageGetScaleXReturns the scale x of the raster image entity.
CadImageGetScaleYReturns the scale y of the raster image entity.
CadImageGetTColorReturns the t colour of the raster image entity.
CadImageGetTransparentReturns the transparent of the raster image entity.
CadImageGetXReturns the x of the raster image entity.
CadImageGetYReturns the y of the raster image entity.
CadImageGetZReturns the z of the raster image entity.
CadImagePutFileSets the file of the raster image entity.
CadImagePutPointSets the point of the raster image entity.
CadImagePutScaleSets the scale of the raster image entity.
CadImagePutScaleXSets the scale x of the raster image entity.
CadImagePutScaleYSets the scale y of the raster image entity.
CadImagePutSizeSets the size of the raster image entity.
CadImagePutTColorSets the t colour of the raster image entity.
CadImagePutTransparentSets the transparent of the raster image entity.
CadImagePutXSets the x of the raster image entity.
CadImagePutYSets the y of the raster image entity.
CadImagePutZSets the z of the raster image entity.