InfoViewPerspective property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int InfoViewPerspective;

Delphi Syntax

InfoViewPerspective: Integer

Overview

Refer to Loading a Bitmap from a File.

Remarks

(Read only) Is the view perspective of the specified image file.

Use the GetFileInfo method to update this property.

Possible values are:

TOP_LEFT

[1] Top-left of image is first in memory.

BOTTOM_LEFT

[4] Bottom-left of image is first in memory.

TOP_RIGHT

[2] Top-right of image is first in memory.

BOTTOM_LEFT180

[2] Same as TOP_RIGHT, which is BOTTOM_LEFT rotated clockwise by 180 degrees.

BOTTOM_RIGHT

[3] Bottom-right of image is first in memory.

TOP_LEFT180

[3] Same as BOTTOM_RIGHT, which is TOP_LEFT rotated clockwise by 180 degrees.

RIGHT_TOP

[6] First row is the right side, first column is top side.

TOP_LEFT90

[6] Same as RIGHT_TOP, which is TOP_LEFT rotated clockwise by 90 degrees.

LEFT_BOTTOM

[8] First row is the left side, first column is top side.

TOP_LEFT270

[8] Same as LEFT_BOTTOM, which is TOP_LEFT rotated clockwise by 270 degrees.

LEFT_TOP

[5] First row is the left side, first column is the top side

BOTTOM_LEFT90

[5] Same as LEFT_TOP, which is BOTTOM_LEFT rotated clockwise by 90 degrees

RIGHT_BOTTOM

[7] First row is the right side, first column is the bottom side

BOTTOM_LEFT270

[7] Same as RIGHT_BOTTOM, which is BOTTOM_LEFT rotated clockwise by 270 degrees

See Also

Elements

InfoColorSpace property, GetFileInfo method, InfoBits property, InfoFormat property, InfoHeight property, InfoPage property, InfoPCDRes property, InfoSizeDisk property, InfoSizeMem property, InfoWidth property

Topics

Raster Images: Loading Files

 

Raster Images: Getting and Setting File Information