[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvRasterImage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

An entity which contains a raster image

Declaration

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;

Inheritance

TvRasterImage

  

An entity which contains a raster image

|

TvEntity

  

An element of a vectorial document

|

TObject

Description

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.


Documentation generated on: Oct 09 2011