TwFrame StructureTerminal Works - TwainScanning.Net Library
Defines a frame rectangle in ICAP_UNITS coordinates.

Namespace: TwainScanning.NativeStructs
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax

public struct TwFrame

The TwFrame type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators

  NameDescription
Public operatorStatic member(RectangleF to TwFrame)
Public operatorStatic member(TwFrame to RectangleF)
Top
Fields

  NameDescription
Public fieldBottom
Gets or sets the y-coordinate that is the sum of TwFrame.Top and length of image.
Public fieldLeft
Gets or sets the x-coordinate of the left edge.
Public fieldRight
Gets or sets the x-coordinate that is the sum of TwFrame.Left and width of image.
Public fieldTop
Gets or sets the y-coordinate of the top edge.
Top
See Also

Reference