←Select platform

ParallelogramMaxX Property

Summary

The maximum point of the bounding parallelogram of the vector file

Syntax
C#
VB
C++
Java
public double ParallelogramMaxX { get; } 
Public ReadOnly Property ParallelogramMaxX As Double 
public double getParallelogramMaxX() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly