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