RectangleF.op_Implicit

RectangleF Implicit operator

指定された Rectangle 構造体を RectangleF 構造体に変換します。

public static implicit operator RectangleF(Rectangle r)
パラメータタイプ説明
rRectangle変換する Rectangle 構造体。

戻り値

指定された Rectangle 構造体から変換された RectangleF 構造体。

関連項目