op_Multiply
Inhalt
[
Ausblenden
]operator *
Multipliziert aSize
durch eineInt32 produzierenSize
.
public static Size operator *(int left, Size right)
Parameter | Typ | Beschreibung |
---|---|---|
left | Int32 | Multiplikator des TypsInt32. |
right | Size | Multiplikand des TypsSize . |
Rückgabewert
ProdukttypSize
.
Siehe auch
- struct Size
- namensraum System.Drawing
- Montage Aspose.Drawing
operator *
MultipliziertSize
durch eineInt32 produzierenSize
.
public static Size operator *(Size left, int right)
Parameter | Typ | Beschreibung |
---|---|---|
left | Size | Multiplikand des TypsSize . |
right | Int32 | Multiplikator des TypsInt32. |
Rückgabewert
ProdukttypSize
.
Siehe auch
- struct Size
- namensraum System.Drawing
- Montage Aspose.Drawing
operator *
MultipliziertSize
durch eineSingle produzierenSizeF
.
public static SizeF operator *(float left, Size right)
Parameter | Typ | Beschreibung |
---|---|---|
left | Single | Multiplikator des TypsSingle. |
right | Size | Multiplikand des TypsSize . |
Rückgabewert
ProdukttypSizeF
.
Siehe auch
- struct SizeF
- struct Size
- namensraum System.Drawing
- Montage Aspose.Drawing
operator *
MultipliziertSize
durch eineSingle produzierenSizeF
.
public static SizeF operator *(Size left, float right)
Parameter | Typ | Beschreibung |
---|---|---|
left | Size | Multiplikand des TypsSize . |
right | Single | Multiplikator des TypsSingle. |
Rückgabewert
ProdukttypSizeF
.
Siehe auch
- struct SizeF
- struct Size
- namensraum System.Drawing
- Montage Aspose.Drawing