Rect Constructor (Double, Double, Double, Double)
|
Construct the Rect given a horizontal and
vertical location, width and height.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Rect(
double x,
double y,
double w,
double h
)
Public Sub New (
x As Double,
y As Double,
w As Double,
h As Double
)
new :
x : float *
y : float *
w : float *
h : float -> Rect
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- w
- Type: SystemDouble
- h
- Type: SystemDouble
See Also