VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftRectF Structure
Конструкторы Свойства Методы Поля Операторы Смотрите также
В этом разделе
    Члены типа VintasoftRectF Structure
    В этом разделе
    В следующих таблицах перечислены элементы, предоставляемые VintasoftRectF.
    Публичные Конструкторы
     ИмяОписание
    Public ConstructorOverloaded. Initializes a new instance of the structure.
    Публичные Поля
     ИмяОписание
    Public Fieldstatic (Shared in Visual Basic)Gets an uninitialized VintasoftRectF structure.
    Публичные Свойства
     ИмяОписание
    Public PropertyGets the y-coordinate that is the sum of Y and Height of this VintasoftRectF structure.
    Public PropertyGets or sets the height of this VintasoftRectF structure.
    Public PropertyGets a value indicating whether the Width or Height property of this VintasoftRectF has a value of zero.
    Public PropertyGets the x-coordinate of the left edge of this VintasoftRectF structure.
    Public PropertyGets or sets the coordinates of the upper-left corner of this VintasoftRectF structure.
    Public PropertyGets the x-coordinate that is the sum of X and Width of this VintasoftRectF structure.
    Public PropertyGets or sets the size of this VintasoftRectF.
    Public PropertyGets the y-coordinate of the top edge of this VintasoftRectF structure.
    Public PropertyGets or sets the width of this VintasoftRectF structure.
    Public PropertyGets or sets the x-coordinate of the upper-left corner of this VintasoftRectF structure.
    Public PropertyGets or sets the y-coordinate of the upper-left corner of this VintasoftRectF structure.
    Публичные Методы
     ИмяОписание
    Public MethodOverloaded. Determines if the specified point is contained within this structure.
    Public MethodTests whether obj is a VintasoftRectF with the same location and size of this VintasoftRectF.
    Public Methodstatic (Shared in Visual Basic)Creates a VintasoftRectF structure with upper-left corner and lower-right corner at the specified locations.
    Public MethodReturns the smallest integer rectangle that contains this rectangle.
    Public MethodReturns the hash code for this VintasoftRectF 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 VintasoftRectF structure.
    Public MethodOverloaded. Adjusts the location of this rectangle by the specified amount.
    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 OperatorTests whether two VintasoftRectF structures have equal location and size.
    Public OperatorPerforms an implicit conversion from VintasoftRect to VintasoftRectF.
    Public OperatorPerforms an implicit conversion from VintasoftRectI to VintasoftRectF.
    Public OperatorTests whether two VintasoftRectF structures differ in location or size.
    Смотрите также