Inset Constructor (Double, Double, Double, Double)
|
Construct an Inset given four values.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Inset(
double left,
double right,
double top,
double bottom
)
Public Sub New (
left As Double,
right As Double,
top As Double,
bottom As Double
)
new :
left : float *
right : float *
top : float *
bottom : float -> Inset
Parameters
- left
- Type: SystemDouble
- right
- Type: SystemDouble
- top
- Type: SystemDouble
- bottom
- Type: SystemDouble
See Also