Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

ParallelogramMinX Property








The minimum point of the bounding parallelogram of the vector file
Syntax
public double ParallelogramMinX {get;}
'Declaration
 
Public ReadOnly Property ParallelogramMinX As Double
'Usage
 
Dim instance As CodecsVectorImageInfo
Dim value As Double
 
value = instance.ParallelogramMinX
public double ParallelogramMinX {get;}
public double getParallelogramMinX()
 get_ParallelogramMinX(); 
public:
property double ParallelogramMinX {
   double get();
}

Property Value

The minimum 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

Error processing SSI file