PointFMultiply Operator (Single, PointF) |
Multiplies the X and Y co-ordinates of the specified point with a given factor
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static PointF operator *(
float factor,
PointF point
)
Public Shared Operator * (
factor As Single,
point As PointF
) As PointF
static let inline (*)
factor : float32 *
point : PointF : PointF
Parameters
- factor
- Type: SystemSingle
Value to multiply the X and Y co-ordinates with - point
- Type: Eto.DrawingPointF
Base point value
Return Value
Type:
PointFA new instance of a point with the product of the X and Y co-ordinates of the
point and specified
factorSee Also