Rectangle.Ceiling(RectangleF) Método
Definição
Converte a estrutura RectangleF especificada em uma estrutura Rectangle arredondando os valores RectangleF para os próximos valores inteiros mais altos.Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
public:
static System::Drawing::Rectangle Ceiling(System::Drawing::RectangleF value);
public static System.Drawing.Rectangle Ceiling (System.Drawing.RectangleF value);
static member Ceiling : System.Drawing.RectangleF -> System.Drawing.Rectangle
Public Shared Function Ceiling (value As RectangleF) As Rectangle
Parâmetros
- value
- RectangleF
A estrutura RectangleF a ser convertida.The RectangleF structure to be converted.
Retornos
Retorna um Rectangle.Returns a Rectangle.