ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / PointerSize Structure / Multiplication Operator / Multiplication(Int32,PointerSize) Operator
The amount by which to scale the size.
The size to scale.

In This Topic
    Multiplication(Int32,PointerSize) Operator
    In This Topic
    Scales a size by the given value.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal scale As System.Integer, _
       ByVal value As PointerSize _
    ) As PointerSize
    public PointerSize operator *( 
       System.int scale,
       PointerSize value
    )

    Parameters

    scale
    The amount by which to scale the size.
    value
    The size to scale.

    Return Value

    The scaled size.
    See Also