VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain Namespace / RectangleF Structure
Конструкторы Свойства Методы Операторы Смотрите также
Члены типа RectangleF Structure
В следующих таблицах перечислены элементы, предоставляемые RectangleF.
Публичные Конструкторы
 ИмяОписание
Public ConstructorInitializes a new instance of the RectangleF class with the specified location and size.
Публичные Свойства
 ИмяОписание
Public PropertyGets the y-coordinate that is the sum of Top and Height of this RectangleF structure.
Public Propertystatic (Shared in Visual Basic)Represents an instance of the RectangleF class with its members uninitialized.
Public PropertyGets or sets the height of this RectangleF structure.
Public PropertyTests whether the Width or Height property of this RectangleF has a value of zero.
Public PropertyGets the x-coordinate of the left edge of this RectangleF structure.
Public PropertyGets the x-coordinate that is the sum of Left and Width of this RectangleF structure.
Public PropertyGets the y-coordinate of the top edge of this RectangleF structure.
Public PropertyGets or sets the width of this RectangleF structure.
Публичные Методы
 ИмяОписание
Public MethodDetermines whether this instance and a specified object, which must also be a RectangleF object, have the same value.
Public MethodGets the hash code for this RectangleF structure.
Public MethodConverts the attributes of this Rectangle to a human-readable string.
Публичные Операторы
 ИмяОписание
Public OperatorTests whether two RectangleF structures have equal location and size.
Public OperatorTests whether two RectangleF structures differ in location or size.
Смотрите также