Function BlamRendering::DirectX::Drawing::DrawEllipse

Function Documentation

HRESULT BlamRendering::DirectX::Drawing::DrawEllipse(D2D1_COLOR_F outline_color, D2D1_COLOR_F fill_color, D2D1_ELLIPSE ellipse, float thickness, StackItemDrawMode mode)

Draws an ellipse.

Return

S_OK if the item was drawn successfully, otherwise returns an error code.

Parameters
  • outline_color: - The color for the ellipse’s border.

  • fill_color: - The color for the ellipse’s interior.

  • ellipse: - The area of the ellipse.

  • thickness: - The thickness of the ellipse’s border.

  • mode: - The drawing mode to use.