←Select platform

ImageHeight Property

Summary
Gets the height of this RasterImage in pixels, taking ViewPerspective into account.
Syntax
C#
VB
Objective-C
C++
Java
public int ImageHeight { get; } 
Public ReadOnly Property ImageHeight As Integer 
@property (nonatomic, assign, readonly) NSInteger imageHeight 
public int getImageHeight() 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.