ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / PointerSize Structure / Division Operator
The size to scale.
The amount by which to scale the size.

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

    Parameters

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

    Return Value

    The scaled size.
    See Also