Visit Gigasoft's Web Site
 ProEssentials v9 Help

Composite2D3D

Scope

Pego, Pesgo

Type

Enum / Int32

Default

BOTH_LAYERS

.NET

PeConfigure.Composite2D3D

Ocx|Vcl

Composite2D3D

DLL

PEP_nCOMPOSITE2D3D

 

Purpose

When RenderingEngine = Direct3D, this property is used to control how Direct2D and Direct3D are combined. The default setting is to form two layers, a background and foreground layer. This property enables forcing all Direct2D content into either the background or foreground and thus reducing overhead in preparing and drawing two layers instead of one.

 

.NET Gigasoft.Enums.

ActiveX and

 

Filter2D.

DLL Constants

Description

BothFrontAndBackLayers

PEC2D_BOTH_LAYERS (0)

Direct2D content can be both behind and infront of Direct3D content.

Background

PEC2D_BACKGROUND (1)

Direct2D content is forced behind Direct3D content.

Foreground

PEC2D_FOREGROUND (2)

Direct2D content is forced in front of Direct3D content.


VCL Enumerations

eComposite2D3D = (xBothLayers, xBackgroundLayer, xForegroundLayer);

Replace the prefix "x" with g (graph), sg (scientific graph)

 

Comments

PeData.Composite2D3D members of Pego.PeConfigure, Pesgo.PeConfigure

 

See Also: RenderEngine