Class TFPReaderPaintDotNet

Unit

Declaration

type TFPReaderPaintDotNet = class(TFPCustomImageReader)

Description

Reader for PDN files (flattened)

Hierarchy

Overview

Methods

Protected function InternalCheck(Stream: TStream): boolean; override;
Protected procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override;

Properties

Public property Height: integer read FHeight;
Public property NbLayers: integer read FNbLayers;
Public property Width: integer read FWidth;

Description

Methods

Protected function InternalCheck(Stream: TStream): boolean; override;

This item has no description.

Protected procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override;

This item has no description.

Properties

Public property Height: integer read FHeight;

This item has no description.

Public property NbLayers: integer read FNbLayers;

This item has no description.

Public property Width: integer read FWidth;

This item has no description.