PointDToPointF(Single) Method

Change the value and multiply them with factor.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PointF ToPointF(
	float factor
)

Parameters

factor  Single
Value to multiply the point.

Return Value

PointF
new PointF with multiplied values for X and Y.

See Also