ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / PointerSize Structure / PointerSize Constructor / PointerSize Constructor(IntPtr)
The size.

In This Topic
    PointerSize Constructor(IntPtr)
    In This Topic
    Initializes a new instance of the PointerSize struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal size As System.IntPtr _
    )
    public PointerSize( 
       System.IntPtr size
    )

    Parameters

    size
    The size.
    See Also