App
|
This is the complete list of members for mhr.appcore.transform.Transform, including all inherited members.
applyMatrixTo(int nativeType, long dstAdress, long srcAdress, int interpolatorType, double a11, double a12, double a13, double a21, double a22, double a23, double a31, double a32, double a33) | mhr.appcore.transform.Transform | protectedstatic |
applyMatrixTo(NBitmap dst, NBitmap src, TM m, InterpolatorType i) | mhr.appcore.transform.Transform | inlinestatic |
getProjectiveMatrix(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) | mhr.appcore.transform.Transform | inlinestatic |
getRotationMatrix(double alpha) | mhr.appcore.transform.Transform | inlinestatic |
getScaleMatrix(double x, double y) | mhr.appcore.transform.Transform | inlinestatic |
getShearMatrix(double x, double y) | mhr.appcore.transform.Transform | inlinestatic |
getTranslationMatrix(double dx, double dy) | mhr.appcore.transform.Transform | inlinestatic |
Transform() | mhr.appcore.transform.Transform | inlineprotected |