C# Class touchvg.core.MgMotion

Inheritance: global::System.IDisposable
ファイルを表示 Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
MgMotion ( ) : System
cancel ( ) : void
centerM ( ) : Point2d
cmds ( ) : MgCmdManager
displayMmToModel ( float mm ) : float
displayMmToModel ( float mm, GiGraphics arg1 ) : float
distanceM ( ) : float
dragging ( ) : bool
startCenterM ( ) : Point2d
startDistanceM ( ) : float

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MgMotion() public method

public MgMotion ( ) : System
return System

cancel() public method

public cancel ( ) : void
return void

centerM() public method

public centerM ( ) : Point2d
return Point2d

cmds() public method

public cmds ( ) : MgCmdManager
return MgCmdManager

displayMmToModel() public method

public displayMmToModel ( float mm ) : float
mm float
return float

displayMmToModel() public method

public displayMmToModel ( float mm, GiGraphics arg1 ) : float
mm float
arg1 GiGraphics
return float

distanceM() public method

public distanceM ( ) : float
return float

dragging() public method

public dragging ( ) : bool
return bool

startCenterM() public method

public startCenterM ( ) : Point2d
return Point2d

startDistanceM() public method

public startDistanceM ( ) : float
return float

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool