ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / PointerSize Structure
Members

In This Topic
    PointerSize Structure
    In This Topic
    The maximum number of bytes to which a pointer can point. Use for a count that must span the full range of a pointer. Equivalent to Windows type SIZE_T.
    Object Model
    PointerSize Structure
    Syntax
    'Declaration
     
    Public Structure PointerSize 
       Inherits System.ValueType
    public struct PointerSize : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Util.DX.PointerSize

    See Also