Class TFPReaderPaintDotNet
Unit
Declaration
type TFPReaderPaintDotNet = class(TFPCustomImageReader)
Description
Reader for PDN files (flattened)
Hierarchy
- TFPCustomImageReader
- TFPReaderPaintDotNet
Overview
Methods
function InternalCheck(Stream: TStream): boolean; override; |
|
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
Properties
property Height: integer read FHeight; |
|
property NbLayers: integer read FNbLayers; |
|
property Width: integer read FWidth; |
Description
Methods
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 NbLayers: integer read FNbLayers; |
|
This item has no description. |
property Width: integer read FWidth; |
|
This item has no description. |