←Select platform

ImageHeight Property

Summary

Gets the height of this RasterImage in pixels, taking ViewPerspective into account.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int ImageHeight { get; } 
Public ReadOnly Property ImageHeight As Integer 
public int ImageHeight {get;} 
@property (nonatomic, assign, readonly) NSInteger 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly