LIBEUNOMIA
|
クリッピング處理クラス [詳解]
#include <ibuf_blt.h>
公開メンバ関数 | |
Clipper_ (int srcx, int srcy, int srcw, int srch, int bltw, int blth, int dstx, int dsty, int dstw, int dsth, const std::optional< Rect > &cliprect) | |
構築子 | |
operator bool () const | |
公開変数類 | |
int | sx |
int | sy |
int | w |
int | h |
int | dx |
int | dy |
クリッピング處理クラス
eunomia::implement_::Clipper_::Clipper_ | ( | int | srcx, |
int | srcy, | ||
int | srcw, | ||
int | srch, | ||
int | bltw, | ||
int | blth, | ||
int | dstx, | ||
int | dsty, | ||
int | dstw, | ||
int | dsth, | ||
const std::optional< Rect > & | cliprect ) |
構築子
srcx | 轉送元X座標 |
srcy | 轉送元Y座標 |
srcw | 轉送元畫像の幅 |
srch | 轉送元畫像の高さ |
bltw | 轉送幅 |
blth | 轉送高さ |
dstx | 轉送先X座標 |
dsty | 轉送先Y座標 |
dstw | 轉送先畫像の幅 |
dsth | 轉送先畫像の幅 |
cliprect | 轉送先の變更可能な長方形の領域 |
|
inlineexplicit |
int eunomia::implement_::Clipper_::dx |
int eunomia::implement_::Clipper_::dy |
int eunomia::implement_::Clipper_::h |
int eunomia::implement_::Clipper_::sx |
int eunomia::implement_::Clipper_::sy |
int eunomia::implement_::Clipper_::w |