GetAreaSize(int, object)

Gets the size of the area.

int GetAreaSize(
    int nAreaDimension,
    object oArea
);

Parameters

nAreaDimension

The area dimension that you wish to determine. AREA_HEIGHT or AREA_WIDTH.

oArea

The area that you wish to get the size of.


Description

Gets the size of the area.

nAreaDimension: AREA_HEIGHT returns the height of oArea. AREA_WIDTH returns the width of oArea.



Version

1.67

See Also

functions:  GetArea
categories:  Area Functions


author: bernosky, editor: Mistress