C# Class touchvg.view.WPFViewHelper

Inheritance: IDisposable
Datei anzeigen Open project: rhcad/touchvg-v0.6 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddShapesForTest ( ) : int
Dispose ( ) : void
Load ( string vgfile ) : bool
Save ( string vgfile ) : bool
WPFViewHelper ( touchvg.view.WPFGraphView view ) : System
ZoomToExtent ( ) : bool
ZoomToModel ( double w, double h ) : bool
cmdView ( ) : MgView
cmdViewHandle ( ) : int

Method Details

AddShapesForTest() public method

public AddShapesForTest ( ) : int
return int

Dispose() public method

public Dispose ( ) : void
return void

Load() public method

public Load ( string vgfile ) : bool
vgfile string
return bool

Save() public method

public Save ( string vgfile ) : bool
vgfile string
return bool

WPFViewHelper() public method

public WPFViewHelper ( touchvg.view.WPFGraphView view ) : System
view touchvg.view.WPFGraphView
return System

ZoomToExtent() public method

public ZoomToExtent ( ) : bool
return bool

ZoomToModel() public method

public ZoomToModel ( double w, double h ) : bool
w double
h double
return bool

cmdView() public method

public cmdView ( ) : MgView
return touchvg.core.MgView

cmdViewHandle() public method

public cmdViewHandle ( ) : int
return int