| Changed Constructors |
InsetBorder(
DeviceCmyk,
float
)
|
Documentation changed from old to new. |
Creates an InsetBorder instance with the specified width and the cmyk color. |
InsetBorder(
DeviceCmyk,
float
,
float
)
|
Documentation changed from old to new. |
Creates an InsetBorder instance with the specified width, color and opacity. |
InsetBorder(
DeviceGray,
float
)
|
Documentation changed from old to new. |
Creates an InsetBorder instance with the specified width and the gray color. |
InsetBorder(
DeviceGray,
float
,
float
)
|
Documentation changed from old to new. |
Creates an InsetBorder instance with the specified width, color and opacity. |
InsetBorder(
DeviceRgb,
float
)
|
Documentation changed from old to new. |
Creates an InsetBorder instance with the specified width and the rgb color. |
InsetBorder(
DeviceRgb,
float
,
float
)
|
Documentation changed from old to new. |
Creates an InsetBorder instance with the specified width, color and opacity. |
InsetBorder(
float)
|
Documentation changed from old to new. |
Creates an InsetBorder instance with the specified width. |