Visit Gigasoft's Web Site
 ProEssentials v9 Help

AnisotropicSupport

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Boolean/Int32

Default

FALSE

.NET

PeSpecial.AnisotropicSupport

Ocx|Vcl

AnisotropicSupport

DLL

PEP_bANISOTROPICSUPPORT

 

Purpose

We added this property so developers can set to TRUE when placing one of our ActiveX controls within an MS Access Report. This property causes the control to draw itself within the MM_ANISOTROPIC mapping mode. It may be likely that other report writers or other containers may prefer this property being set to TRUE when embedding our controls into a report or container. Though, only set to True if experiencing problems.

 

Setting

Description

TRUE

Control draws itself within MM_ANISOTROPIC mapping mode.

FALSE

Control draws itself within MM_TEXT mapping mode.

 

Comments

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

 

When set True, this property causes SetWindowOrg and SetWindowExt calls to be embedded into the image. Then the control expects to be played via the MM_ANISOTROPIC mapping mode to a DC via the Windows Playmetafile or PEplaymetafile call.

 

RenderEngine should be set to GDI or HYBRID when setting this property to True.