Class Rectangle
A signature rectangle to be used in standard signature mode with respect to the display size in mm..
Inheritance
System.Object
Rectangle
Namespace: Sig.SignAPI
Assembly: SigSignAPI.dll
Syntax
public abstract class Rectangle : object
Methods
| Name | Description |
|---|---|
| FromBottomLeft(Int32, Int32, Int32, Int32) | A rectangle with respect to the lower left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
| FromBottomRight(Int32, Int32, Int32, Int32) | A rectangle with respect to the lower left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
| FromTopLeft(Int32, Int32, Int32, Int32) | A rectangle with respect to the upper left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
| FromTopRight(Int32, Int32, Int32, Int32) | A rectangle with respect to the upper left corner of the device display. This rectangle further captures the desired size of the rectangle in mm. |
| Standard() | Uses a standard signature rectangle, if any. |