VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPointF Structure
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
VintasoftPointF Structure Members
In This Topic
The following tables list the members exposed by VintasoftPointF.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftPointF structure.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Gets an uninitialized VintasoftPointF 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 MethodOverloaded. Returns the string representation of this object.
Public Operators
 NameDescription
Public OperatorSums points.
Public OperatorTests whether two specified VintasoftPointF objects are equivalent.
Public OperatorPerforms an implicit conversion from VintasoftPointI to VintasoftPointF.
Public OperatorTests whether two specified VintasoftPointF objects are not equivalent.
Public OperatorSubtracts points.
Public OperatorUnary negation of a point.
See Also