VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftPointI Structure
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    VintasoftPointI Structure Members
    In This Topic
    The following tables list the members exposed by VintasoftPointI.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftPointI structure.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets an uninitialized VintasoftPointI structure.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is empty.
    Public PropertyGets or sets X coordinate of the point.
    Public PropertyGets or sets Y coordinate of the point.
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified to a structure by rounding the point values to the nearest integer.
    Public MethodOverloaded. Returns the string representation of this object.
    Public Operators
     NameDescription
    Public OperatorSums points.
    Public OperatorTests whether two specified VintasoftPointF objects are equivalent.
    Public OperatorTests whether two specified VintasoftPointF objects are not equivalent.
    Public OperatorSubtracts points.
    Public OperatorUnary negation of a point.
    See Also