ID2D1DeviceContext2

Undocumented in source.
version(Windows)
interface ID2D1DeviceContext2 : ID2D1DeviceContext1 {}

Members

Functions

CreateGradientMesh
HRESULT CreateGradientMesh(D2D1_GRADIENT_MESH_PATCH* patches, uint patchesCount, ID2D1GradientMesh* gradientMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateImageSourceFromDxgi
HRESULT CreateImageSourceFromDxgi(IDXGISurface* surfaces, D2D1_RECT_U* sourceRectangles, uint surfaceCount, DXGI_COLOR_SPACE_TYPE colorSpace, D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS options, ID2D1ImageSource* imageSource)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateImageSourceFromWic
HRESULT CreateImageSourceFromWic(IWICBitmapSource wicBitmapSource, D2D1_IMAGE_SOURCE_LOADING_OPTIONS loadingOptions, D2D1_ALPHA_MODE alphaMode, ID2D1ImageSourceFromWic* imageSource)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateImageSourceFromWic
HRESULT CreateImageSourceFromWic(IWICBitmapSource wicBitmapSource, D2D1_IMAGE_SOURCE_LOADING_OPTIONS loadingOptions, ID2D1ImageSourceFromWic* imageSource)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateImageSourceFromWic
HRESULT CreateImageSourceFromWic(IWICBitmapSource wicBitmapSource, ID2D1ImageSourceFromWic* imageSource)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateInk
HRESULT CreateInk(D2D1_INK_POINT* startPoint, ID2D1Ink* ink)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateInk
HRESULT CreateInk(D2D1_INK_POINT startPoint, ID2D1Ink* ink)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateInkStyle
HRESULT CreateInkStyle(D2D1_INK_STYLE_PROPERTIES* inkStyleProperties, ID2D1InkStyle* inkStyle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateInkStyle
HRESULT CreateInkStyle(D2D1_INK_STYLE_PROPERTIES inkStyleProperties, ID2D1InkStyle* inkStyle)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateLookupTable3D
HRESULT CreateLookupTable3D(D2D1_BUFFER_PRECISION precision, uint* extents, byte* data, uint dataCount, uint* strides, ID2D1LookupTable3D* lookupTable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateTransformedImageSource
HRESULT CreateTransformedImageSource(ID2D1ImageSource imageSource, D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES* properties, ID2D1TransformedImageSource* transformedImageSource)
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_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.
DrawGdiMetafile
void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, D2D1_RECT_F destinationRectangle, D2D1_RECT_F sourceRectangle)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawGdiMetafile
void DrawGdiMetafile(ID2D1GdiMetafile gdiMetafile, D2D1_RECT_F destinationRectangle, D2D1_RECT_F* sourceRectangle)
Undocumented in source. Be warned that the author may not have intended to support it.
DrawGradientMesh
void DrawGradientMesh(ID2D1GradientMesh gradientMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawInk
void DrawInk(ID2D1Ink ink, ID2D1Brush brush, ID2D1InkStyle inkStyle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetGradientMeshWorldBounds
HRESULT GetGradientMeshWorldBounds(ID2D1GradientMesh gradientMesh, D2D1_RECT_F* pBounds)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID2D1DeviceContext1

CreateFilledGeometryRealization
HRESULT CreateFilledGeometryRealization(ID2D1Geometry geometry, float flatteningTolerance, ID2D1GeometryRealization* geometryRealization)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateStrokedGeometryRealization
HRESULT CreateStrokedGeometryRealization(ID2D1Geometry geometry, float flatteningTolerance, float strokeWidth, ID2D1StrokeStyle strokeStyle, ID2D1GeometryRealization* geometryRealization)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DrawGeometryRealization
HRESULT DrawGeometryRealization(ID2D1GeometryRealization geometryRealization, ID2D1Brush brush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta