GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddTransformationMatrix Method





In This Topic
AddTransformationMatrix Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function AddTransformationMatrix( _
   ByVal a As Single, _
   ByVal b As Single, _
   ByVal c As Single, _
   ByVal d As Single, _
   ByVal e As Single, _
   ByVal f As Single _
) As GdPictureStatus
public GdPictureStatus AddTransformationMatrix( 
   float a,
   float b,
   float c,
   float d,
   float e,
   float f
)
public function AddTransformationMatrix( 
    a: Single;
    b: Single;
    c: Single;
    d: Single;
    e: Single;
    f: Single
): GdPictureStatus; 
public function AddTransformationMatrix( 
   a : float,
   b : float,
   c : float,
   d : float,
   e : float,
   f : float
) : GdPictureStatus;
public: GdPictureStatus AddTransformationMatrix( 
   float a,
   float b,
   float c,
   float d,
   float e,
   float f
) 
public:
GdPictureStatus AddTransformationMatrix( 
   float a,
   float b,
   float c,
   float d,
   float e,
   float f
) 

Parameters

a
b
c
d
e
f
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members