←Select platform

Height Property

Summary

Gets or sets the pixel height of the data in this buffer.

Syntax

C#
VB
WinRT C#
C++
public int Height {get; set;}
Public Property Height As Integer
public int Height {get; set;}
get_Height(); 
set_Height(value); 
Object.defineProperty('Height'); 
public: 
property int Height { 
   int get(); 
   void set (    int ); 
} 

Property Value

The pixel height of the data in this buffer. Default value is 0. Must be a value greater than 0.

Example

For an example, refer to RasterImageRenderer.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize