Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
ワールド座標値(mm)
座標変換関数:クライアント座標(ピクセル)からワールド座標値(X-座標(mm))
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public float ClientToWorldX( float x ) |
Visual Basic |
---|
Public Function ClientToWorldX ( x As Single ) As Single |
Visual C++ |
---|
public: float ClientToWorldX( float x ) |
Parameters
- x
- タイプ: System..::..Single
クライアント座標値(ピクセル)
Return Value
タイプ: Singleワールド座標値(mm)