Truncate() public static méthode

Converts a SizeF to a Size by performing a truncate operation on all the coordinates.
public static Truncate ( SizeF value ) : Size
value SizeF
Résultat Size
Exemple #1
0
 public Size ToSize()
 {
     return(Size.Truncate(this));
 }
 public Size ToSize() => Size.Truncate(this);
Exemple #3
0
 public Size ToSize() => Size.Truncate((SizeF)this);