InfoViewPerspective property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

ViewPerspectiveConstants 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:

Value

Description

TOP_LEFT

Top-left of image is first in memory

BOTTOM_LEFT

Bottom-left of image is first in memory

TOP_RIGHT

Top-right of image is first in memory

BOTTOM_LEFT180

TOP_RIGHT is BOTTOM_LEFT rotated clockwise by 180 degrees

BOTTOM_RIGHT

Bottom-right of image is first in memory

TOP_LEFT180

BOTTOM_RIGHT is TOP_LEFT rotated clockwise by 180 degrees

RIGHT_TOP

First row is the right side, first column is top side

TOP_LEFT90

RIGHT_TOP is TOP_LEFT rotated clockwise by 90 degrees

LEFT_BOTTOM

First row is the left side, first column is top side

TOP_LEFT270

LEFT_BOTTOM is TOP_LEFT rotated clockwise by 270 degrees

LEFT_TOP

First row is the left side, first column is the top side

BOTTOM_LEFT90

LEFT_TOP is BOTTOM_LEFT rotated clockwise by 90 degrees

RIGHT_BOTTOM

First row is the right side, first column is the bottom side

BOTTOM_LEFT270

RIGHT_BOTTOM is BOTTOM_LEFT rotated clockwise by 270 degrees

See Also

Elements

ColorSpace property, InfoBits property, InfoCompress 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