Class Insets
Describes edge insets for all four sides of a rectangle.
Inheritance
System.Object
Insets
Namespace: PSPDFKit.Basic
Assembly: PSPDFKit.dll
Syntax
public class Insets : object
Constructors
Insets()
Default initialize all insets to zero.
Declaration
public Insets()
Insets(Single, Single, Single, Single)
Give a value to each inset.
Declaration
public Insets(float top, float left, float bottom, float right)
Parameters
Type | Name | Description |
---|---|---|
System.Single | top | Value of top inset. |
System.Single | left | Value of left inset. |
System.Single | bottom | Value of bottom inset. |
System.Single | right | Value of right inset. |
Fields
bottom
Value of bottom inset.
Declaration
public readonly float bottom
Field Value
Type | Description |
---|---|
System.Single |
left
Value of left inset.
Declaration
public readonly float left
Field Value
Type | Description |
---|---|
System.Single |
right
Value of right inset.
Declaration
public readonly float right
Field Value
Type | Description |
---|---|
System.Single |
top
Value of top inset.
Declaration
public readonly float top
Field Value
Type | Description |
---|---|
System.Single |