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
)
Public Shared Operator * (
point As PointF,
size As SizeF
) As PointF
static let inline (*)
point : PointF *
size : SizeF : PointF
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:
PointFA new instance of a point with the product of the specified
point and
sizeSee Also