Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Public Member Functions | |
virtual void | Dispose () |
Matrix (double A, double B, double C, double D, double Tx, double Ty) | |
float | A () |
float | B () |
float | C () |
float | D () |
float | Tx () |
Specifies the offset to be applied in the X direction. | |
float | Ty () |
Specifies the offset to be applied in the Y direction. | |
void | Concat (global::System.Drawing.Drawing2D.Matrix mtx) |
void | ConcatRight (global::System.Drawing.Drawing2D.Matrix mtx) |
void | Multi (double scale) |
void | Multi (double scaleA, double scaleB, double scaleC, double scaleD) |
bool | Invert () |
bool | IsOrthoBasis () |
bool | IsFlipped () |
bool | IsFlippedHor () |
bool | IsFlippedVert () |
bool | IsIdentity () |
double | GetXScale () |
double | GetYScale () |
double | GetSkew () |
double | GetXRotation () |
double | GetYRotation () |
SolidFramework.FloatsArray | GetValues () |
global::System.Drawing.Size | Transform (global::System.Drawing.Size pt) |
global::System.Drawing.SizeF | Transform (global::System.Drawing.SizeF pt) |
global::System.Drawing.Point | Transform (global::System.Drawing.Point pt) |
global::System.Drawing.PointF | Transform (global::System.Drawing.PointF pt) |
global::System.Drawing.Rectangle | Transform (global::System.Drawing.Rectangle rc) |
global::System.Drawing.RectangleF | Transform (global::System.Drawing.RectangleF rc) |