Class TvxCustomMap
Unit
xomDXGraphics
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
 |
procedure Delete; virtual; |
 |
function Empty: Boolean; virtual; |
 |
procedure Resized; virtual; |
 |
function SetSizeFrom(Source: TPersistent): Boolean; |
 |
function SetSize(NewWidth, NewHeight: Integer): Boolean; virtual; |
Properties
 |
property Height: Integer read FHeight write SetHeight; |
 |
property Width: Integer read FWidth write SetWidth; |
 |
property OnResize: TNotifyEvent read FOnResize write FOnResize; |
Description
Methods
 |
procedure Delete; virtual; |
|
|
 |
function Empty: Boolean; virtual; |
|
|
 |
procedure Resized; virtual; |
|
|
 |
function SetSizeFrom(Source: TPersistent): Boolean; |
|
|
 |
function SetSize(NewWidth, NewHeight: Integer): Boolean; virtual; |
|
|
Properties
 |
property Height: Integer read FHeight write SetHeight; |
|
|
 |
property Width: Integer read FWidth write SetWidth; |
|
|
 |
property OnResize: TNotifyEvent read FOnResize write FOnResize; |
|
|
Generated by PasDoc 0.15.0.
|