Truncate() public static method

Converts a SizeF to a Size by performing a truncate operation on all the coordinates.
public static Truncate ( SizeF value ) : Size
value SizeF
return Size
Exemplo n.º 1
0
 public Size ToSize()
 {
     return(Size.Truncate(this));
 }
Exemplo n.º 2
0
 public Size ToSize() => Size.Truncate(this);
Exemplo n.º 3
0
 public Size ToSize() => Size.Truncate((SizeF)this);