Click or drag to resize

PointFMultiply Operator (PointF, SizeF)

Multiplies the specified point with a size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static PointF operator *(
	PointF point,
	SizeF size
)

Parameters

point
Type: Eto.DrawingPointF
Base point value
size
Type: Eto.DrawingSizeF
Size to multiply the X and Y co-ordinates with the Width and Height of the size, respectively

Return Value

Type: PointF
A new instance of a point with the product of the specified point and size
See Also