| PolygonClone Method |
Creates a new instance of the polygon 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 public IShape Clone(
double ScaleFactorX,
double ScaleFactorY
)
Public Function Clone (
ScaleFactorX As Double,
ScaleFactorY As Double
) As IShape
Dim instance As Polygon
Dim ScaleFactorX As Double
Dim ScaleFactorY As Double
Dim returnValue As IShape
returnValue = instance.Clone(ScaleFactorX,
ScaleFactorY)
public:
virtual IShape^ Clone(
double ScaleFactorX,
double ScaleFactorY
) sealed
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.
Implements
IShapeClone(Double, Double)See Also