Class Rectangle
A signature rectangle to be used in standard signature mode with respect to the display size in mm..
Inheritance
System.Object
Rectangle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sig.SignAPI
Assembly: SigSignAPI.dll
Syntax
public abstract class Rectangle
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. |