InfoViewPerspective property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax short InfoViewPerspective

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 [0] Top-left of image is first in memory.

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

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

BOTTOM_LEFT180 [1] 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 [4] First row is the right side, first column is top side.

TOP_LEFT90 [4] 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:  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