LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ParallelogramMinZ Property

Show in webframe







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

            

            
 get_ParallelogramMinZ(); 
public:
property double ParallelogramMinZ {
   double get();
}

Property Value

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