Visit Gigasoft's Web Site
 ProEssentials v10 Help

SplineType

Scope

Pego, Pesgo

Type

Enum/Int32

Default

0

.NET

PePlot.Option.SplineType

Ocx|Vcl

SplineType

DLL

PEP_nSPLINETYPE

 

Purpose

Gets or Sets the spline type when RenderEngine is GdiPlus or Direct2D. Default 0 is Cardinal based off DrawCurve api call. Set to B-Spline to use internal math to produce data and PolyLine api call.. Applies when PlottingMethod is set to Spline.

 

.NET Gigasoft.Enums.

ActiveX and

 

BevelStyle.

DLL Constants

Description

Cardinal

PEST_CARDINAL(0)

Cardinal via DrawCurve api call.

BSpline

PEST_BSPLINE (1)

BSpline via internal math and PolyLine api call.

 

Comments

PePlot.Option.SplineType members of Pego.PePlot.Option, Pesgo.PePlot.Option

 

See Also: PlottingMethod