Class CertificateElementLayout
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public sealed class CertificateElementLayout
- Inheritance
-
CertificateElementLayout
- Inherited Members
-
- Extension Methods
-
Constructors
CertificateElementLayout()
public CertificateElementLayout()
Properties
Height
public decimal Height { get; set; }
Property Value
- decimal
Width
public decimal Width { get; set; }
Property Value
- decimal
X
public decimal X { get; set; }
Property Value
- decimal
Y
public decimal Y { get; set; }
Property Value
- decimal
Methods
CreateRectangle(Size)
public Rectangle CreateRectangle(Size imgSize)
Parameters
imgSize Size
Returns
- Rectangle
CreateRectangleF(Size)
public RectangleF CreateRectangleF(Size imgSize)
Parameters
imgSize Size
Returns
- RectangleF