CRenderTarget::DrawRoundedRectangle
Disegna la struttura del rettangolo arrotondato specificato utilizzando lo stile del tratto specificato.
void DrawRoundedRectangle(
const CD2DRoundedRect& rectRounded,
CD2DBrush* pBrush,
FLOAT fStrokeWidth = 1.0,
ID2D1StrokeStyle* strokeStyle = NULL
);
Parametri
rectRounded
Le dimensioni del rettangolo arrotondato da disegnare, in Device Independent Pixel.pBrush
Pennello utilizzato per disegnare il contorno del rettangolo arrotondato.fStrokeWidth
La larghezza del tratto del rettangolo arrotondato. Il tratto è centrato sulla struttura del rettangolo arrotondato. Il valore predefinito è 1.0f.strokeStyle
Lo stile del tratto del rettangolo arrotondato o NULL per dipingere un tratto continuo. Il valore predefinito è NULL.
Requisiti
Intestazione: afxrendertarget.h