Click or drag to resize

PointMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Int32, Point)
Multiplies the X and Y co-ordinates of the specified point with a given factor
Public operatorStatic memberMultiply(Point, Point)
Multiplies the X and Y co-ordinates of the two specified point values
Public operatorStatic memberMultiply(Point, Size)
Multiplies the specified point with a size
Public operatorStatic memberMultiply(Point, Int32)
Multiplies the X and Y co-ordinates of the specified point with a given factor
Public operatorStatic memberMultiply(Point, Single)
Multiplies the X and Y of a point by the specified floating point factor
Top
See Also