ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / PointerSize Structure / PointerSize Constructor / PointerSize Constructor(Int64)
value to set

In This Topic
    PointerSize Constructor(Int64)
    In This Topic
    Default constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal size As System.Long _
    )
    public PointerSize( 
       System.long size
    )

    Parameters

    size
    value to set
    See Also