C# Class touchvg.core.RECT_2D

Inheritance: global::System.IDisposable
Show file Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
RECT_2D ( ) : System
height ( ) : float
width ( ) : float

Private Methods

Method Description
RECT_2D ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( RECT_2D obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RECT_2D() public method

public RECT_2D ( ) : System
return System

height() public method

public height ( ) : float
return float

width() public method

public width ( ) : float
return float

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool