AARectangleNTNumeric(TNumeric, TNumeric, TNumeric, TNumeric) Constructor
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public AARectangleN(
TNumeric centerX,
TNumeric centerY,
TNumeric width,
TNumeric height
)
Public Sub New (
centerX As TNumeric,
centerY As TNumeric,
width As TNumeric,
height As TNumeric
)
public:
AARectangleN(
TNumeric centerX,
TNumeric centerY,
TNumeric width,
TNumeric height
)
new :
centerX : 'TNumeric *
centerY : 'TNumeric *
width : 'TNumeric *
height : 'TNumeric -> AARectangleN
Parameters
- centerX TNumeric
-
- centerY TNumeric
-
- width TNumeric
-
- height TNumeric
-