| IShapeClone Method |
Creates a new instance of the shape and copies the data to the new instance.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax IShape Clone(
double ScaleFactorX,
double ScaleFactorY
)
Function Clone (
ScaleFactorX As Double,
ScaleFactorY As Double
) As IShape
Dim instance As IShape
Dim ScaleFactorX As Double
Dim ScaleFactorY As Double
Dim returnValue As IShape
returnValue = instance.Clone(ScaleFactorX,
ScaleFactorY)
IShape^ Clone(
double ScaleFactorX,
double ScaleFactorY
)
Parameters
- ScaleFactorX
- Type: SystemDouble
The double floating X fraction to rescale the shape by. - ScaleFactorY
- Type: SystemDouble
The double floating Y fraction to rescale the shape by.
Return Value
Type:
IShapeThe new instance of the shape.
See Also