AARectangleNTNumeric(TNumeric, TNumeric, TNumeric, TNumeric) Constructor

Initializes a new instance of the AARectangleNTNumeric class

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public AARectangleN(
	TNumeric centerX,
	TNumeric centerY,
	TNumeric width,
	TNumeric height
)

Parameters

centerX  TNumeric
 
centerY  TNumeric
 
width  TNumeric
 
height  TNumeric
 

See Also