VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftPoint Structure
Constructors Properties Methods Fields Operators SeeAlso
VintasoftPoint Structure Members
The following tables list the members exposed by VintasoftPoint.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftPoint structure.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Gets an uninitialized VintasoftPoint 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 VintasoftPoint objects are equivalent.
Public OperatorOverloaded. Performs an implicit conversion from to .
Public OperatorTests whether two specified VintasoftPoint objects are not equivalent.
Public OperatorSubtracts points.
Public OperatorUnary negation of a point.
See Also