VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / Rectangle Structure
Constructors Properties Methods Operators SeeAlso
In This Topic
Rectangle Structure Members
In This Topic
The following tables list the members exposed by Rectangle.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Rectangle class with the specified location and size.
Public Properties
 NameDescription
Public PropertyGets the y-coordinate that is the sum of the Top and Height property values of this Rectangle structure.
Public Propertystatic (Shared in Visual Basic)Represents a Rectangle structure with its properties left uninitialized.
Public PropertyGets or sets the height of this Rectangle structure.
Public PropertyTests whether the Width or Height property of this Rectangle has a value of zero.
Public PropertyGets the x-coordinate of the left edge of this Rectangle structure.
Public PropertyGets the x-coordinate that is the sum of Left and Width property values of this Rectangle structure.
Public PropertyGets the y-coordinate of the top edge of this Rectangle structure.
Public PropertyGets or sets the width of this Rectangle structure.
Public Methods
 NameDescription
Public MethodDetermines whether this instance and a specified object, which must also be a Rectangle object, have the same value.
Public MethodGets the hash code for this Rectangle structure.
Public MethodConverts the attributes of this Rectangle to a human-readable string.
Public Operators
 NameDescription
Public OperatorTests whether two Rectangle structures have equal location and size.
Public OperatorTests whether two Rectangle structures differ in location or size.
See Also