Class TvxCustomMap

Unit

Declaration

type TvxCustomMap = class(TvxNotifyPersistent)

Description

An ancestor for bitmaps and similar 2D distributions wich have width and height properties

Hierarchy

  • TvxNotifyPersistent
  • TvxCustomMap

Overview

Methods

Public procedure Delete; virtual;
Public function Empty: Boolean; virtual;
Public procedure Resized; virtual;
Public function SetSizeFrom(Source: TPersistent): Boolean;
Public function SetSize(NewWidth, NewHeight: Integer): Boolean; virtual;

Properties

Public property Height: Integer read FHeight write SetHeight;
Public property Width: Integer read FWidth write SetWidth;
Public property OnResize: TNotifyEvent read FOnResize write FOnResize;

Description

Methods

Public procedure Delete; virtual;
 
Public function Empty: Boolean; virtual;
 
Public procedure Resized; virtual;
 
Public function SetSizeFrom(Source: TPersistent): Boolean;
 
Public function SetSize(NewWidth, NewHeight: Integer): Boolean; virtual;
 

Properties

Public property Height: Integer read FHeight write SetHeight;
 
Public property Width: Integer read FWidth write SetWidth;
 
Public property OnResize: TNotifyEvent read FOnResize write FOnResize;
 

Generated by PasDoc 0.15.0.