![]() |
DrawPixelPoint (class MKI_DISPLAYDATA) Changed in Version 2023.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_DISPLAYDATA::DrawPixelPoint( double f_dX, double f_dY, 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.
ParametersX, Y [double] Coordinates of the point to be drawn in screen pixels. 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 color based on IsSelected and IsIdle will be used.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH