ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer _
    ) As PointerSize
    public PointerSize operator /( 
       PointerSize value,
       int scale
    )

    Parameters

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

    Return Value

    The scaled size.
    See Also