ID2D1DeviceContext

Undocumented in source.
version(Windows)
interface ID2D1DeviceContext : ID2D1RenderTarget {}

Members

Functions

CreateBitmap
HRESULT CreateBitmap(D2D1_SIZE_U size, void* srcData, uint pitch, D2D1_BITMAP_PROPERTIES1* bitmapProperties, ID2D1Bitmap1* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmap
HRESULT CreateBitmap(D2D1_SIZE_U size, void* srcData, uint pitch, D2D1_BITMAP_PROPERTIES1* bitmapProperties, ID2D1Bitmap1* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapBrush
HRESULT CreateBitmapBrush(ID2D1Bitmap bitmap, D2D1_BITMAP_BRUSH_PROPERTIES1 bitmapBrushProperties, D2D1_BRUSH_PROPERTIES brushProperties, ID2D1BitmapBrush1* bitmapBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapBrush
HRESULT CreateBitmapBrush(ID2D1Bitmap bitmap, D2D1_BITMAP_BRUSH_PROPERTIES1* bitmapBrushProperties, D2D1_BRUSH_PROPERTIES* brushProperties, ID2D1BitmapBrush1* bitmapBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapBrush
HRESULT CreateBitmapBrush(ID2D1Bitmap bitmap, ID2D1BitmapBrush1* bitmapBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapBrush
HRESULT CreateBitmapBrush(ID2D1Bitmap bitmap, D2D1_BITMAP_BRUSH_PROPERTIES1* bitmapBrushProperties, ID2D1BitmapBrush1* bitmapBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapFromDxgiSurface
HRESULT CreateBitmapFromDxgiSurface(IDXGISurface surface, D2D1_BITMAP_PROPERTIES1 bitmapProperties, ID2D1Bitmap1* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapFromDxgiSurface
HRESULT CreateBitmapFromDxgiSurface(IDXGISurface surface, D2D1_BITMAP_PROPERTIES1* bitmapProperties, ID2D1Bitmap1* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapFromWicBitmap
HRESULT CreateBitmapFromWicBitmap(IWICBitmapSource wicBitmapSource, D2D1_BITMAP_PROPERTIES1* bitmapProperties, ID2D1Bitmap1* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateColorContext
HRESULT CreateColorContext(D2D1_COLOR_SPACE space, BYTE* Profile, uint profileSize, ID2D1ColorContext* colorContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateColorContextFromFilename
HRESULT CreateColorContextFromFilename(PCWSTR Filename, ID2D1ColorContext* colorContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateColorContextFromWicColorContext
HRESULT CreateColorContextFromWicColorContext(IWICColorContext wicColorContext, ID2D1ColorContext* colorContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCommandList
HRESULT CreateCommandList(ID2D1CommandList* commandList)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateEffect
HRESULT CreateEffect(CLSID* effectId, ID2D1Effect* effect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateGradientStopCollection
HRESULT CreateGradientStopCollection(D2D1_GRADIENT_STOP* gradientStops, uint gradientStopsCount, D2D1_COLOR_SPACE preInterpolationSpace, D2D1_COLOR_SPACE postInterpolationSpace, D2D1_BUFFER_PRECISION bufferPrecision, D2D1_EXTEND_MODE extendMode, D2D1_COLOR_INTERPOLATION_MODE colorInterpolationMode, ID2D1GradientStopCollection1* gradientStopCollection)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateImageBrush
HRESULT CreateImageBrush(ID2D1Image image, D2D1_IMAGE_BRUSH_PROPERTIES* imageBrushProperties, D2D1_BRUSH_PROPERTIES* brushProperties, ID2D1ImageBrush* imageBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateImageBrush
HRESULT CreateImageBrush(ID2D1Image image, D2D1_IMAGE_BRUSH_PROPERTIES* imageBrushProperties, ID2D1ImageBrush* imageBrush)
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.
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.
DrawGlyphRun
void 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
void 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.
DrawImage
void DrawImage(ID2D1Effect effect, 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.
DrawImage
void DrawImage(ID2D1Image image, 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.
DrawImage
void DrawImage(ID2D1Effect effect, 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.
DrawImage
void DrawImage(ID2D1Image image, D2D1_POINT_2F* targetOffset, 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.
DrawImage
void DrawImage(ID2D1Effect effect, D2D1_POINT_2F* targetOffset, 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.
FillOpacityMask
void 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.
GetDevice
void GetDevice(ID2D1Device* device)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetEffectInvalidRectangleCount
HRESULT GetEffectInvalidRectangleCount(ID2D1Effect effect, uint* rectangleCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetEffectInvalidRectangles
HRESULT GetEffectInvalidRectangles(ID2D1Effect effect, D2D1_RECT_F* , uint rectanglesCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetEffectRequiredInputRectangles
HRESULT GetEffectRequiredInputRectangles(ID2D1Effect renderEffect, D2D1_RECT_F* renderImageRectangle, D2D1_EFFECT_INPUT_DESCRIPTION* inputDescriptions, D2D1_RECT_F* requiredInputRects, uint inputCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetGlyphRunWorldBounds
HRESULT GetGlyphRunWorldBounds(D2D1_POINT_2F baselineOrigin, DWRITE_GLYPH_RUN* glyphRun, DWRITE_MEASURING_MODE measuringMode, D2D1_RECT_F** bounds)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetImageLocalBounds
void GetImageLocalBounds(ID2D1Image image, D2D1_RECT_F[1] localBounds)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetImageWorldBounds
HRESULT GetImageWorldBounds(ID2D1Image image, D2D1_RECT_F[1] worldBounds)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPrimitiveBlend
D2D1_PRIMITIVE_BLEND GetPrimitiveBlend()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRenderingControls
void GetRenderingControls(D2D1_RENDERING_CONTROLS* renderingControls)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTarget
void GetTarget(ID2D1Image* target)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetUnitMode
D2D1_UNIT_MODE GetUnitMode()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InvalidateEffectInputRectangle
HRESULT InvalidateEffectInputRectangle(ID2D1Effect effect, uint input, D2D1_RECT_F* inputRectangle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsBufferPrecisionSupported
BOOL IsBufferPrecisionSupported(D2D1_BUFFER_PRECISION bufferPrecision)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsDxgiFormatSupported
BOOL IsDxgiFormatSupported(DXGI_FORMAT format)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushLayer
void 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.
SetPrimitiveBlend
void 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.
SetRenderingControls
void SetRenderingControls(D2D1_RENDERING_CONTROLS* renderingControls)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTarget
void SetTarget(ID2D1Image target)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetUnitMode
void 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.

Inherited Members

From ID2D1RenderTarget

BeginDraw
void BeginDraw()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Clear
void 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.
CreateBitmap
HRESULT CreateBitmap(D2D1_SIZE_U size, D2D1_BITMAP_PROPERTIES* bitmapProperties, ID2D1Bitmap* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmap
HRESULT CreateBitmap(D2D1_SIZE_U size, void* srcData, uint pitch, D2D1_BITMAP_PROPERTIES* bitmapProperties, ID2D1Bitmap* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapBrush
HRESULT CreateBitmapBrush(ID2D1Bitmap bitmap, D2D1_BITMAP_BRUSH_PROPERTIES* bitmapBrushProperties, D2D1_BRUSH_PROPERTIES* brushProperties, ID2D1BitmapBrush* bitmapBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapBrush
HRESULT CreateBitmapBrush(ID2D1Bitmap bitmap, ID2D1BitmapBrush* bitmapBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapBrush
HRESULT CreateBitmapBrush(ID2D1Bitmap bitmap, D2D1_BITMAP_BRUSH_PROPERTIES* bitmapBrushProperties, ID2D1BitmapBrush* bitmapBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapFromWicBitmap
HRESULT CreateBitmapFromWicBitmap(IWICBitmapSource wicBitmapSource, ID2D1Bitmap* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateBitmapFromWicBitmap
HRESULT CreateBitmapFromWicBitmap(IWICBitmapSource wicBitmapSource, D2D1_BITMAP_PROPERTIES* bitmapProperties, ID2D1Bitmap* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCompatibleRenderTarget
HRESULT CreateCompatibleRenderTarget(D2D1_SIZE_F desiredSize, D2D1_SIZE_U desiredPixelSize, D2D1_PIXEL_FORMAT desiredFormat, D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS options, ID2D1BitmapRenderTarget* bitmapRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCompatibleRenderTarget
HRESULT CreateCompatibleRenderTarget(D2D1_SIZE_F* desiredSize, D2D1_SIZE_U* desiredPixelSize, D2D1_PIXEL_FORMAT* desiredFormat, D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS options, ID2D1BitmapRenderTarget* bitmapRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCompatibleRenderTarget
HRESULT CreateCompatibleRenderTarget(ID2D1BitmapRenderTarget* bitmapRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCompatibleRenderTarget
HRESULT CreateCompatibleRenderTarget(D2D1_SIZE_F desiredSize, ID2D1BitmapRenderTarget* bitmapRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCompatibleRenderTarget
HRESULT CreateCompatibleRenderTarget(D2D1_SIZE_F desiredSize, D2D1_SIZE_U desiredPixelSize, ID2D1BitmapRenderTarget* bitmapRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCompatibleRenderTarget
HRESULT CreateCompatibleRenderTarget(D2D1_SIZE_F desiredSize, D2D1_SIZE_U desiredPixelSize, D2D1_PIXEL_FORMAT desiredFormat, ID2D1BitmapRenderTarget* bitmapRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateGradientStopCollection
HRESULT CreateGradientStopCollection(D2D1_GRADIENT_STOP* gradientStops, uint gradientStopsCount, D2D1_GAMMA colorInterpolationGamma, D2D1_EXTEND_MODE extendMode, ID2D1GradientStopCollection* gradientStopCollection)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateGradientStopCollection
HRESULT CreateGradientStopCollection(D2D1_GRADIENT_STOP* gradientStops, uint gradientStopsCount, ID2D1GradientStopCollection* gradientStopCollection)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateLayer
HRESULT CreateLayer(ID2D1Layer* layer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateLayer
HRESULT CreateLayer(D2D1_SIZE_F size, ID2D1Layer* layer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateLayer
HRESULT CreateLayer(D2D1_SIZE_F* size, ID2D1Layer* layer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateLinearGradientBrush
HRESULT CreateLinearGradientBrush(D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES* linearGradientBrushProperties, ID2D1GradientStopCollection gradientStopCollection, ID2D1LinearGradientBrush* linearGradientBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateLinearGradientBrush
HRESULT CreateLinearGradientBrush(D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES* linearGradientBrushProperties, D2D1_BRUSH_PROPERTIES* brushProperties, ID2D1GradientStopCollection gradientStopCollection, ID2D1LinearGradientBrush* linearGradientBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateMesh
HRESULT CreateMesh(ID2D1Mesh* mesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateRadialGradientBrush
HRESULT CreateRadialGradientBrush(D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES* radialGradientBrushProperties, D2D1_BRUSH_PROPERTIES* brushProperties, ID2D1GradientStopCollection gradientStopCollection, ID2D1RadialGradientBrush* radialGradientBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateRadialGradientBrush
HRESULT CreateRadialGradientBrush(D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES* radialGradientBrushProperties, ID2D1GradientStopCollection gradientStopCollection, ID2D1RadialGradientBrush* radialGradientBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateSharedBitmap
HRESULT CreateSharedBitmap(IID* riid, void* data, D2D1_BITMAP_PROPERTIES* bitmapProperties, ID2D1Bitmap* bitmap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateSolidColorBrush
HRESULT CreateSolidColorBrush(D2D1_COLOR_F* color, ID2D1SolidColorBrush* solidColorBrush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateSolidColorBrush
HRESULT CreateSolidColorBrush(D2D1_COLOR_F* color, D2D1_BRUSH_PROPERTIES* brushProperties, ID2D1SolidColorBrush* solidColorBrush)
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_BITMAP_INTERPOLATION_MODE interpolationMode, 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.
DrawEllipse
void DrawEllipse(D2D1_ELLIPSE* ellipse, 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.
DrawGeometry
void 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
void DrawGlyphRun(D2D1_POINT_2F baselineOrigin, DWRITE_GLYPH_RUN* glyphRun, 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.
DrawLine
void 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
void 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.
DrawRoundedRectangle
void DrawRoundedRectangle(D2D1_ROUNDED_RECT* roundedRect, 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.
DrawText
void DrawText(wchar* string, uint stringLength, IDWriteTextFormat textFormat, D2D1_RECT_F* layoutRect, ID2D1Brush defaultForegroundBrush, D2D1_DRAW_TEXT_OPTIONS options, 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.
DrawTextLayout
void DrawTextLayout(D2D1_POINT_2F origin, IDWriteTextLayout textLayout, ID2D1Brush defaultForegroundBrush, D2D1_DRAW_TEXT_OPTIONS options)
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(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.
FillEllipse
void FillEllipse(D2D1_ELLIPSE* ellipse, ID2D1Brush brush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FillGeometry
void 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
void 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
void FillOpacityMask(ID2D1Bitmap opacityMask, ID2D1Brush brush, D2D1_OPACITY_MASK_CONTENT content, 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
void 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.
FillRoundedRectangle
void FillRoundedRectangle(D2D1_ROUNDED_RECT* roundedRect, ID2D1Brush brush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Flush
HRESULT Flush(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.
GetAntialiasMode
D2D1_ANTIALIAS_MODE GetAntialiasMode()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDpi
void GetDpi(float* dpiX, float* dpiY)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMaximumBitmapSize
uint GetMaximumBitmapSize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPixelFormat
D2D1_PIXEL_FORMAT GetPixelFormat()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPixelSize
D2D1_SIZE_U GetPixelSize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSize
D2D1_SIZE_F GetSize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTags
void GetTags(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.
GetTextAntialiasMode
D2D1_TEXT_ANTIALIAS_MODE GetTextAntialiasMode()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTextRenderingParams
void GetTextRenderingParams(IDWriteRenderingParams* textRenderingParams)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTransform
void GetTransform(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.
IsSupported
BOOL IsSupported(D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopAxisAlignedClip
void PopAxisAlignedClip()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopLayer
void PopLayer()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushAxisAlignedClip
void 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
void PushLayer(D2D1_LAYER_PARAMETERS* 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.
RestoreDrawingState
void RestoreDrawingState(ID2D1DrawingStateBlock drawingStateBlock)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SaveDrawingState
void SaveDrawingState(ID2D1DrawingStateBlock* drawingStateBlock)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetAntialiasMode
void 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.
SetDpi
void SetDpi(float dpiX, float dpiY)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTags
void 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
void 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
void 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
void 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.

Meta