Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 625 Bytes

solid-brush.md

File metadata and controls

18 lines (11 loc) · 625 Bytes
description ms.assetid title ms.topic ms.date
A solid brush is a logical brush that contains 64 pixels of the same color.
920014c7-d1ef-4b98-8c92-c4169be52cb9
Solid Brush
article
05/31/2018

Solid Brush

A solid brush is a logical brush that contains 64 pixels of the same color. An application can create a solid logical brush by calling the CreateSolidBrush function, specifying the color of the brush required. After creating the solid brush, the application can select it into its device context and use it to paint filled shapes.