System::Drawing::Rectangle::Ceiling メソッド

Rectangle::Ceiling method

指定された RectangleF オブジェクトの位置とサイズの値を次の整数に切り上げて、Rectangle オブジェクトを構築します。

static Rectangle System::Drawing::Rectangle::Ceiling(const RectangleF &rect)
パラメーター説明
rectconst RectangleF&変換対象の RectangleF オブジェクト

ReturnValue

rect から構築された Rectangle オブジェクト

参照