SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Zone Structure
Properties Methods

In This Topic
    Zone Structure Members
    In This Topic

    The following tables list the members exposed by Zone.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of Zone structure with the specified location and size. The horizontal position of the Zone. The vertical position of the Zone. The width of the Zone. The height of the Zone.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the x-coordinate that is the sum of X and Width property values of this Zone structure minus 1.  
    Public Property Gets or sets the the height of this Zone structure.  
    Public Property Returns true if the Width, Height, X, and Y properties of this Zone structure all have values of zero; otherwise, false.  
    Public Property Gets the x-coordinate of the left edge of this Zone structure.  
    Public Property Gets the y-coordinate that is the sum of Y and Height property values of this Zone structure minus 1.  
    Public Property Gets the y-coordinate of the left edge of this Zone structure.  
    Public Property Gets or sets the the width of this Zone structure.  
    Public Property Gets or sets the x-coordinate of this Zone structure.  
    Public Property Gets or sets the y-coordinate of this Zone structure.  
    Top
    Public Methods
     NameDescription
    Public Method Tests whether obj is a Zone structure with the same location and size of this Zone structure.  
    Public Method Returns the hash code for this Zone structure. For information about the use of hash codes, see System.Object.GetHashCode.  
    Public Method Returns a string that represents the current object.  
    Top
    Public Operators
    Tests whether two Zone structures have equal location and size. The Zone structure that is to the left of the equality operator. The Zone structure that is to the right of the equality operator.
    Tests whether two Zone structures differ in location or size. The Zone structure that is to the left of the inequality operator. The Zone structure that is to the right of the inequality operator.
    Top
    See Also