VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure
In This Topic
    VintasoftRectI Structure Methods
    In This Topic
    For a list of all methods of this type, see VintasoftRectI.
    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.
    See Also