DrawUtilScaleUp(Point, Int32) Method
Scales a point by a factor.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static void ScaleUp(
this Point p,
int f
)
<ExtensionAttribute>
Public Shared Sub ScaleUp (
p As Point,
f As Integer
)
public:
[ExtensionAttribute]
static void ScaleUp(
Point p,
int f
)
[<ExtensionAttribute>]
static member ScaleUp :
p : Point *
f : int -> unit
- p Point
- Point to scale.
- f Int32
- Scaling factor.
In Visual Basic and C#, you can call this method as an instance method on any object of type
Point. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).