Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
座標軸の原点(X-軸は左端、Y-軸は上端)をプロット矩形ともに(x,y)の位置に移動します。
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public void MoveBy( float dx, float dy ) |
Visual Basic |
---|
Public Sub MoveBy ( dx As Single, dy As Single ) |
Visual C++ |
---|
public: void MoveBy( float dx, float dy ) |