public void RotateAtPrepend(
double ,
double ,
double
)
'Declaration
Public Sub RotateAtPrepend( _
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.RotateAtPrepend(angle, centerX, centerY)
public void RotateAtPrepend(
double angle,
double centerX,
double centerY
)
void LeadMatrixRotateAtPrepend(LeadMatrix *matrix, double degrees, double centerX, double centerY)
public void rotateAtPrepend(double angle, double centerX, double centerY)
function Leadtools.LeadMatrix.RotateAtPrepend(
angle ,
centerX ,
centerY
)
public:
void RotateAtPrepend(
double ,
double ,
double
)