Class TFPReaderSVG
Unit
Declaration
type TFPReaderSVG = class(TBGRAImageReader)
Description
Reader for SVG image format
Hierarchy
- TFPCustomImageReader
- TBGRAImageReader
- TFPReaderSVG
Overview
Methods
![]() |
constructor Create; override; |
![]() |
function GetBitmapDraft(AStream: TStream; AMaxWidth, AMaxHeight: integer; out AOriginalWidth,AOriginalHeight: integer): TBGRACustomBitmap; override; |
![]() |
function GetQuickInfo(AStream: TStream): TQuickImageInfo; override; |
![]() |
function InternalCheck(Stream: TStream): boolean; override; |
![]() |
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
Properties
![]() |
property Height: integer read FHeight; |
![]() |
property RenderDpi: single read FRenderDpi write FRenderDpi; |
![]() |
property Scale: single read FScale write FScale; |
![]() |
property Width: integer read FWidth; |
Description
Methods
![]() |
constructor Create; override; |
This item has no description. |
![]() |
function GetBitmapDraft(AStream: TStream; AMaxWidth, AMaxHeight: integer; out AOriginalWidth,AOriginalHeight: integer): TBGRACustomBitmap; override; |
This item has no description. Showing description inherited from TBGRAImageReader.GetBitmapDraft. Return a draft of the bitmap, the ratio may change compared to the original width and height (useful to make thumbnails) |
![]() |
function GetQuickInfo(AStream: TStream): TQuickImageInfo; override; |
This item has no description. Showing description inherited from TBGRAImageReader.GetQuickInfo. Return bitmap information (size, bit depth) |
![]() |
function InternalCheck(Stream: TStream): boolean; override; |
This item has no description. |
![]() |
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
This item has no description. |
Properties
![]() |
property Height: integer read FHeight; |
This item has no description. |
![]() |
property RenderDpi: single read FRenderDpi write FRenderDpi; |
This item has no description. |
![]() |
property Scale: single read FScale write FScale; |
This item has no description. |
![]() |
property Width: integer read FWidth; |
This item has no description. |