Function BlamRendering::DirectX::Drawing::Widgets::DrawInvalidBitmapArea

Function Documentation

void BlamRendering::DirectX::Drawing::Widgets::DrawInvalidBitmapArea(D2D1_RECT_F area)

A widget used to represent an invalid bitmap.

In the event a bitmap cannot be drawn, this will be drawn in its place. This only applies for bitmaps, and is not used in the case of errors with Bitmap Text.

Return

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

Parameters
  • area: - The area of the bitmap.