In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddTransformationMatrix Method

AddTransformationMatrix Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(42)>

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
[DispId(42)]

GdPictureStatus AddTransformationMatrix( 

   float a,

   float b,

   float c,

   float d,

   float e,

   float f

)
function AddTransformationMatrix( 

    a: Single;

    b: Single;

    c: Single;

    d: Single;

    e: Single;

    f: Single

): GdPictureStatus; 
DispIdAttribute(42)

function AddTransformationMatrix( 

   a : float,

   b : float,

   c : float,

   d : float,

   e : float,

   f : float

) : GdPictureStatus;
[DispId(42)]

GdPictureStatus AddTransformationMatrix( 

   float a,

   float b,

   float c,

   float d,

   float e,

   float f

) 
[DispId(42)]

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.IGdPicturePDF
IGdPicturePDF Members