DrawCoordinateEllipse (class MKI_DISPLAYDATA) Changed in Version 2023.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_DISPLAYDATA::DrawCoordinateEllipse( MKI_CONST_POINT_REF f_rCenter, MKI_CONST_POINT_REF f_rVector1, MKI_CONST_POINT_REF f_rVector2, const D2D1_COLOR_F* f_pColor );
Draw a clipped ellipse 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.
ParametersCenter Vector1 Vector2 [MKI_CONST_POINT_REF] Center and two vector definition points of the ellipse to be drawn in internal coordinates. 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 ellipse (outline only). If nullptr, the standard input display color will be used.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH