Gets a height of the texture in texels.
Read-only property
[Visual Basic .NET] |
---|
Public Property Height() As Integer |
[C#] |
---|
public int Height {get;} |
[Managed C++] |
---|
public: __property int get_Height(); |
[Unmanaged C++] |
---|
public: HRESULT get_Height( |
[Java] |
---|
public ppInteger getHeight(); |