ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 IntPtr _
    )
    public PointerSize( 
       IntPtr size
    )

    Parameters

    size
    The size.
    See Also