←Select platform

Height Property

Summary

The height of the frame in pixels.

Syntax

C#
VB
Java
Objective-C
C++
public int Height { get; set; } 
Public Property Height As Integer 
@property (nonatomic, assign) NSInteger height 
             
public int getHeight() 
public void setHeight(int value) 
             
public:  
   property Int32 Height 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The height of the frame in pixels.

Remarks

If the image is flipped (Bottom-Up), this value should be negative for RGB/BGR formats.

Requirements

Target Platforms

See Also

Reference

Frame Structure

Frame Members

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

Leadtools.CreditCards Assembly