Visit Gigasoft's Web Site
 ProEssentials v9 Help

LogicalLimit

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Int32

Default

10000

.NET

PeSpecial.LogicalLimit

Ocx|Vcl

LogicalLimit

DLL

PEP_nLOGICALLIMIT

 

Purpose

Set this property to 0 (zero) to prevent GDI calls from drawing lines outside the metafile borders.

 

Comments

PeSpecial.LogicalLimit members of Pego.PeSpecial, Pesgo.PeSpecial, Pe3do.PeSpecial, Pepso.PeSpecial, Pepco.PeSpecial

 

When exporting metafiles from an object that has been zoomed, lines may be drawn outside the metafiles region. Setting this property to zero will prevent this from happening.

 

Setting this property to zero has a drawback when dealing with small data sets (Points less than 100 points) and you zoom into a very small region. This property controls the logical coordinate system size. With a small coordinate system and you zoom in real small, a data point can be placed far outside the logical coordinate system and the slope of the line to that distant point may not be accurate. You can set this property to a large number like 1,000,000 in 32 bit projects and never have a problem related to a small logical coordinate system.