'Declaration Public Property TextMatrix As Vintasoft.Imaging.AffineMatrix
public Vintasoft.Imaging.AffineMatrix TextMatrix { get; set; }
public: __property Vintasoft.Imaging.AffineMatrix* get_TextMatrix(); public: __property void set_TextMatrix(
Vintasoft.Imaging.AffineMatrix* value
);
public:
property Vintasoft.Imaging.AffineMatrix^ TextMatrix { Vintasoft.Imaging.AffineMatrix^ get(); void set(Vintasoft.Imaging.AffineMatrix^ value); }