DrawCoordinatePoint (class MKI_DISPLAYDATA) Changed in Version 2023.0

www.CAD6.com

C++ Syntax

void

MKI_DISPLAYDATA::DrawCoordinatePoint(

 MKI_CONST_POINT_REF f_rPoint,

 bool f_fIsSelected,

 bool f_fIsIdle,

 const D2D1_COLOR_F* f_pColor );

 

Draws a point marker using the engine defined in the display data.

 

This procedure is usually used in reaction to a call of the MKI_PlugInNotify procedure with either MKI_NOTIFY_DISPLAY_CALLBACK or MKI_NOTIFY_DISPLAY_TEMP.

 

Parameters

Point

[MKI_CONST_POINT_REF] Point to be drawn in internal coordinates.

IsSelected

[bool] If true, the point shall be drawn in "selected" colors.

IsIdle

[bool] If true, the point shall be drawn in "idle" colors. Overrides IsSelected.

Color Changed in Version 2023.0

[D2D1_COLOR_F*] If not nullptr, this points to a Direct2D color in RGB notation with transparency (alpha) information to be used for drawing the point marker (outline and filling). If nullptr, the standard input display color will be used.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH