←Select platform

Height Property

Summary

Gets the height of the 2D array in pixels.

Syntax
C#
VB
Objective-C
C++
Java
public int Height { get; } 
Public ReadOnly Property Height As Integer 
@property (nonatomic, assign, readonly) NSUInteger height 
public int getHeight() 
public: 
property int Height { 
   int get(); 
} 

Property Value

Height of the 2D array in pixels.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly