次の方法で共有


Window.PointsToScreenPixelsX(Int32) メソッド

定義

横方向の長さの値をポイント (ドキュメント座標) からピクセル (画面座標) に変換します。

public:
 int PointsToScreenPixelsX(int Points);
public int PointsToScreenPixelsX (int Points);
Public Function PointsToScreenPixelsX (Points As Integer) As Integer

パラメーター

Points
Int32

整数型 (Integer) の値を使用します。 変換する横方向の長さを、ドキュメント ウィンドウの左端を基点としたポイント単位の値で指定します。

戻り値

適用対象