FPointScale Method
            Scale the caller's point by a uniform factor.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static FPoint Scale(
	FPoint point,
	float scale
)
Public Shared Function Scale ( 
	point As FPoint,
	scale As Single
) As FPoint
No code example is currently available or this language may not be supported.
- point  FPoint
 - 
            The point to be scaled.
            
 - scale  Single
 - 
            The factor by which the point will be scaled.
            
 
FPoint
            Reference to the uniformly scaled point.