Class TBGRALayeredSVG

Unit

Declaration

type TBGRALayeredSVG = class(TBGRALayeredBitmap)

Description

Layered SVG.

A layered SVG is a regular SVG divided in groups representing layers.

Hierarchy

Overview

Fields

Public ContainerHeight: integer;
Public ContainerWidth: integer;
Public DefaultLayerName: string;
Public DefaultSvgDPI: integer;
Public DPI: integer;

Methods

Public constructor Create; overload; override;
Public constructor Create(AWidth, AHeight: integer); overload; override;
Protected function GetMimeType: string; override;
Public procedure LoadFromFile(const filenameUTF8: string); override;
Public procedure LoadFromStream(AStream: TStream); override;
Public procedure SaveToFile(const filenameUTF8: string); override;
Public procedure SaveToStream(AStream: TStream); override;
Protected procedure InternalLoadFromStream(AStream: TStream);
Protected procedure InternalSaveToStream(AStream: TStream);

Description

Fields

Public ContainerHeight: integer;

This item has no description.

Public ContainerWidth: integer;

This item has no description.

Public DefaultLayerName: string;

This item has no description.

Public DefaultSvgDPI: integer;

This item has no description.

Public DPI: integer;

This item has no description.

Methods

Public constructor Create; overload; override;

This item has no description. Showing description inherited from TGraphic.Create.

Create an empty instance

Public constructor Create(AWidth, AHeight: integer); overload; override;

This item has no description.

Protected function GetMimeType: string; override;

This item has no description. Showing description inherited from TGraphic.GetMimeType.

Get mimetype of current graphic class

Public procedure LoadFromFile(const filenameUTF8: string); override;

This item has no description. Showing description inherited from TGraphic.LoadFromFile.

Load the content from a given file

Public procedure LoadFromStream(AStream: TStream); override;

This item has no description. Showing description inherited from TGraphic.LoadFromStream.

Load the content from a given stream

Public procedure SaveToFile(const filenameUTF8: string); override;

This item has no description. Showing description inherited from TGraphic.SaveToFile.

Saves the content to a file

Public procedure SaveToStream(AStream: TStream); override;

This item has no description. Showing description inherited from TGraphic.SaveToStream.

Saves the content into a given stream

Protected procedure InternalLoadFromStream(AStream: TStream);

This item has no description.

Protected procedure InternalSaveToStream(AStream: TStream);

This item has no description.