ArrayAtom FromXTransform Function. Create an ArrayAtom from a XTransform representation. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Create an ArrayAtom from a XTransform representation

 

   
Syntax  

[C#]
static ArrayAtom FromXTransform(XTransform value)

[Visual Basic]
Shared Function FromXTransform(value As XTransform) As ArrayAtom

 

   

Params
 
Name Description
value The XTransform representing the value of the object.

 

   

Notes
 

Create an ArrayAtom from a XTransform representation.

The ArrayAtom will contain six NumAtoms corresponding to the elements of the transform.

 

   

Example
 

None.