BitmapBrushProperties1-Funktion (d2d1_1helper.h)
Erstellt eine D2D1_BITMAP_BRUSH_PROPERTIES1-Struktur .
Syntax
D2D1_BITMAP_BRUSH_PROPERTIES1 BitmapBrushProperties1(
D2D1_EXTEND_MODE extendModeX,
D2D1_EXTEND_MODE extendModeY,
D2D1_INTERPOLATION_MODE interpolationMode
);
Parameter
extendModeX
Typ: D2D1_EXTEND_MODE
Ein Wert, der angibt, wie der Pinsel die Bereiche, die über die Bitmap hinaus reichen, horizontal kachelt. Der Standardwert ist D2D1_EXTEND_MODE_CLAMP.
extendModeY
Typ: D2D1_EXTEND_MODE
Ein Wert, der angibt, wie der Pinsel die Bereiche, die über die Bitmap hinaus reichen, vertikal kachelt. Der Standardwert ist D2D1_EXTEND_MODE_CLAMP.
interpolationMode
Ein Wert, der den Interpolationsalgorithmus angibt, der verwendet wird, wenn Bilder skaliert oder gedreht werden. Der Standardwert ist D2D1_INTERPOLATION_MODE_LINEAR.
Rückgabewert
Typ: D2D1_BITMAP_BRUSH_PROPERTIES1
Eine Struktur, die die Erweiterungsmodi und den Interpolationsmodus eines ID2D1BitmapBrush1 beschreibt.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | d2d1_1helper.h |
Bibliothek | D2d1.lib |
DLL | D2d1.dll |