ID2D1CommandSink

Undocumented in source.
version(Windows)
interface ID2D1CommandSink : IUnknown {}

Members

Functions

BeginDraw
HRESULT BeginDraw()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Clear
HRESULT Clear(D2D1_COLOR_F* clearColor)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawBitmap
void DrawBitmap(ID2D1Bitmap bitmap, D2D1_RECT_F destinationRectangle, float opacity, D2D1_INTERPOLATION_MODE interpolationMode, D2D1_RECT_F sourceRectangle, D2D1_MATRIX_4X4_F perspectiveTransform)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawGdiMetafile
void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, D2D1_POINT_2F* targetOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawGeometry
HRESULT DrawGeometry(ID2D1Geometry geometry, ID2D1Brush brush, float strokeWidth, ID2D1StrokeStyle strokeStyle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawGlyphRun
HRESULT DrawGlyphRun(D2D1_POINT_2F baselineOrigin, DWRITE_GLYPH_RUN* glyphRun, DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription, ID2D1Brush* foregroundBrush, DWRITE_MEASURING_MODE measuringMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawImage
HRESULT DrawImage(ID2D1Image image, D2D1_POINT_2F* targetOffset, D2D1_RECT_F* imageRectangle, D2D1_INTERPOLATION_MODE interpolationMode, D2D1_COMPOSITE_MODE compositeMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawLine
HRESULT DrawLine(D2D1_POINT_2F Point0, D2D1_POINT_2F Point1, ID2D1Brush Brush, float strokeWidth, ID2D1StrokeStyle strokeStyle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawRectangle
HRESULT DrawRectangle(D2D1_RECT_F* Rect, ID2D1Brush Brush, float strokeWidth, ID2D1StrokeStyle strokeStyle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EndDraw
HRESULT EndDraw()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FillGeometry
HRESULT FillGeometry(ID2D1Geometry geometry, ID2D1Brush brush, ID2D1Brush opacityBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FillMesh
HRESULT FillMesh(ID2D1Mesh mesh, ID2D1Brush brush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FillOpacityMask
HRESULT FillOpacityMask(ID2D1Bitmap opacityMask, ID2D1Brush brush, D2D1_RECT_F* destinationRectangle, D2D1_RECT_F* sourceRectangle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FillRectangle
HRESULT FillRectangle(D2D1_RECT_F* rect, ID2D1Brush brush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopAxisAlignedClip
HRESULT PopAxisAlignedClip()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopLayer
HRESULT PopLayer()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushAxisAlignedClip
HRESULT PushAxisAlignedClip(D2D1_RECT_F* clipRect, D2D1_ANTIALIAS_MODE antialiasMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushLayer
HRESULT PushLayer(D2D1_LAYER_PARAMETERS1* layerParameters, ID2D1Layer layer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetAntialiasMode
HRESULT SetAntialiasMode(D2D1_ANTIALIAS_MODE antialiasMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetPrimitiveBlend
HRESULT SetPrimitiveBlend(D2D1_PRIMITIVE_BLEND primitiveBlend)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTags
HRESULT SetTags(D2D1_TAG tag1, D2D1_TAG tag2)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTextAntialiasMode
HRESULT SetTextAntialiasMode(D2D1_TEXT_ANTIALIAS_MODE textAntialiasMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTextRenderingParams
HRESULT SetTextRenderingParams(IDWriteRenderingParams textRenderingParams)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTransform
HRESULT SetTransform(D2D1_MATRIX_3X2_F* transform)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetUnitMode
HRESULT SetUnitMode(D2D1_UNIT_MODE unitMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta