Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadMatrix Structure : Scale Method |
'Usage
Dim instance As LeadMatrix Dim scaleX As Double Dim scaleY As Double instance.Scale(scaleX, scaleY)
void LeadMatrixScale(LeadMatrix *matrix, double scaleX, double scaleY)
public void scale(double scaleX, double scaleY)