Unit msegraphicstream

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class egraphicformat  
Class tmsefpmemoryimage  

Functions and Procedures

function readgraphic(const source: tstream; const dest: tbitmap; const aformatname: string; const params: array of const): string; overload;
function readgraphic(const source: tstream; const dest: tmaskedbitmap; const aformatname: string; const params: array of const): string; overload;
function readgraphic(const source: tstream; const dest: timagelist): string; overload;
function tryreadgraphic(const source: tstream; const dest: tbitmap; const aformatname: string; const params: array of const): string; overload;
function tryreadgraphic(const source: tstream; const dest: tmaskedbitmap; const aformatname: string; const params: array of const): string; overload;
function tryreadgraphic(const source: tstream; const dest: timagelist): string; overload;
procedure writegraphic(const dest: tstream; const source: tbitmap; const aformatname: string; const params: array of const); overload;
procedure writegraphic(const dest: tstream; const source: tmaskedbitmap; const aformatname: string; const params: array of const); overload;
procedure writegraphic(const dest: tstream; const source: timagelist); overload;
procedure registergraphicformat(const aformatlabel: string; const areadproc: readgraphicprocty; const awriteproc: writegraphicprocty; const afiltername: msestring; const afilemask: array of msestring);
function graphicformatlabels: stringarty;
function graphicfilemasks: filenamearty;
function graphicfilefilternames: msestringarty;
function graphicfilefiltermasks: msestringarty;
function graphicfilefilterlabel(const index: integer): string;
function readfpgraphic(const source: tstream; const readerclass: fpreaderclassty; const dest: tpersistent): boolean;

Types

fpreaderclassty = class of tfpcustomimagereader;
readgraphicprocty = function(const source: tstream; const dest: tobject; var format: string; const params: array of const): boolean;
writegraphicprocty = procedure(const dest: tstream; const source: tobject; const format: string; const params: array of const);

Constants

graphicformatdelimiter = ';';

Description

Functions and Procedures

function readgraphic(const source: tstream; const dest: tbitmap; const aformatname: string; const params: array of const): string; overload;

This item has no description.

function readgraphic(const source: tstream; const dest: tmaskedbitmap; const aformatname: string; const params: array of const): string; overload;

This item has no description.

function readgraphic(const source: tstream; const dest: timagelist): string; overload;

This item has no description.

function tryreadgraphic(const source: tstream; const dest: tbitmap; const aformatname: string; const params: array of const): string; overload;

This item has no description.

function tryreadgraphic(const source: tstream; const dest: tmaskedbitmap; const aformatname: string; const params: array of const): string; overload;

This item has no description.

function tryreadgraphic(const source: tstream; const dest: timagelist): string; overload;

This item has no description.

procedure writegraphic(const dest: tstream; const source: tbitmap; const aformatname: string; const params: array of const); overload;

This item has no description.

procedure writegraphic(const dest: tstream; const source: tmaskedbitmap; const aformatname: string; const params: array of const); overload;

This item has no description.

procedure writegraphic(const dest: tstream; const source: timagelist); overload;

This item has no description.

procedure registergraphicformat(const aformatlabel: string; const areadproc: readgraphicprocty; const awriteproc: writegraphicprocty; const afiltername: msestring; const afilemask: array of msestring);

This item has no description.

function graphicformatlabels: stringarty;

This item has no description.

function graphicfilemasks: filenamearty;

This item has no description.

function graphicfilefilternames: msestringarty;

This item has no description.

function graphicfilefiltermasks: msestringarty;

This item has no description.

function graphicfilefilterlabel(const index: integer): string;

This item has no description.

function readfpgraphic(const source: tstream; const readerclass: fpreaderclassty; const dest: tpersistent): boolean;

This item has no description.

Types

fpreaderclassty = class of tfpcustomimagereader;

This item has no description.

readgraphicprocty = function(const source: tstream; const dest: tobject; var format: string; const params: array of const): boolean;

This item has no description.

writegraphicprocty = procedure(const dest: tstream; const source: tobject; const format: string; const params: array of const);

This item has no description.

Constants

graphicformatdelimiter = ';';

This item has no description.


Generated by PasDoc 0.17.0.snapshot.