Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::Windows::Graphics::BitmapBrush1 Class Reference

Paints an area with a bitmap. More...

#include <HWGraphics.h>

Inheritance diagram for Harlinn::Windows::Graphics::BitmapBrush1:
[legend]
Collaboration diagram for Harlinn::Windows::Graphics::BitmapBrush1:
[legend]

Public Types

using Base = BitmapBrush
 
- Public Types inherited from Harlinn::Common::Core::Unknown
typedef IUnknown InterfaceType
 

Public Member Functions

void SetInterpolationMode1 (D2D1_INTERPOLATION_MODE interpolationMode) const
 Sets the interpolation mode for the brush.
 
D2D1_INTERPOLATION_MODE GetInterpolationMode1 () const
 Returns the current interpolation mode of the brush.
 
- Public Member Functions inherited from Harlinn::Windows::Graphics::BitmapBrush
void SetExtendModeX (D2D1_EXTEND_MODE extendModeX) const
 
void SetExtendModeY (D2D1_EXTEND_MODE extendModeY) const
 
void SetInterpolationMode (D2D1_BITMAP_INTERPOLATION_MODE interpolationMode) const
 
void SetBitmap (ID2D1Bitmap *bitmap) const
 
template<typename T >
requires std::is_base_of_v<Bitmap,T>
void SetBitmap (const T &bitmap) const
 
D2D1_EXTEND_MODE GetExtendModeX () const
 
D2D1_EXTEND_MODE GetExtendModeY () const
 
D2D1_BITMAP_INTERPOLATION_MODE GetInterpolationMode () const
 
void GetBitmap (_Outptr_result_maybenull_ ID2D1Bitmap **bitmap) const
 
template<typename T = Bitmap>
requires std::is_base_of_v<Bitmap,T>
T GetBitmap () const
 
- Public Member Functions inherited from Harlinn::Windows::Graphics::Brush
void SetOpacity (FLOAT opacity) const
 
FLOAT GetOpacity () const
 
void SetTransform (const D2D1_MATRIX_3X2_F *transform) const
 
void SetTransform (const D2D1_MATRIX_3X2_F &transform) const
 
void GetTransform (D2D1_MATRIX_3X2_F *transform) const
 
- Public Member Functions inherited from Harlinn::Windows::Graphics::Resource
template<typename T = Factory>
requires std::is_base_of_v< Factory, T>
T GetFactory ()
 
- Public Member Functions inherited from Harlinn::Common::Core::Unknown
constexpr Unknown () noexcept
 
 Unknown (IUnknown *unknown, bool addref=false) noexcept
 
 Unknown (REFIID iid, const Unknown &unknown, bool throwIfNoInterface=true)
 
 Unknown (const Unknown &other) noexcept
 
 Unknown (Unknown &&other) noexcept
 
 ~Unknown () noexcept
 
constexpr operator bool () const noexcept
 
Unknownoperator= (const Unknown &other) noexcept
 
Unknownoperator= (Unknown &&other) noexcept
 
void swap (Unknown &other) noexcept
 
void ResetPtr (IUnknown *other=nullptr, bool addRef=false) noexcept
 
Unknownoperator= (nullptr_t)
 
IUnknown * Detach ()
 
template<typename T >
requires std::is_base_of_v<Unknown, T >
T As () const
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
bool Is () const noexcept
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
ComPtr< TAs () const
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
bool Is () const noexcept
 This function can be used to detect if an object supports a particular COM interface derived from IUnknown.
 
template<typename T = IUnknown>
TGetInterfacePointer () const noexcept
 
bool QueryInterface (REFIID riid, void **itf) const
 Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID). If the COM object implements the interface, then it returns a pointer to that interface after calling IUnknown::AddRef on it.
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
bool QueryInterface (T **itf) const
 
constexpr bool operator== (const Unknown &other) const noexcept
 
constexpr bool operator!= (const Unknown &other) const noexcept
 
constexpr bool operator== (const IUnknown *other) const noexcept
 
constexpr bool operator!= (const IUnknown *other) const noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from Harlinn::Common::Core::Unknown
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const CLSID &clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const wchar_t *clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const WideString &clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromProgId (const wchar_t *progId, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromProgId (const WideString &progId, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromDll (const ModuleHandle &dll, const CLSID &clsid)
 
- Protected Attributes inherited from Harlinn::Common::Core::Unknown
IUnknown * unknown_
 

Detailed Description

Paints an area with a bitmap.

Member Typedef Documentation

◆ Base

Member Function Documentation

◆ GetInterpolationMode1()

D2D1_INTERPOLATION_MODE Harlinn::Windows::Graphics::BitmapBrush1::GetInterpolationMode1 ( ) const
inline

Returns the current interpolation mode of the brush.

Returns
The current interpolation mode.

◆ SetInterpolationMode1()

void Harlinn::Windows::Graphics::BitmapBrush1::SetInterpolationMode1 ( D2D1_INTERPOLATION_MODE interpolationMode) const
inline

Sets the interpolation mode for the brush.

The mode to use.

<remakrs> If interpolationMode is not a valid member of D2D1_INTERPOLATION_MODE, then this method silently ignores the call.


The documentation for this class was generated from the following file: