RectangleNTNumericTranslate(TNumeric, TNumeric) Method
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public RectangleN<TNumeric> Translate(
TNumeric deltaX,
TNumeric deltaY
)
Public Function Translate (
deltaX As TNumeric,
deltaY As TNumeric
) As RectangleN(Of TNumeric)
public:
RectangleN<TNumeric> Translate(
TNumeric deltaX,
TNumeric deltaY
)
member Translate :
deltaX : 'TNumeric *
deltaY : 'TNumeric -> RectangleN<'TNumeric>
- deltaX TNumeric
-
- deltaY TNumeric
-
RectangleNTNumeric