[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
An entity which contains a raster image
Source position: fpvectorial.pas line 258
type TvRasterImage = class(TvEntity) |
||
public |
||
RasterImage: TFPCustomImage; |
|
A raster image element |
Top: Double; |
|
The top coordinate in milimiters of the image in the drawing |
Left: Double; |
|
The Left coordinate in milimiters of the image in the drawing |
Width: Double; |
|
The Width with which render the raster image |
Height: Double; |
|
The Height with which render the raster image |
end; |
|
An entity which contains a raster image |
|
| | ||
|
An element of a vectorial document |
|
| | ||
TObject |
Vectorial images can contain raster images inside them and this entity represents this. If the Width and Height differ from the same data in the image, then the raster image will be stretched. Note that TFPCustomImage does not implement a storage, so the property RasterImage should be filled with either a FPImage.TFPMemoryImage or with a TLazIntfImage. The property RasterImage might be nil.