Sowl
1.0
Simple Object Window Library
Main Page
Classes
Files
File List
Brush.h
1
#pragma once
2
#include <windows.h>
3
4
namespace
sowl
5
{
6
class
Brush
7
{
8
public
:
9
Brush
(HBRUSH handle);
10
HBRUSH GetHandle()
const
;
11
12
private
:
13
HBRUSH handle;
14
};
15
}
sowl::Brush
Definition:
Brush.h:6
Sowl
Graphics
Brushes
Brush.h
Generated on Fri Apr 22 2022 00:19:47 for Sowl by
1.4.2