Rect64(Int64, Int64, Int64, Int64) Constructor |
Initializes a new instance of the
Rect64 struct.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Rect64(
long l,
long t,
long r,
long b
)
Parameters
- l Int64
- The X coordinate of the left side.
- t Int64
- The Y coordinate of the top side.
- r Int64
- The X coordinate of the right side.
- b Int64
- The Y coordinate of the bottom side.
See Also