Click or drag to resize

SignatureBounds Class

This class represents the minimum bounding box required to hold a given signature.
Inheritance Hierarchy
SystemObject
  EasyScriptAPISignatureBounds

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class SignatureBounds

The SignatureBounds type exposes the following members.

Constructors
  NameDescription
Public methodSignatureBounds
Initializes a new instance of the SignatureBounds class
Top
Properties
  NameDescription
Public propertyHeight
The height of the bounding box.
Public propertyWidth
The width of the bounding box.
Public propertyX1
The left-most coordinate in the box.
Public propertyX2
The right-most coordinate in the box.
Public propertyY1
The upper-most coordinate in the box.
Public propertyY2
The lower-most coordinate in the box.
Top
See Also