Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Height Property
See Also 
Leadtools Namespace > RasterImage Class : Height Property



Gets the height of this RasterImage in pixels.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Height As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Integer
 
value = instance.Height
C# 
public virtual int Height {get;}
C++/CLI 
public:
virtual property int Height {
   int get();
}

Return Value

The height of this RasterImage in pixels.

Example

For an example, refer to Width.

Remarks

This is the actual number of scanlines of image data.

Use ImageHeight to get the height of the image taking the RasterImage.ViewPerspective into account.

For more information refer to Accounting for View Perspective.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also