VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftPointI Structure
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    VintasoftPointI Structure
    In This Topic
    Represents a point in two-dimensional plane, which is defined by an ordered 32-bit signed integer pair of X and Y coordinates.
    Object Model
    VintasoftPointI
    Syntax
    'Declaration
    
    Public Struct VintasoftPointI
       Inherits System.ValueType
    
    
    public struct VintasoftPointI : System.ValueType
    
    
    public __value struct VintasoftPointI : public System.ValueType*
    
    
    public value class VintasoftPointI : public System.ValueType^
    
    
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Vintasoft.Primitives.VintasoftPointI

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also