User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_linejoin

Table of Contents

TGIS_LineJoin enum

DK11 for Delphi | GisTypesUI.TGIS_LineJoin | Enums

Platform independent pen join style.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_LineJoin = (
    Bevel = 0, Miter = 1, Round = 2
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_LineJoin unsigned short {
  Bevel = 0, Miter = 1, Round = 2
};

Members

Name Value Description
Bevel 0 Joins are beveled.
Miter 1 Joins are mittered within a limit; if it exceeds this limit, the join is beveled.
Round 2 Joins are round.

2022/11/30 19:19

Page Tools