LEADTOOLS (Leadtools assembly)

ImageHeight Property

Show in webframe







Gets the height of this RasterImage in pixels, taking ViewPerspective into account.
Syntax
public int ImageHeight {get;}
'Declaration
 
Public ReadOnly Property ImageHeight As Integer
'Usage
 
Dim instance As RasterImage
Dim value As Integer
 
value = instance.ImageHeight
public int ImageHeight {get;}
@property (nonatomic, readonly, assign) unsigned int imageHeight;
public int getImageHeight()
 get_ImageHeight(); 
public:
property int ImageHeight {
   int get();
}

Property Value

The height of this RasterImage in pixels, taking ViewPerspective into account.
Remarks

Use Height to get the actual number of scanlines of image data.

For more information refer to Accounting For View Perspective.

Example
For an example, refer to RasterImage.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.