VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure
Constructors Properties Methods Fields Operators SeeAlso
VintasoftRectI Structure Members
The following tables list the members exposed by VintasoftRectI.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftRectI structure.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Gets an uninitialized VintasoftRectI structure.
Public Properties
 NameDescription
Public PropertyGets the y-coordinate that is the sum of Y and Height of this VintasoftRectI structure.
Public PropertyGets or sets the height of this VintasoftRectI structure.
Public PropertyGets a value indicating whether the Width or Height property of this VintasoftRectI has a value of zero.
Public PropertyGets the x-coordinate of the left edge of this VintasoftRectI structure.
Public PropertyGets or sets the coordinates of the upper-left corner of this VintasoftRectI structure.
Public PropertyGets the x-coordinate that is the sum of X and Width of this VintasoftRectI structure.
Public PropertyGets or sets the size of this VintasoftRectI.
Public PropertyGets the y-coordinate of the top edge of this VintasoftRectI structure.
Public PropertyGets or sets the width of this VintasoftRectI structure.
Public PropertyGets or sets the x-coordinate of the upper-left corner of this VintasoftRectI structure.
Public PropertyGets or sets the y-coordinate of the upper-left corner of this VintasoftRectI structure.
Public Methods
 NameDescription
Public MethodOverloaded. Determines if the rectangular region is entirely contained within this structure.
Public MethodTests whether obj is a VintasoftRectI with the same location and size of this VintasoftRectI.
Public Methodstatic (Shared in Visual Basic)Creates a VintasoftRectI structure with upper-left corner and lower-right corner at the specified locations.
Public MethodReturns the hash code for this VintasoftRectI structure.
Public MethodOverloaded. Inflates this by the specified amount.
Public MethodOverloaded. Replaces this structure with the intersection of itself and the specified structure.
Public MethodDetermines if this rectangle intersects with the specified VintasoftRectI structure.
Public MethodAdjusts the location of this rectangle by the specified amount.
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a to a by performing a round operation on all the coordinates.
Public MethodOverloaded. Returns the string representation of this object.
Public Methodstatic (Shared in Visual Basic)Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Public Operators
 NameDescription
Public OperatorTests whether two VintasoftRectI structures have equal location and size.
Public OperatorTests whether two VintasoftRectI structures differ in location or size.
See Also