DioDocs for PDF
PointFromRect メソッド (RectF)

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > RectF 構造体 : PointFromRect メソッド
相対座標 (0..1, 0..1) のソース点。
点の座標を相対単位 (0..1、0..1) から絶対単位 (左〜右、上〜下) に再計算します。
シンタックス
'宣言
 
Public Function PointFromRect( _
   ByVal pt As Point2F _
) As Point2F
public Point2F PointFromRect( 
   Point2F pt
)

パラメータ

pt
相対座標 (0..1, 0..1) のソース点。

戻り値の型

絶対座標 (左〜右、上〜下)での結果点。
参照

RectF 構造体
RectF メンバ