touchvg.core.Matrix2d.setToScaling C# (CSharp) Method

setToScaling() public method

public setToScaling ( float scale ) : Matrix2d
scale float
return Matrix2d
  public Matrix2d setToScaling(float scale) {
    Matrix2d ret = new Matrix2d(touchvgPINVOKE.Matrix2d_setToScaling__SWIG_1(swigCPtr, scale), false);
    return ret;
  }

Same methods

Matrix2d::setToScaling ( float scale, Point2d center ) : Matrix2d
Matrix2d::setToScaling ( float scaleX, float scaleY ) : Matrix2d
Matrix2d::setToScaling ( float scaleX, float scaleY, Point2d center ) : Matrix2d