Height Property (original) (raw)

Summary

Gets or sets the height of this LeadRect structure.

Syntax

[DataMemberAttribute(Name="height", Order=3, IsRequired=true)] public int Height { get; set; }

public int getHeight(); public void setHeight( int intValue );

public: property int Height { int get(); void set ( int ); }

Property Value

Value that indicates the height of the rectangle.

Leadtools Assembly

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method