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