op_Division
operator /
DivideSize
Por unaInt32 productorSize
.
public static Size operator /(Size left, int right)
Parámetro | Escribe | Descripción |
---|---|---|
left | Size | Dividendo de tipoSize . |
right | Int32 | divisor de tipoInt32. |
Valor_devuelto
resultado de tipoSize
.
Ver también
- struct Size
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing
operator /
DivideSize
por unSingle productorSizeF
.
public static SizeF operator /(Size left, float right)
Parámetro | Escribe | Descripción |
---|---|---|
left | Size | Dividendo de tipoSize . |
right | Single | divisor de tipoInt32. |
Valor_devuelto
resultado de tipoSizeF
.
Ver también
- struct SizeF
- struct Size
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing