public void RotateAt(
double ,
double ,
double
)
'Declaration
Public Sub RotateAt( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As LeadMatrix
Dim angle As Double
Dim centerX As Double
Dim centerY As Double
instance.RotateAt(angle, centerX, centerY)
void LeadMatrixRotateAt(LeadMatrix *matrix, double degrees, double centerX, double centerY)
public void rotateAt(double angle, double centerX, double centerY)
function Leadtools.LeadMatrix.RotateAt(
angle ,
centerX ,
centerY
)
public:
void RotateAt(
double ,
double ,
double
)