LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ParallelogramMaxX Property

Show in webframe







The maximum point of the bounding parallelogram of the vector file
Syntax
public double ParallelogramMaxX {get;}
'Declaration
 
Public ReadOnly Property ParallelogramMaxX As Double
'Usage
 
Dim instance As CodecsVectorImageInfo
Dim value As Double
 
value = instance.ParallelogramMaxX
public double ParallelogramMaxX {get;}

            

            
 get_ParallelogramMaxX(); 
public:
property double ParallelogramMaxX {
   double get();
}

Property Value

The maximum X point in parallelogram
Remarks

Parallelogram that represents the minimum bounding box that contains all vector objects.

Example
For an example, refer to CodecsVectorLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsVectorImageInfo Class
CodecsVectorImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.