op_Multiply
Contenido
[
Ocultar
]operator *
Multiplica unSize
Por unaInt32 productorSize
.
public static Size operator *(int left, Size right)
Parámetro | Escribe | Descripción |
---|---|---|
left | Int32 | multiplicador de tipoInt32. |
right | Size | Multiplicando de tipoSize . |
Valor_devuelto
Producto de tipoSize
.
Ver también
- struct Size
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing
operator *
MultiplicaSize
Por unaInt32 productorSize
.
public static Size operator *(Size left, int right)
Parámetro | Escribe | Descripción |
---|---|---|
left | Size | Multiplicando de tipoSize . |
right | Int32 | multiplicador de tipoInt32. |
Valor_devuelto
Producto de tipoSize
.
Ver también
- struct Size
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing
operator *
MultiplicaSize
por unSingle productorSizeF
.
public static SizeF operator *(float left, Size right)
Parámetro | Escribe | Descripción |
---|---|---|
left | Single | multiplicador de tipoSingle. |
right | Size | Multiplicando de tipoSize . |
Valor_devuelto
Producto de tipoSizeF
.
Ver también
- struct SizeF
- struct Size
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing
operator *
MultiplicaSize
por unSingle productorSizeF
.
public static SizeF operator *(Size left, float right)
Parámetro | Escribe | Descripción |
---|---|---|
left | Size | Multiplicando de tipoSize . |
right | Single | multiplicador de tipoSingle. |
Valor_devuelto
Producto de tipoSizeF
.
Ver también
- struct SizeF
- struct Size
- espacio de nombres System.Drawing
- asamblea Aspose.Drawing