Vortice.Direct2D1 Describes an elliptical arc between two points. No documentation. D2D1_ARC_SEGMENT D2D1_ARC_SEGMENT Initializes a new instance of the struct. The end point of the arc. The x-radius and y-radius of the arc. A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system. A value that specifies whether the arc sweep is clockwise or counterclockwise. A value that specifies whether the given arc is larger than 180 degrees. No documentation. point point No documentation. size size No documentation. rotationAngle rotationAngle No documentation. sweepDirection sweepDirection No documentation. arcSize arcSize Represents a cubic bezier segment drawn between two points. No documentation. D2D1_BEZIER_SEGMENT D2D1_BEZIER_SEGMENT Initializes a new instance of the struct. The first control point for the Bezier segment. The second control point for the Bezier segment. The end point for the Bezier segment. No documentation. point1 point1 No documentation. point2 point2 No documentation. point3 point3 Describes the extend modes and the interpolation mode of an . No documentation. D2D1_BITMAP_BRUSH_PROPERTIES D2D1_BITMAP_BRUSH_PROPERTIES Initializes a new instance of the struct. A value that describes how the brush horizontally tiles those areas that extend past its bitmap. A value that describes how the brush vertically tiles those areas that extend past its bitmap. A value that specifies how the bitmap is interpolated when it is scaled or rotated. No documentation. extendModeX extendModeX No documentation. extendModeY extendModeY No documentation. interpolationMode interpolationMode Describes the extend modes and the interpolation mode of an . No documentation. D2D1_BITMAP_BRUSH_PROPERTIES1 D2D1_BITMAP_BRUSH_PROPERTIES1 Initializes a new instance of the struct. A value that describes how the brush horizontally tiles those areas that extend past its bitmap. A value that describes how the brush vertically tiles those areas that extend past its bitmap. A value that specifies how the bitmap is interpolated when it is scaled or rotated. No documentation. extendModeX extendModeX No documentation. extendModeY extendModeY No documentation. interpolationMode interpolationMode Describes the pixel format and dpi of a . No documentation. D2D1_BITMAP_PROPERTIES D2D1_BITMAP_PROPERTIES Initializes a new instance of the struct. The pixel format. Initializes a new instance of the struct. The pixel format. The bitmap dpi in the x direction. The bitmap dpi in the y direction. No documentation. pixelFormat pixelFormat No documentation. dpiX dpiX No documentation. dpiY dpiY This structure allows a to be created with bitmap options and color context information available. No documentation. D2D1_BITMAP_PROPERTIES1 D2D1_BITMAP_PROPERTIES1 Initializes a new instance of the struct. The pixel format. Initializes a new instance of the struct. The pixel format. The bitmap dpi in the x direction. The bitmap dpi in the y direction. Initializes a new instance of the struct. The pixel format. The bitmap dpi in the x direction. The bitmap dpi in the y direction. The special creation options of the bitmap. Initializes a new instance of the struct. The pixel format. The bitmap dpi in the x direction. The bitmap dpi in the y direction. The special creation options of the bitmap. The optionally specified color context information. No documentation. pixelFormat pixelFormat No documentation. dpiX dpiX No documentation. dpiY dpiY No documentation. bitmapOptions bitmapOptions No documentation. colorContext colorContext Defines a blend description to be used in a particular blend transform. No documentation. D2D1_BLEND_DESCRIPTION D2D1_BLEND_DESCRIPTION A built-in description with settings for default blend, that is no blend at all. A built-in description with settings for additive blend, that is adding the destination data to the source data without using alpha. A built-in description with settings for alpha blend, that is blending the source and destination data using alpha. A built-in description with settings for blending with non-premultipled alpha, that is blending source and destination data using alpha while assuming the color data contains no alpha information. A built-in description with settings for opaque blend, that is overwriting the source with the destination data. Initializes a new instance of the struct. The source blend. The destination blend. Initializes a new instance of the struct. Specifies the first RGB data source and includes an optional preblend operation. Specifies the second RGB data source and includes an optional preblend operation. The source alpha blend. The destination alpha blend. Initializes a new instance of the struct. Specifies the first RGB data source and includes an optional preblend operation. Specifies the second RGB data source and includes an optional preblend operation. Specifies how to combine the RGB data sources. Specifies the first alpha data source and includes an optional preblend operation. Blend options that end in Color are not allowed. Specifies the second alpha data source and includes an optional preblend operation. Blend options that end in Color are not allowed. Specifies how to combine the alpha data sources. Initializes a new instance of the struct. Specifies the first RGB data source and includes an optional preblend operation. Specifies the second RGB data source and includes an optional preblend operation. Specifies how to combine the RGB data sources. Specifies the first alpha data source and includes an optional preblend operation. Blend options that end in Color are not allowed. Specifies the second alpha data source and includes an optional preblend operation. Blend options that end in Color are not allowed. Specifies how to combine the alpha data sources. Parameters to the blend operations. The blend must use for this to be used. No documentation. sourceBlend sourceBlend No documentation. destinationBlend destinationBlend No documentation. blendOperation blendOperation No documentation. sourceBlendAlpha sourceBlendAlpha No documentation. destinationBlendAlpha destinationBlendAlpha No documentation. blendOperationAlpha blendOperationAlpha No documentation. blendFactor blendFactor Describes the opacity and transformation of a brush. No documentation. D2D1_BRUSH_PROPERTIES D2D1_BRUSH_PROPERTIES Initializes a new instance of the struct. A value between 0.0f and 1.0f, inclusive, that specifies the degree of opacity of the brush. Initializes a new instance of the struct. A value between 0.0f and 1.0f, inclusive, that specifies the degree of opacity of the brush. The transformation that is applied to the brush. No documentation. opacity opacity No documentation. transform transform Defines a vertex shader and the input element description to define the input layout. The combination is used to allow a custom vertex effect to create a custom vertex shader and pass it a custom layout. No documentation. D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES An array of that describe the data types of the input-assembler stage. The vertex stride. Functions Try to create new instance of . The being created. Return the . Try to create new instance of . The type of factory. The being created. Return the . Try to create new instance of . The type of factory. The . The being created. Return the . No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT D2D1CreateFactory([In] D2D1_FACTORY_TYPE factoryType,[In] const GUID& riid,[In, Optional] const D2D1_FACTORY_OPTIONS* pFactoryOptions,[Out] void** ppIFactory) D2D1CreateFactory No documentation. No documentation. No documentation. No documentation. void D2D1MakeRotateMatrix([In] float angle,[In] D2D_POINT_2F center,[Out] D2D_MATRIX_3X2_F* matrix) D2D1MakeRotateMatrix No documentation. No documentation. No documentation. No documentation. No documentation. void D2D1MakeSkewMatrix([In] float angleX,[In] float angleY,[In] D2D_POINT_2F center,[Out] D2D_MATRIX_3X2_F* matrix) D2D1MakeSkewMatrix No documentation. No documentation. No documentation. BOOL D2D1IsMatrixInvertible([In] const D2D_MATRIX_3X2_F* matrix) D2D1IsMatrixInvertible No documentation. No documentation. No documentation. BOOL D2D1InvertMatrix([InOut] D2D_MATRIX_3X2_F* matrix) D2D1InvertMatrix No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT D2D1CreateDevice([In] IDXGIDevice* dxgiDevice,[In, Optional] const D2D1_CREATION_PROPERTIES* creationProperties,[Out] ID2D1Device** d2dDevice) D2D1CreateDevice No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT D2D1CreateDeviceContext([In] IDXGISurface* dxgiSurface,[In, Optional] const D2D1_CREATION_PROPERTIES* creationProperties,[Out] ID2D1DeviceContext** d2dDeviceContext) D2D1CreateDeviceContext No documentation. No documentation. No documentation. No documentation. No documentation. D3DCOLORVALUE D2D1ConvertColorSpace([In] D2D1_COLOR_SPACE sourceColorSpace,[In] D2D1_COLOR_SPACE destinationColorSpace,[In] const D3DCOLORVALUE* color) D2D1ConvertColorSpace No documentation. No documentation. No documentation. No documentation. void D2D1SinCos([In] float angle,[Out] float* s,[Out] float* c) D2D1SinCos No documentation. No documentation. No documentation. float D2D1Tan([In] float angle) D2D1Tan No documentation. No documentation. No documentation. No documentation. No documentation. float D2D1Vec3Length([In] float x,[In] float y,[In] float z) D2D1Vec3Length No documentation. No documentation. No documentation. float D2D1ComputeMaximumScaleFactor([In] const D2D_MATRIX_3X2_F* matrix) D2D1ComputeMaximumScaleFactor No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void D2D1GetGradientMeshInteriorPointsFromCoonsPatch([In] const D2D_POINT_2F* pPoint0,[In] const D2D_POINT_2F* pPoint1,[In] const D2D_POINT_2F* pPoint2,[In] const D2D_POINT_2F* pPoint3,[In] const D2D_POINT_2F* pPoint4,[In] const D2D_POINT_2F* pPoint5,[In] const D2D_POINT_2F* pPoint6,[In] const D2D_POINT_2F* pPoint7,[In] const D2D_POINT_2F* pPoint8,[In] const D2D_POINT_2F* pPoint9,[In] const D2D_POINT_2F* pPoint10,[In] const D2D_POINT_2F* pPoint11,[Out] D2D_POINT_2F* pTensorPoint11,[Out] D2D_POINT_2F* pTensorPoint12,[Out] D2D_POINT_2F* pTensorPoint21,[Out] D2D_POINT_2F* pTensorPoint22) D2D1GetGradientMeshInteriorPointsFromCoonsPatch Contains the center point, x-radius, and y-radius of an ellipse. No documentation. D2D1_ELLIPSE D2D1_ELLIPSE Initializes a new instance of the struct. The center point of the ellipse. The X-radius of the ellipse. The Y-radius of the ellipse. No documentation. point point No documentation. radiusX radiusX No documentation. radiusY radiusY Contains the position and color of a gradient stop. No documentation. D2D1_GRADIENT_STOP D2D1_GRADIENT_STOP Initializes a new instance of the struct. A value that indicates the relative position of the gradient stop in the brush. This value must be in the [0.0f, 1.0f] range if the gradient stop is to be seen explicitly. The color of the gradient stop. Initializes a new instance of the struct. A value that indicates the relative position of the gradient stop in the brush. This value must be in the [0.0f, 1.0f] range if the gradient stop is to be seen explicitly. The color of the gradient stop. No documentation. position position No documentation. color color No documentation. GetSize GetSize No documentation. GetPixelSize GetPixelSize No documentation. GetPixelFormat GetPixelFormat No documentation. No documentation. D2D_SIZE_F ID2D1Bitmap::GetSize() ID2D1Bitmap::GetSize No documentation. No documentation. D2D_SIZE_U ID2D1Bitmap::GetPixelSize() ID2D1Bitmap::GetPixelSize No documentation. No documentation. D2D1_PIXEL_FORMAT ID2D1Bitmap::GetPixelFormat() ID2D1Bitmap::GetPixelFormat No documentation. No documentation. No documentation. void ID2D1Bitmap::GetDpi([Out] float* dpiX,[Out] float* dpiY) ID2D1Bitmap::GetDpi No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect) ID2D1Bitmap::CopyFromBitmap No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Bitmap::CopyFromRenderTarget([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1RenderTarget* renderTarget,[In, Optional] const D2D_RECT_U* srcRect) ID2D1Bitmap::CopyFromRenderTarget No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Bitmap::CopyFromMemory([In, Optional] const D2D_RECT_U* dstRect,[In] const void* srcData,[In] UINT32 pitch) ID2D1Bitmap::CopyFromMemory No documentation. GetColorContext GetColorContext No documentation. GetOptions GetOptions No documentation. No documentation. void ID2D1Bitmap1::GetColorContext([Out, Optional] ID2D1ColorContext** colorContext) ID2D1Bitmap1::GetColorContext No documentation. No documentation. D2D1_BITMAP_OPTIONS ID2D1Bitmap1::GetOptions() ID2D1Bitmap1::GetOptions No documentation. No documentation. HRESULT ID2D1Bitmap1::GetSurface([Out, Optional] IDXGISurface** dxgiSurface) ID2D1Bitmap1::GetSurface No documentation. No documentation. No documentation. HRESULT ID2D1Bitmap1::Map([In] D2D1_MAP_OPTIONS options,[Out] D2D1_MAPPED_RECT* mappedRect) ID2D1Bitmap1::Map No documentation. No documentation. HRESULT ID2D1Bitmap1::Unmap() ID2D1Bitmap1::Unmap No documentation. GetBitmap GetBitmap No documentation. No documentation. No documentation. HRESULT ID2D1BitmapRenderTarget::GetBitmap([Out] ID2D1Bitmap** bitmap) ID2D1BitmapRenderTarget::GetBitmap No documentation. GetDevice GetDevice No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateBitmap([In] D2D_SIZE_U size,[In, Optional] const void* sourceData,[In] UINT32 pitch,[In] const D2D1_BITMAP_PROPERTIES1* bitmapProperties,[Out] ID2D1Bitmap1** bitmap) ID2D1DeviceContext::CreateBitmap No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateBitmapFromWicBitmap([In] IWICBitmapSource* wicBitmapSource,[In, Optional] const D2D1_BITMAP_PROPERTIES1* bitmapProperties,[Out] ID2D1Bitmap1** bitmap) ID2D1DeviceContext::CreateBitmapFromWicBitmap No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateColorContext([In] D2D1_COLOR_SPACE space,[In, Buffer, Optional] const unsigned char* profile,[In] UINT32 profileSize,[Out] ID2D1ColorContext** colorContext) ID2D1DeviceContext::CreateColorContext No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateColorContextFromFilename([In] const wchar_t* filename,[Out] ID2D1ColorContext** colorContext) ID2D1DeviceContext::CreateColorContextFromFilename No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateColorContextFromWicColorContext([In] IWICColorContext* wicColorContext,[Out] ID2D1ColorContext** colorContext) ID2D1DeviceContext::CreateColorContextFromWicColorContext No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateBitmapFromDxgiSurface([In] IDXGISurface* surface,[In, Optional] const D2D1_BITMAP_PROPERTIES1* bitmapProperties,[Out] ID2D1Bitmap1** bitmap) ID2D1DeviceContext::CreateBitmapFromDxgiSurface No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateEffect([In] const GUID& effectId,[Out] ID2D1Effect** effect) ID2D1DeviceContext::CreateEffect No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateGradientStopCollection([In, Buffer] const D2D1_GRADIENT_STOP* straightAlphaGradientStops,[In] UINT32 straightAlphaGradientStopsCount,[In] D2D1_COLOR_SPACE preInterpolationSpace,[In] D2D1_COLOR_SPACE postInterpolationSpace,[In] D2D1_BUFFER_PRECISION bufferPrecision,[In] D2D1_EXTEND_MODE extendMode,[In] D2D1_COLOR_INTERPOLATION_MODE colorInterpolationMode,[Out] ID2D1GradientStopCollection1** gradientStopCollection1) ID2D1DeviceContext::CreateGradientStopCollection No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateImageBrush([In, Optional] ID2D1Image* image,[In] const D2D1_IMAGE_BRUSH_PROPERTIES* imageBrushProperties,[In, Optional] const D2D1_BRUSH_PROPERTIES* brushProperties,[Out] ID2D1ImageBrush** imageBrush) ID2D1DeviceContext::CreateImageBrush No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateBitmapBrush([In, Optional] ID2D1Bitmap* bitmap,[In, Optional] const D2D1_BITMAP_BRUSH_PROPERTIES1* bitmapBrushProperties,[In, Optional] const D2D1_BRUSH_PROPERTIES* brushProperties,[Out] ID2D1BitmapBrush1** bitmapBrush) ID2D1DeviceContext::CreateBitmapBrush No documentation. No documentation. HRESULT ID2D1DeviceContext::CreateCommandList([Out] ID2D1CommandList** commandList) ID2D1DeviceContext::CreateCommandList No documentation. No documentation. No documentation. BOOL ID2D1DeviceContext::IsDxgiFormatSupported([In] DXGI_FORMAT format) ID2D1DeviceContext::IsDxgiFormatSupported No documentation. No documentation. No documentation. BOOL ID2D1DeviceContext::IsBufferPrecisionSupported([In] D2D1_BUFFER_PRECISION bufferPrecision) ID2D1DeviceContext::IsBufferPrecisionSupported No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::GetImageLocalBounds([In] ID2D1Image* image,[Out] D2D_RECT_F* localBounds) ID2D1DeviceContext::GetImageLocalBounds No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::GetImageWorldBounds([In] ID2D1Image* image,[Out] D2D_RECT_F* worldBounds) ID2D1DeviceContext::GetImageWorldBounds No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::GetGlyphRunWorldBounds([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] DWRITE_MEASURING_MODE measuringMode,[Out] D2D_RECT_F* bounds) ID2D1DeviceContext::GetGlyphRunWorldBounds No documentation. No documentation. void ID2D1DeviceContext::GetDevice([Out] ID2D1Device** device) ID2D1DeviceContext::GetDevice No documentation. No documentation. void ID2D1DeviceContext::SetTarget([In, Optional] ID2D1Image* image) ID2D1DeviceContext::SetTarget No documentation. void ID2D1DeviceContext::GetTarget([Out, Optional] ID2D1Image** image) ID2D1DeviceContext::GetTarget No documentation. No documentation. void ID2D1DeviceContext::SetRenderingControls([In] const D2D1_RENDERING_CONTROLS* renderingControls) ID2D1DeviceContext::SetRenderingControls No documentation. void ID2D1DeviceContext::GetRenderingControls([Out] D2D1_RENDERING_CONTROLS* renderingControls) ID2D1DeviceContext::GetRenderingControls No documentation. No documentation. void ID2D1DeviceContext::SetPrimitiveBlend([In] D2D1_PRIMITIVE_BLEND primitiveBlend) ID2D1DeviceContext::SetPrimitiveBlend No documentation. No documentation. D2D1_PRIMITIVE_BLEND ID2D1DeviceContext::GetPrimitiveBlend() ID2D1DeviceContext::GetPrimitiveBlend No documentation. No documentation. void ID2D1DeviceContext::SetUnitMode([In] D2D1_UNIT_MODE unitMode) ID2D1DeviceContext::SetUnitMode No documentation. No documentation. D2D1_UNIT_MODE ID2D1DeviceContext::GetUnitMode() ID2D1DeviceContext::GetUnitMode No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext::DrawGlyphRun([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] const DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription,[In] ID2D1Brush* foregroundBrush,[In] DWRITE_MEASURING_MODE measuringMode) ID2D1DeviceContext::DrawGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext::DrawImage([In] ID2D1Image* image,[In, Optional] const D2D_POINT_2F* targetOffset,[In, Optional] const D2D_RECT_F* imageRectangle,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In] D2D1_COMPOSITE_MODE compositeMode) ID2D1DeviceContext::DrawImage No documentation. No documentation. No documentation. void ID2D1DeviceContext::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_POINT_2F* targetOffset) ID2D1DeviceContext::DrawGdiMetafile No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle,[In, Optional] const D2D_MATRIX_4X4_F* perspectiveTransform) ID2D1DeviceContext::DrawBitmap No documentation. No documentation. No documentation. void ID2D1DeviceContext::PushLayer([In] const D2D1_LAYER_PARAMETERS1* layerParameters,[In, Optional] ID2D1Layer* layer) ID2D1DeviceContext::PushLayer No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::InvalidateEffectInputRectangle([In] ID2D1Effect* effect,[In] UINT32 input,[In] const D2D_RECT_F* inputRectangle) ID2D1DeviceContext::InvalidateEffectInputRectangle No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::GetEffectInvalidRectangleCount([In] ID2D1Effect* effect,[Out] UINT32* rectangleCount) ID2D1DeviceContext::GetEffectInvalidRectangleCount No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::GetEffectInvalidRectangles([In] ID2D1Effect* effect,[Out, Buffer] D2D_RECT_F* rectangles,[In] UINT32 rectanglesCount) ID2D1DeviceContext::GetEffectInvalidRectangles No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext::GetEffectRequiredInputRectangles([In] ID2D1Effect* renderEffect,[In, Optional] const D2D_RECT_F* renderImageRectangle,[In, Buffer] const D2D1_EFFECT_INPUT_DESCRIPTION* inputDescriptions,[Out, Buffer] D2D_RECT_F* requiredInputRects,[In] UINT32 inputCount) ID2D1DeviceContext::GetEffectRequiredInputRectangles No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext::FillOpacityMask([In] ID2D1Bitmap* opacityMask,[In] ID2D1Brush* brush,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle) ID2D1DeviceContext::FillOpacityMask No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DrawInfo::SetPixelShaderConstantBuffer([In, Buffer] const unsigned char* buffer,[In] UINT32 bufferCount) ID2D1DrawInfo::SetPixelShaderConstantBuffer No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DrawInfo::SetResourceTexture([In] UINT32 textureIndex,[In] ID2D1ResourceTexture* resourceTexture) ID2D1DrawInfo::SetResourceTexture No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DrawInfo::SetVertexShaderConstantBuffer([In, Buffer] const unsigned char* buffer,[In] UINT32 bufferCount) ID2D1DrawInfo::SetVertexShaderConstantBuffer No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DrawInfo::SetPixelShader([In] const GUID& shaderId,[In] D2D1_PIXEL_OPTIONS pixelOptions) ID2D1DrawInfo::SetPixelShader No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DrawInfo::SetVertexProcessing([In, Optional] ID2D1VertexBuffer* vertexBuffer,[In] D2D1_VERTEX_OPTIONS vertexOptions,[In, Optional] const D2D1_BLEND_DESCRIPTION* blendDescription,[In, Optional] const D2D1_VERTEX_RANGE* vertexRange,[In, Optional] const GUID* vertexShader) ID2D1DrawInfo::SetVertexProcessing No documentation. No documentation. No documentation. void ID2D1EffectContext::GetDpi([Out] float* dpiX,[Out] float* dpiY) ID2D1EffectContext::GetDpi No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateEffect([In] const GUID& effectId,[Out] ID2D1Effect** effect) ID2D1EffectContext::CreateEffect No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::GetMaximumSupportedFeatureLevel([In, Buffer] const D3D_FEATURE_LEVEL* featureLevels,[In] UINT32 featureLevelsCount,[Out] D3D_FEATURE_LEVEL* maximumSupportedFeatureLevel) ID2D1EffectContext::GetMaximumSupportedFeatureLevel No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateTransformNodeFromEffect([In] ID2D1Effect* effect,[Out] ID2D1TransformNode** transformNode) ID2D1EffectContext::CreateTransformNodeFromEffect No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateBlendTransform([In] UINT32 numInputs,[In, Value] const D2D1_BLEND_DESCRIPTION* blendDescription,[Out] ID2D1BlendTransform** transform) ID2D1EffectContext::CreateBlendTransform No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateBorderTransform([In] D2D1_EXTEND_MODE extendModeX,[In] D2D1_EXTEND_MODE extendModeY,[Out] ID2D1BorderTransform** transform) ID2D1EffectContext::CreateBorderTransform No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateOffsetTransform([In] POINT offset,[Out] ID2D1OffsetTransform** transform) ID2D1EffectContext::CreateOffsetTransform No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateBoundsAdjustmentTransform([In] const RECT* outputRectangle,[Out] ID2D1BoundsAdjustmentTransform** transform) ID2D1EffectContext::CreateBoundsAdjustmentTransform No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::LoadPixelShader([In] const GUID& shaderId,[In, Buffer] const unsigned char* shaderBuffer,[In] UINT32 shaderBufferCount) ID2D1EffectContext::LoadPixelShader No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::LoadVertexShader([In] const GUID& resourceId,[In, Buffer] const unsigned char* shaderBuffer,[In] UINT32 shaderBufferCount) ID2D1EffectContext::LoadVertexShader No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::LoadComputeShader([In] const GUID& resourceId,[In, Buffer] const unsigned char* shaderBuffer,[In] UINT32 shaderBufferCount) ID2D1EffectContext::LoadComputeShader No documentation. No documentation. No documentation. BOOL ID2D1EffectContext::IsShaderLoaded([In] const GUID& shaderId) ID2D1EffectContext::IsShaderLoaded No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateResourceTexture([In, Optional] const GUID* resourceId,[In] const D2D1_RESOURCE_TEXTURE_PROPERTIES* resourceTextureProperties,[In, Buffer, Optional] const unsigned char* data,[In, Buffer, Optional] const UINT32* strides,[In] UINT32 dataSize,[Out] ID2D1ResourceTexture** resourceTexture) ID2D1EffectContext::CreateResourceTexture No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::FindResourceTexture([In] const GUID* resourceId,[Out] ID2D1ResourceTexture** resourceTexture) ID2D1EffectContext::FindResourceTexture No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateVertexBuffer([In] const D2D1_VERTEX_BUFFER_PROPERTIES* vertexBufferProperties,[In, Optional] const GUID* resourceId,[In, Optional] const D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES* customVertexBufferProperties,[Out] ID2D1VertexBuffer** buffer) ID2D1EffectContext::CreateVertexBuffer No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::FindVertexBuffer([In] const GUID* resourceId,[Out] ID2D1VertexBuffer** buffer) ID2D1EffectContext::FindVertexBuffer No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateColorContext([In] D2D1_COLOR_SPACE space,[In, Buffer, Optional] const unsigned char* profile,[In] UINT32 profileSize,[Out] ID2D1ColorContext** colorContext) ID2D1EffectContext::CreateColorContext No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateColorContextFromFilename([In] const wchar_t* filename,[Out] ID2D1ColorContext** colorContext) ID2D1EffectContext::CreateColorContextFromFilename No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CreateColorContextFromWicColorContext([In] IWICColorContext* wicColorContext,[Out] ID2D1ColorContext** colorContext) ID2D1EffectContext::CreateColorContextFromWicColorContext No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext::CheckFeatureSupport([In] D2D1_FEATURE feature,[Out, Buffer] void* featureSupportData,[In] UINT32 featureSupportDataSize) ID2D1EffectContext::CheckFeatureSupport No documentation. No documentation. No documentation. BOOL ID2D1EffectContext::IsBufferPrecisionSupported([In] D2D1_BUFFER_PRECISION bufferPrecision) ID2D1EffectContext::IsBufferPrecisionSupported No documentation. No documentation. HRESULT ID2D1Factory::ReloadSystemMetrics() ID2D1Factory::ReloadSystemMetrics No documentation. No documentation. No documentation. void ID2D1Factory::GetDesktopDpi([Out] float* dpiX,[Out] float* dpiY) ID2D1Factory::GetDesktopDpi No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateRectangleGeometry([In] const D2D_RECT_F* rectangle,[Out] ID2D1RectangleGeometry** rectangleGeometry) ID2D1Factory::CreateRectangleGeometry No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateRoundedRectangleGeometry([In, Value] const D2D1_ROUNDED_RECT* roundedRectangle,[Out] ID2D1RoundedRectangleGeometry** roundedRectangleGeometry) ID2D1Factory::CreateRoundedRectangleGeometry No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateEllipseGeometry([In] const D2D1_ELLIPSE* ellipse,[Out] ID2D1EllipseGeometry** ellipseGeometry) ID2D1Factory::CreateEllipseGeometry No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateGeometryGroup([In] D2D1_FILL_MODE fillMode,[In, Buffer] ID2D1Geometry** geometries,[In] UINT32 geometriesCount,[Out] ID2D1GeometryGroup** geometryGroup) ID2D1Factory::CreateGeometryGroup No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateTransformedGeometry([In] ID2D1Geometry* sourceGeometry,[In] const D2D_MATRIX_3X2_F* transform,[Out] ID2D1TransformedGeometry** transformedGeometry) ID2D1Factory::CreateTransformedGeometry No documentation. No documentation. HRESULT ID2D1Factory::CreatePathGeometry([Out] ID2D1PathGeometry** pathGeometry) ID2D1Factory::CreatePathGeometry No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateStrokeStyle([In] const D2D1_STROKE_STYLE_PROPERTIES* strokeStyleProperties,[In, Buffer, Optional] const float* dashes,[In] UINT32 dashesCount,[Out] ID2D1StrokeStyle** strokeStyle) ID2D1Factory::CreateStrokeStyle No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateDrawingStateBlock([In, Optional] const D2D1_DRAWING_STATE_DESCRIPTION* drawingStateDescription,[In, Optional] IDWriteRenderingParams* textRenderingParams,[Out] ID2D1DrawingStateBlock** drawingStateBlock) ID2D1Factory::CreateDrawingStateBlock No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateWicBitmapRenderTarget([In] IWICBitmap* target,[In, Value] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties,[Out] ID2D1RenderTarget** renderTarget) ID2D1Factory::CreateWicBitmapRenderTarget No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateHwndRenderTarget([In, Value] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties,[In, Value] const D2D1_HWND_RENDER_TARGET_PROPERTIES* hwndRenderTargetProperties,[Out] ID2D1HwndRenderTarget** hwndRenderTarget) ID2D1Factory::CreateHwndRenderTarget No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateDxgiSurfaceRenderTarget([In] IDXGISurface* dxgiSurface,[In, Value] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties,[Out] ID2D1RenderTarget** renderTarget) ID2D1Factory::CreateDxgiSurfaceRenderTarget No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateDCRenderTarget([In, Value] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties,[Out] ID2D1DCRenderTarget** dcRenderTarget) ID2D1Factory::CreateDCRenderTarget No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateGeometryGroup([In] D2D1_FILL_MODE fillMode,[In, Buffer] ID2D1Geometry** geometries,[In] UINT32 geometriesCount,[Out] ID2D1GeometryGroup** geometryGroup) ID2D1Factory::CreateGeometryGroup No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory::CreateGeometryGroup([In] D2D1_FILL_MODE fillMode,[In, Buffer] ID2D1Geometry** geometries,[In] UINT32 geometriesCount,[Out] ID2D1GeometryGroup** geometryGroup) ID2D1Factory::CreateGeometryGroup No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out] ID2D1Device** d2dDevice) ID2D1Factory1::CreateDevice No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::CreateStrokeStyle([In] const D2D1_STROKE_STYLE_PROPERTIES1* strokeStyleProperties,[In, Buffer, Optional] const float* dashes,[In] UINT32 dashesCount,[Out] ID2D1StrokeStyle1** strokeStyle) ID2D1Factory1::CreateStrokeStyle No documentation. No documentation. HRESULT ID2D1Factory1::CreatePathGeometry([Out] ID2D1PathGeometry1** pathGeometry) ID2D1Factory1::CreatePathGeometry No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::CreateDrawingStateBlock([In, Optional] const D2D1_DRAWING_STATE_DESCRIPTION1* drawingStateDescription,[In, Optional] IDWriteRenderingParams* textRenderingParams,[Out] ID2D1DrawingStateBlock1** drawingStateBlock) ID2D1Factory1::CreateDrawingStateBlock No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::CreateGdiMetafile([In] IStream* metafileStream,[Out] ID2D1GdiMetafile** metafile) ID2D1Factory1::CreateGdiMetafile No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::RegisterEffectFromStream([In] const GUID& classId,[In] IStream* propertyXml,[In, Buffer, Optional] const D2D1_PROPERTY_BINDING* bindings,[In] UINT32 bindingsCount,[In] const __function__stdcall* effectFactory) ID2D1Factory1::RegisterEffectFromStream No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::RegisterEffectFromString([In] const GUID& classId,[In] const wchar_t* propertyXml,[In, Buffer, Optional] const D2D1_PROPERTY_BINDING* bindings,[In] UINT32 bindingsCount,[In] const __function__stdcall* effectFactory) ID2D1Factory1::RegisterEffectFromString No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::UnregisterEffect([In] const GUID& classId) ID2D1Factory1::UnregisterEffect No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::GetRegisteredEffects([Out, Buffer, Optional] GUID* effects,[In] UINT32 effectsCount,[Out, Optional] UINT32* effectsReturned,[Out, Optional] UINT32* effectsRegistered) ID2D1Factory1::GetRegisteredEffects No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory1::GetEffectProperties([In] const GUID& effectId,[Out] ID2D1Properties** properties) ID2D1Factory1::GetEffectProperties No documentation. GetFillMode GetFillMode No documentation. GetSourceGeometryCount GetSourceGeometryCount No documentation. No documentation. D2D1_FILL_MODE ID2D1GeometryGroup::GetFillMode() ID2D1GeometryGroup::GetFillMode No documentation. No documentation. UINT32 ID2D1GeometryGroup::GetSourceGeometryCount() ID2D1GeometryGroup::GetSourceGeometryCount No documentation. No documentation. No documentation. void ID2D1GeometryGroup::GetSourceGeometries([Out, Buffer] ID2D1Geometry** geometries,[In] UINT32 geometriesCount) ID2D1GeometryGroup::GetSourceGeometries Creates a line segment between the current point and the specified end point and adds it to the geometry sink. The end point of the line to draw. Creates a cubic Bezier curve between the current point and the specified endpoint. A structure that describes the control points and endpoint of the Bezier curve to add. Creates a quadratic Bezier curve between the current point and the specified endpoint. A structure that describes the control point and the endpoint of the quadratic Bezier curve to add. void AddQuadraticBezier([In] const D2D1_QUADRATIC_BEZIER_SEGMENT* bezier) Adds a sequence of quadratic Bezier segments as an array in a single call. An array of a sequence of quadratic Bezier segments. Adds a single arc to the path geometry. The arc segment to add to the figure. No documentation. No documentation. void ID2D1GeometrySink::AddLine([In] D2D_POINT_2F point) ID2D1GeometrySink::AddLine No documentation. No documentation. void ID2D1GeometrySink::AddBezier([In] const D2D1_BEZIER_SEGMENT* bezier) ID2D1GeometrySink::AddBezier No documentation. No documentation. void ID2D1GeometrySink::AddQuadraticBezier([In] const D2D1_QUADRATIC_BEZIER_SEGMENT* bezier) ID2D1GeometrySink::AddQuadraticBezier No documentation. No documentation. No documentation. void ID2D1GeometrySink::AddQuadraticBeziers([In, Buffer] const D2D1_QUADRATIC_BEZIER_SEGMENT* beziers,[In] UINT32 beziersCount) ID2D1GeometrySink::AddQuadraticBeziers No documentation. No documentation. void ID2D1GeometrySink::AddArc([In] const D2D1_ARC_SEGMENT* arc) ID2D1GeometrySink::AddArc Get a native callback pointer from a managed callback. The geometry sink. A pointer to the unmanaged geometry sink counterpart No documentation. GetPropertyCount GetPropertyCount No documentation. No documentation. UINT32 ID2D1Properties::GetPropertyCount() ID2D1Properties::GetPropertyCount No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Properties::GetPropertyName([In] UINT32 index,[Out, Buffer] wchar_t* name,[In] UINT32 nameCount) ID2D1Properties::GetPropertyName No documentation. No documentation. No documentation. UINT32 ID2D1Properties::GetPropertyNameLength([In] UINT32 index) ID2D1Properties::GetPropertyNameLength No documentation. No documentation. No documentation. D2D1_PROPERTY_TYPE ID2D1Properties::GetType([In] UINT32 index) ID2D1Properties::GetType No documentation. No documentation. No documentation. UINT32 ID2D1Properties::GetPropertyIndex([In] const wchar_t* name) ID2D1Properties::GetPropertyIndex No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Properties::SetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const unsigned char* data,[In] UINT32 dataSize) ID2D1Properties::SetValueByName No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Properties::SetValue([In] UINT32 index,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const unsigned char* data,[In] UINT32 dataSize) ID2D1Properties::SetValue No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Properties::GetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] unsigned char* data,[In] UINT32 dataSize) ID2D1Properties::GetValueByName No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Properties::GetValue([In] UINT32 index,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] unsigned char* data,[In] UINT32 dataSize) ID2D1Properties::GetValue No documentation. No documentation. No documentation. UINT32 ID2D1Properties::GetValueSize([In] UINT32 index) ID2D1Properties::GetValueSize No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Properties::GetSubProperties([In] UINT32 index,[Out, Optional] ID2D1Properties** subProperties) ID2D1Properties::GetSubProperties Draws the specified bitmap. The to render. Draws the specified bitmap with given opacity and interpolation mode. The to render. A value between 0.0f and 1.0f, inclusive, that specifies an opacity value to apply to the bitmap; this value is multiplied against the alpha values of the bitmap's contents. The default value is 1.0f. The interpolation mode to use if the bitmap is scaled or rotated by the drawing operation. The default value is . Draws the specified bitmap after scaling it to the size of the specified rectangle. The to render. A value between 0.0f and 1.0f, inclusive, that specifies an opacity value to apply to the bitmap; this value is multiplied against the alpha values of the bitmap's contents. The default value is 1.0f. The interpolation mode to use if the bitmap is scaled or rotated by the drawing operation. The default value is . The size and position, in device-independent pixels in the bitmap's coordinate space, of the area within the bitmap to be drawn; NULL to draw the entire bitmap. Draws the outline of the specified ellipse using the specified brush. The position and radius of the ellipse to draw, in device-independent pixels. The brush used to paint the ellipse's outline. Draws the outline of the specified ellipse using the brush and stroke width. The position and radius of the ellipse to draw, in device-independent pixels. The brush used to paint the ellipse's outline. The thickness of the ellipse's stroke. The stroke is centered on the ellipse's outline. Draws the outline of the specified geometry. The to draw. The brush used to paint the geometry's stroke. Draws the outline of the specified geometry with given brush. The to draw. The used to paint the geometry's stroke. The thickness of the geometry's stroke. The stroke is centered on the geometry's outline. Draws a line between the specified points using given brush. The start point of the line, in device-independent pixels. The end point of the line, in device-independent pixels. The used to paint the line's stroke. Draws a line between the specified points using given brush and stroke width. The start point of the line, in device-independent pixels. The end point of the line, in device-independent pixels. The brush used to paint the line's stroke. A value greater than or equal to 0.0f that specifies the width of the stroke. If this parameter isn't specified, it defaults to 1.0f. The stroke is centered on the line. Draws the outline of a rectangle that has the specified dimensions. The dimensions of the rectangle to draw, in device-independent pixels. The used to paint the rectangle's stroke. Draws the outline of a rectangle that has the specified dimensions and stroke style. The dimensions of the rectangle to draw, in device-independent pixels. The used to paint the rectangle's stroke. A value greater than or equal to 0.0f that specifies the width of the rectangle's stroke. The stroke is centered on the rectangle's outline. Draws the outline of a rectangle that has the specified dimensions. The dimensions of the rectangle to draw, in device-independent pixels. The used to paint the rectangle's stroke. Draws the outline of a rectangle that has the specified dimensions and stroke style. The dimensions of the rectangle to draw, in device-independent pixels. The used to paint the rectangle's stroke. A value greater than or equal to 0.0f that specifies the width of the rectangle's stroke. The stroke is centered on the rectangle's outline. Draws the outline of the specified rounded rectangle. The dimensions of the rounded rectangle to draw, in device-independent pixels. The used to paint the rounded rectangle's outline. Draws the outline of the specified rounded rectangle. The dimensions of the rounded rectangle to draw, in device-independent pixels. The used to paint the rounded rectangle's outline. The width of the rounded rectangle's stroke. The stroke is centered on the rounded rectangle's outline. The default value is 1.0f. Draws the outline of the specified rounded rectangle using the specified stroke style. The dimensions of the rounded rectangle to draw, in device-independent pixels. The brush used to paint the rounded rectangle's outline. The width of the rounded rectangle's stroke. The stroke is centered on the rounded rectangle's outline. The default value is 1.0f. The style of the rounded rectangle's stroke, or NULL to paint a solid stroke. The default value is NULL. Draws the specified text using the format information provided by an object. To create an object, create an and call its CreateTextFormat method. A reference to an array of Unicode characters to draw. An object that describes formatting details of the text to draw, such as the font, the font size, and flow direction. The size and position of the area in which the text is drawn. The brush used to paint the text. Draws the specified text using the format information provided by an object. To create an object, create an and call its CreateTextFormat method. A reference to an array of Unicode characters to draw. An object that describes formatting details of the text to draw, such as the font, the font size, and flow direction. The size and position of the area in which the text is drawn. The brush used to paint the text. A value that indicates whether the text should be snapped to pixel boundaries and whether the text should be clipped to the layout rectangle. The default value is , which indicates that text should be snapped to pixel boundaries and it should not be clipped to the layout rectangle. Draws the specified text using the format information provided by an object. To create an object, create an and call its CreateTextFormat method. A reference to an array of Unicode characters to draw. An object that describes formatting details of the text to draw, such as the font, the font size, and flow direction. The size and position of the area in which the text is drawn. The brush used to paint the text. A value that indicates whether the text should be snapped to pixel boundaries and whether the text should be clipped to the layout rectangle. The default value is , which indicates that text should be snapped to pixel boundaries and it should not be clipped to the layout rectangle. A value that indicates how glyph metrics are used to measure text when it is formatted. The default value is DWRITE_MEASURING_MODE_NATURAL. Draws the formatted text described by the specified object. The point, described in device-independent pixels, at which the upper-left corner of the text described by textLayout is drawn. The formatted text to draw. Any drawing effects that do not inherit from are ignored. If there are drawing effects that inherit from that are not brushes, this method fails and the render target is put in an error state. The used to paint any text in textLayout that does not already have a brush associated with it as a drawing effect (specified by the method). No documentation. GetTransform / SetTransform GetTransform No documentation. GetAntialiasMode / SetAntialiasMode GetAntialiasMode No documentation. GetTextAntialiasMode / SetTextAntialiasMode GetTextAntialiasMode No documentation. GetTextRenderingParams / SetTextRenderingParams GetTextRenderingParams No documentation. GetPixelFormat GetPixelFormat No documentation. GetSize GetSize No documentation. GetPixelSize GetPixelSize No documentation. GetMaximumBitmapSize GetMaximumBitmapSize No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateBitmap([In] D2D_SIZE_U size,[In, Optional] const void* srcData,[In] UINT32 pitch,[In] const D2D1_BITMAP_PROPERTIES* bitmapProperties,[Out] ID2D1Bitmap** bitmap) ID2D1RenderTarget::CreateBitmap No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateBitmapFromWicBitmap([In] IWICBitmapSource* wicBitmapSource,[In, Optional] const D2D1_BITMAP_PROPERTIES* bitmapProperties,[Out] ID2D1Bitmap** bitmap) ID2D1RenderTarget::CreateBitmapFromWicBitmap No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateSharedBitmap([In] const GUID& riid,[In] void* data,[In, Optional] const D2D1_BITMAP_PROPERTIES* bitmapProperties,[Out] ID2D1Bitmap** bitmap) ID2D1RenderTarget::CreateSharedBitmap No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateBitmapBrush([In, Optional] ID2D1Bitmap* bitmap,[In, Optional] const D2D1_BITMAP_BRUSH_PROPERTIES* bitmapBrushProperties,[In, Optional] const D2D1_BRUSH_PROPERTIES* brushProperties,[Out] ID2D1BitmapBrush** bitmapBrush) ID2D1RenderTarget::CreateBitmapBrush No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateSolidColorBrush([In] const D3DCOLORVALUE* color,[In, Optional] const D2D1_BRUSH_PROPERTIES* brushProperties,[Out] ID2D1SolidColorBrush** solidColorBrush) ID2D1RenderTarget::CreateSolidColorBrush No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateGradientStopCollection([In, Buffer] const D2D1_GRADIENT_STOP* gradientStops,[In] UINT32 gradientStopsCount,[In] D2D1_GAMMA colorInterpolationGamma,[In] D2D1_EXTEND_MODE extendMode,[Out] ID2D1GradientStopCollection** gradientStopCollection) ID2D1RenderTarget::CreateGradientStopCollection No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateLinearGradientBrush([In] const D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES* linearGradientBrushProperties,[In, Optional] const D2D1_BRUSH_PROPERTIES* brushProperties,[In] ID2D1GradientStopCollection* gradientStopCollection,[Out] ID2D1LinearGradientBrush** linearGradientBrush) ID2D1RenderTarget::CreateLinearGradientBrush No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateRadialGradientBrush([In] const D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES* radialGradientBrushProperties,[In, Optional] const D2D1_BRUSH_PROPERTIES* brushProperties,[In] ID2D1GradientStopCollection* gradientStopCollection,[Out] ID2D1RadialGradientBrush** radialGradientBrush) ID2D1RenderTarget::CreateRadialGradientBrush No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateCompatibleRenderTarget([In, Optional] const D2D_SIZE_F* desiredSize,[In, Optional] const D2D_SIZE_U* desiredPixelSize,[In, Optional] const D2D1_PIXEL_FORMAT* desiredFormat,[In] D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS options,[Out] ID2D1BitmapRenderTarget** bitmapRenderTarget) ID2D1RenderTarget::CreateCompatibleRenderTarget No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateLayer([In, Optional] const D2D_SIZE_F* size,[Out] ID2D1Layer** layer) ID2D1RenderTarget::CreateLayer No documentation. No documentation. HRESULT ID2D1RenderTarget::CreateMesh([Out] ID2D1Mesh** mesh) ID2D1RenderTarget::CreateMesh No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawLine([In] D2D_POINT_2F point0,[In] D2D_POINT_2F point1,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1RenderTarget::DrawLine No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawRectangle([In] const D2D_RECT_F* rect,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1RenderTarget::DrawRectangle No documentation. No documentation. No documentation. void ID2D1RenderTarget::FillRectangle([In] const D2D_RECT_F* rect,[In] ID2D1Brush* brush) ID2D1RenderTarget::FillRectangle No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawRoundedRectangle([In] const D2D1_ROUNDED_RECT* roundedRect,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1RenderTarget::DrawRoundedRectangle No documentation. No documentation. No documentation. void ID2D1RenderTarget::FillRoundedRectangle([In] const D2D1_ROUNDED_RECT* roundedRect,[In] ID2D1Brush* brush) ID2D1RenderTarget::FillRoundedRectangle No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawEllipse([In] const D2D1_ELLIPSE* ellipse,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1RenderTarget::DrawEllipse No documentation. No documentation. No documentation. void ID2D1RenderTarget::FillEllipse([In] const D2D1_ELLIPSE* ellipse,[In] ID2D1Brush* brush) ID2D1RenderTarget::FillEllipse No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawGeometry([In] ID2D1Geometry* geometry,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1RenderTarget::DrawGeometry No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::FillGeometry([In] ID2D1Geometry* geometry,[In] ID2D1Brush* brush,[In, Optional] ID2D1Brush* opacityBrush) ID2D1RenderTarget::FillGeometry No documentation. No documentation. No documentation. void ID2D1RenderTarget::FillMesh([In] ID2D1Mesh* mesh,[In] ID2D1Brush* brush) ID2D1RenderTarget::FillMesh No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::FillOpacityMask([In] ID2D1Bitmap* opacityMask,[In] ID2D1Brush* brush,[In] D2D1_OPACITY_MASK_CONTENT content,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle) ID2D1RenderTarget::FillOpacityMask No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle) ID2D1RenderTarget::DrawBitmap No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawTextW([In, Buffer] const wchar_t* string,[In] UINT32 stringLength,[In] IDWriteTextFormat* textFormat,[In] const D2D_RECT_F* layoutRect,[In] ID2D1Brush* defaultFillBrush,[In] D2D1_DRAW_TEXT_OPTIONS options,[In] DWRITE_MEASURING_MODE measuringMode) ID2D1RenderTarget::DrawTextW No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawTextLayout([In] D2D_POINT_2F origin,[In] IDWriteTextLayout* textLayout,[In] ID2D1Brush* defaultFillBrush,[In] D2D1_DRAW_TEXT_OPTIONS options) ID2D1RenderTarget::DrawTextLayout No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1RenderTarget::DrawGlyphRun([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] ID2D1Brush* foregroundBrush,[In] DWRITE_MEASURING_MODE measuringMode) ID2D1RenderTarget::DrawGlyphRun No documentation. No documentation. void ID2D1RenderTarget::SetTransform([In] const D2D_MATRIX_3X2_F* transform) ID2D1RenderTarget::SetTransform No documentation. No documentation. void ID2D1RenderTarget::GetTransform([Out] D2D_MATRIX_3X2_F* transform) ID2D1RenderTarget::GetTransform No documentation. No documentation. void ID2D1RenderTarget::SetAntialiasMode([In] D2D1_ANTIALIAS_MODE antialiasMode) ID2D1RenderTarget::SetAntialiasMode No documentation. No documentation. D2D1_ANTIALIAS_MODE ID2D1RenderTarget::GetAntialiasMode() ID2D1RenderTarget::GetAntialiasMode No documentation. No documentation. void ID2D1RenderTarget::SetTextAntialiasMode([In] D2D1_TEXT_ANTIALIAS_MODE textAntialiasMode) ID2D1RenderTarget::SetTextAntialiasMode No documentation. No documentation. D2D1_TEXT_ANTIALIAS_MODE ID2D1RenderTarget::GetTextAntialiasMode() ID2D1RenderTarget::GetTextAntialiasMode No documentation. No documentation. void ID2D1RenderTarget::SetTextRenderingParams([In, Optional] IDWriteRenderingParams* textRenderingParams) ID2D1RenderTarget::SetTextRenderingParams No documentation. No documentation. void ID2D1RenderTarget::GetTextRenderingParams([Out, Optional] IDWriteRenderingParams** textRenderingParams) ID2D1RenderTarget::GetTextRenderingParams No documentation. No documentation. No documentation. void ID2D1RenderTarget::SetTags([In] unsigned longlong tag1,[In] unsigned longlong tag2) ID2D1RenderTarget::SetTags No documentation. No documentation. No documentation. void ID2D1RenderTarget::GetTags([Out, Optional] unsigned longlong* tag1,[Out, Optional] unsigned longlong* tag2) ID2D1RenderTarget::GetTags No documentation. No documentation. No documentation. void ID2D1RenderTarget::PushLayer([In] const D2D1_LAYER_PARAMETERS* layerParameters,[In, Optional] ID2D1Layer* layer) ID2D1RenderTarget::PushLayer No documentation. void ID2D1RenderTarget::PopLayer() ID2D1RenderTarget::PopLayer No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::Flush([Out, Optional] unsigned longlong* tag1,[Out, Optional] unsigned longlong* tag2) ID2D1RenderTarget::Flush No documentation. No documentation. void ID2D1RenderTarget::SaveDrawingState([InOut] ID2D1DrawingStateBlock* drawingStateBlock) ID2D1RenderTarget::SaveDrawingState No documentation. No documentation. void ID2D1RenderTarget::RestoreDrawingState([In] ID2D1DrawingStateBlock* drawingStateBlock) ID2D1RenderTarget::RestoreDrawingState No documentation. No documentation. No documentation. void ID2D1RenderTarget::PushAxisAlignedClip([In] const D2D_RECT_F* clipRect,[In] D2D1_ANTIALIAS_MODE antialiasMode) ID2D1RenderTarget::PushAxisAlignedClip No documentation. void ID2D1RenderTarget::PopAxisAlignedClip() ID2D1RenderTarget::PopAxisAlignedClip No documentation. No documentation. void ID2D1RenderTarget::Clear([In, Optional] const D3DCOLORVALUE* clearColor) ID2D1RenderTarget::Clear No documentation. void ID2D1RenderTarget::BeginDraw() ID2D1RenderTarget::BeginDraw No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderTarget::EndDraw([Out, Optional] unsigned longlong* tag1,[Out, Optional] unsigned longlong* tag2) ID2D1RenderTarget::EndDraw No documentation. No documentation. D2D1_PIXEL_FORMAT ID2D1RenderTarget::GetPixelFormat() ID2D1RenderTarget::GetPixelFormat No documentation. No documentation. No documentation. void ID2D1RenderTarget::SetDpi([In] float dpiX,[In] float dpiY) ID2D1RenderTarget::SetDpi No documentation. No documentation. No documentation. void ID2D1RenderTarget::GetDpi([Out] float* dpiX,[Out] float* dpiY) ID2D1RenderTarget::GetDpi No documentation. No documentation. D2D_SIZE_F ID2D1RenderTarget::GetSize() ID2D1RenderTarget::GetSize No documentation. No documentation. D2D_SIZE_U ID2D1RenderTarget::GetPixelSize() ID2D1RenderTarget::GetPixelSize No documentation. No documentation. UINT32 ID2D1RenderTarget::GetMaximumBitmapSize() ID2D1RenderTarget::GetMaximumBitmapSize No documentation. No documentation. No documentation. BOOL ID2D1RenderTarget::IsSupported([In] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties) ID2D1RenderTarget::IsSupported Specifies the method used to determine which points are inside the geometry described by this geometry sink and which points are outside. The fill mode defaults to D2D1_FILL_MODE_ALTERNATE. To set the fill mode, call SetFillMode before the first call to {{BeginFigure}}. Not doing will put the geometry sink in an error state. The method used to determine whether a given point is part of the geometry. Specifies stroke and join options to be applied to new segments added to the geometry sink. After this method is called, the specified segment flags are applied to each segment subsequently added to the sink. The segment flags are applied to every additional segment until this method is called again and a different set of segment flags is specified. Stroke and join options to be applied to new segments added to the geometry sink. Starts a new figure at the specified point. If this method is called while a figure is currently in progress, the interface is invalidated and all future methods will fail. The point at which to begin the new figure. Whether the new figure should be hollow or filled. Creates a sequence of lines using the specified points and adds them to the geometry sink. A pointer to an array of one or more points that describe the lines to draw. A line is drawn from the geometry sink's current point (the end point of the last segment drawn or the location specified by {{BeginFigure}}) to the first point in the array. if the array contains additional points, a line is drawn from the first point to the second point in the array, from the second point to the third point, and so on. Creates a sequence of cubic Bezier curves and adds them to the geometry sink. A pointer to an array of Bezier segments that describes the Bezier curves to create. A curve is drawn from the geometry sink's current point (the end point of the last segment drawn or the location specified by {{BeginFigure}}) to the end point of the first Bezier segment in the array. if the array contains additional Bezier segments, each subsequent Bezier segment uses the end point of the preceding Bezier segment as its start point. Ends the current figure; optionally, closes it. Calling this method without a matching call to {{BeginFigure}} places the geometry sink in an error state; subsequent calls are ignored, and the overall failure will be returned when the {{Close}} method is called. A value that indicates whether the current figure is closed. If the figure is closed, a line is drawn between the current point and the start point specified by {{BeginFigure}}. void EndFigure([None] D2D1_FIGURE_END figureEnd) Closes the geometry sink, indicates whether it is in an error state, and resets the sink's error state. Do not close the geometry sink while a figure is still in progress; doing so puts the geometry sink in an error state. For the close operation to be successful, there must be one {{EndFigure}} call for each call to {{BeginFigure}}.After calling this method, the geometry sink might not be usable. Direct2D implementations of this interface do not allow the geometry sink to be modified after it is closed, but other implementations might not impose this restriction. No documentation. SetFillMode SetFillMode No documentation. SetSegmentFlags SetSegmentFlags No documentation. No documentation. void ID2D1SimplifiedGeometrySink::SetFillMode([In] D2D1_FILL_MODE fillMode) ID2D1SimplifiedGeometrySink::SetFillMode No documentation. No documentation. void ID2D1SimplifiedGeometrySink::SetSegmentFlags([In] D2D1_PATH_SEGMENT vertexFlags) ID2D1SimplifiedGeometrySink::SetSegmentFlags No documentation. No documentation. No documentation. void ID2D1SimplifiedGeometrySink::BeginFigure([In] D2D_POINT_2F startPoint,[In] D2D1_FIGURE_BEGIN figureBegin) ID2D1SimplifiedGeometrySink::BeginFigure No documentation. No documentation. No documentation. void ID2D1SimplifiedGeometrySink::AddLines([In, Buffer] const D2D_POINT_2F* points,[In] UINT32 pointsCount) ID2D1SimplifiedGeometrySink::AddLines No documentation. No documentation. No documentation. void ID2D1SimplifiedGeometrySink::AddBeziers([In, Buffer] const D2D1_BEZIER_SEGMENT* beziers,[In] UINT32 beziersCount) ID2D1SimplifiedGeometrySink::AddBeziers No documentation. No documentation. void ID2D1SimplifiedGeometrySink::EndFigure([In] D2D1_FIGURE_END figureEnd) ID2D1SimplifiedGeometrySink::EndFigure No documentation. No documentation. HRESULT ID2D1SimplifiedGeometrySink::Close() ID2D1SimplifiedGeometrySink::Close Return a pointer to the unmanaged version of this callback. The callback. A pointer to a shadow c++ callback No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Transform::MapOutputRectToInputRects([In] const RECT* outputRect,[Out, Buffer] RECT* inputRects,[In] UINT32 inputRectsCount) ID2D1Transform::MapOutputRectToInputRects No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Transform::MapInputRectsToOutputRect([In, Buffer] const RECT* inputRects,[In, Buffer] const RECT* inputOpaqueSubRects,[In] UINT32 inputRectCount,[Out] RECT* outputRect,[Out] RECT* outputOpaqueSubRect) ID2D1Transform::MapInputRectsToOutputRect No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Transform::MapInvalidRect([In] UINT32 inputIndex,[In] RECT invalidInputRect,[Out] RECT* invalidOutputRect) ID2D1Transform::MapInvalidRect Describes image brush features. No documentation. D2D1_IMAGE_BRUSH_PROPERTIES D2D1_IMAGE_BRUSH_PROPERTIES Initializes a new instance of the struct. The source rectangle in the image space from which the image will be tiled or interpolated. The extend mode in the image x-axis. The extend mode in the image y-axis. The interpolation mode to use when scaling the image brush. No documentation. sourceRectangle sourceRectangle No documentation. extendModeX extendModeX No documentation. extendModeY extendModeY No documentation. interpolationMode interpolationMode Describes a single element for the input-assembler stage of the graphics pipeline. No documentation. D2D1_INPUT_ELEMENT_DESC D2D1_INPUT_ELEMENT_DESC Initializes a new instance of the struct. The HLSL semantic associated with this element in a shader input-signature. The semantic index for the element. A semantic index modifies a semantic, with an integer index number. A semantic index is only needed in a case where there is more than one element with the same semantic. The value that specifies the format of the element data. The input-assembler slot. Offset, in bytes, between each element. Use (0xffffffff) for convenience to define the current element directly after the previous one, including any packing if necessary. Initializes a new instance of the struct. The HLSL semantic associated with this element in a shader input-signature. The semantic index for the element. A semantic index modifies a semantic, with an integer index number. A semantic index is only needed in a case where there is more than one element with the same semantic. The value that specifies the format of the element data. The input-assembler slot. Determines whether the specified is equal to this instance. The to compare with this instance. Determines whether the specified is equal to this instance. The to compare with this instance. Compares two objects for equality. The on the left hand of the operand. The on the right hand of the operand. True if the current left is equal to the parameter; otherwise, false. Compares two objects for inequality. The on the left hand of the operand. The on the right hand of the operand. True if the current left is unequal to the parameter; otherwise, false. No documentation. semanticName semanticName No documentation. semanticIndex semanticIndex No documentation. format format No documentation. inputSlot inputSlot No documentation. alignedByteOffset alignedByteOffset Contains the starting point and endpoint of the gradient axis for an . No documentation. D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES Initializes a new instance of the struct. In the brush's coordinate space, the starting point of the gradient axis. In the brush's coordinate space, the endpoint of the gradient axis. No documentation. startPoint startPoint No documentation. endPoint endPoint No documentation. D2D1_PIXEL_FORMAT D2D1_PIXEL_FORMAT An unkown with to and to . Initializes a new instance of the struct. The to use. A value that specifies whether the alpha channel is using pre-multiplied alpha, straight alpha, whether it should be ignored and considered opaque, or whether it is unknown. No documentation. format format No documentation. alphaMode alphaMode Contains the gradient origin offset and the size and position of the gradient ellipse for an . No documentation. D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES Initializes a new instance of the struct. In the brush's coordinate space, the center of the gradient ellipse. In the brush's coordinate space, the offset of the gradient origin relative to the gradient ellipse's center. In the brush's coordinate space, the x-radius of the gradient ellipse. In the brush's coordinate space, the y-radius of the gradient ellipse. No documentation. center center No documentation. gradientOriginOffset gradientOriginOffset No documentation. radiusX radiusX No documentation. radiusY radiusY No documentation. D2D1_RENDER_TARGET_PROPERTIES D2D1_RENDER_TARGET_PROPERTIES Initializes a new instance of the struct. The pixel format and alpha mode of the render target. Initializes a new instance of the struct. No documentation. type type No documentation. pixelFormat pixelFormat No documentation. dpiX dpiX No documentation. dpiY dpiY No documentation. usage usage No documentation. minLevel minLevel Contains the dimensions and corner radii of a rounded rectangle. No documentation. D2D1_ROUNDED_RECT D2D1_ROUNDED_RECT Initializes a new instance of the struct. The coordinates of the rectangle. The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle. The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle. Initializes a new instance of the struct. The coordinates of the rectangle. The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle. The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle. No documentation. rect rect No documentation. radiusX radiusX No documentation. radiusY radiusY Contains the three vertices that describe a triangle. No documentation. D2D1_TRIANGLE D2D1_TRIANGLE Initializes a new instance of the struct. The first vertex of a triangle. The second vertex of a triangle. The third vertex of a triangle. No documentation. point1 point1 No documentation. point2 point2 No documentation. point3 point3 Defines the properties of a vertex buffer that are standard for all vertex shader definitions. No documentation. D2D1_VERTEX_BUFFER_PROPERTIES D2D1_VERTEX_BUFFER_PROPERTIES The number of inputs to the vertex shader. Indicates how frequently the vertex buffer is likely to be updated. The initial contents of the vertex buffer. The size of the vertex buffer, in bytes. Defines a range of vertices that are used when rendering less than the full contents of a vertex buffer. No documentation. D2D1_VERTEX_RANGE D2D1_VERTEX_RANGE Initializes a new instance of the struct. The first vertex in the range to process. The number of vertices to use. No documentation. startVertex startVertex No documentation. vertexCount vertexCount No documentation. D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE No documentation. D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_LINEAR D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_LINEAR No documentation. D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_CUBIC D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_CUBIC No documentation. D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC No documentation. D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_2DAFFINETRANSFORM_PROP D2D1_2DAFFINETRANSFORM_PROP No documentation. D2D1_2DAFFINETRANSFORM_PROP_INTERPOLATION_MODE D2D1_2DAFFINETRANSFORM_PROP_INTERPOLATION_MODE No documentation. D2D1_2DAFFINETRANSFORM_PROP_BORDER_MODE D2D1_2DAFFINETRANSFORM_PROP_BORDER_MODE No documentation. D2D1_2DAFFINETRANSFORM_PROP_TRANSFORM_MATRIX D2D1_2DAFFINETRANSFORM_PROP_TRANSFORM_MATRIX No documentation. D2D1_2DAFFINETRANSFORM_PROP_SHARPNESS D2D1_2DAFFINETRANSFORM_PROP_SHARPNESS No documentation. D2D1_ALPHA_MODE D2D1_ALPHA_MODE No documentation. D2D1_ALPHA_MODE_UNKNOWN D2D1_ALPHA_MODE_UNKNOWN No documentation. D2D1_ALPHA_MODE_PREMULTIPLIED D2D1_ALPHA_MODE_PREMULTIPLIED No documentation. D2D1_ALPHA_MODE_STRAIGHT D2D1_ALPHA_MODE_STRAIGHT No documentation. D2D1_ALPHA_MODE_IGNORE D2D1_ALPHA_MODE_IGNORE No documentation. D2D1_ANTIALIAS_MODE D2D1_ANTIALIAS_MODE No documentation. D2D1_ANTIALIAS_MODE_PER_PRIMITIVE D2D1_ANTIALIAS_MODE_PER_PRIMITIVE No documentation. D2D1_ANTIALIAS_MODE_ALIASED D2D1_ANTIALIAS_MODE_ALIASED No documentation. D2D1_ARC_SIZE D2D1_ARC_SIZE No documentation. D2D1_ARC_SIZE_SMALL D2D1_ARC_SIZE_SMALL No documentation. D2D1_ARC_SIZE_LARGE D2D1_ARC_SIZE_LARGE No documentation. D2D1_ARITHMETICCOMPOSITE_PROP D2D1_ARITHMETICCOMPOSITE_PROP No documentation. D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS No documentation. D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT No documentation. D2D1_ATLAS_PROP D2D1_ATLAS_PROP No documentation. D2D1_ATLAS_PROP_INPUT_RECT D2D1_ATLAS_PROP_INPUT_RECT No documentation. D2D1_ATLAS_PROP_INPUT_PADDING_RECT D2D1_ATLAS_PROP_INPUT_PADDING_RECT No documentation. D2D1_BITMAP_INTERPOLATION_MODE D2D1_BITMAP_INTERPOLATION_MODE No documentation. D2D1_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_BITMAP_INTERPOLATION_MODE_LINEAR D2D1_BITMAP_INTERPOLATION_MODE_LINEAR No documentation. D2D1_BITMAP_OPTIONS_NONE D2D1_BITMAP_OPTIONS_NONE No documentation. D2D1_BITMAP_OPTIONS_TARGET D2D1_BITMAP_OPTIONS_TARGET No documentation. D2D1_BITMAP_OPTIONS_CANNOT_DRAW D2D1_BITMAP_OPTIONS_CANNOT_DRAW No documentation. D2D1_BITMAP_OPTIONS_CPU_READ D2D1_BITMAP_OPTIONS_CPU_READ No documentation. D2D1_BITMAP_OPTIONS_GDI_COMPATIBLE D2D1_BITMAP_OPTIONS_GDI_COMPATIBLE No documentation. D2D1_BITMAPSOURCE_ALPHA_MODE D2D1_BITMAPSOURCE_ALPHA_MODE No documentation. D2D1_BITMAPSOURCE_ALPHA_MODE_PREMULTIPLIED D2D1_BITMAPSOURCE_ALPHA_MODE_PREMULTIPLIED No documentation. D2D1_BITMAPSOURCE_ALPHA_MODE_STRAIGHT D2D1_BITMAPSOURCE_ALPHA_MODE_STRAIGHT No documentation. D2D1_BITMAPSOURCE_INTERPOLATION_MODE D2D1_BITMAPSOURCE_INTERPOLATION_MODE No documentation. D2D1_BITMAPSOURCE_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_BITMAPSOURCE_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_BITMAPSOURCE_INTERPOLATION_MODE_LINEAR D2D1_BITMAPSOURCE_INTERPOLATION_MODE_LINEAR No documentation. D2D1_BITMAPSOURCE_INTERPOLATION_MODE_CUBIC D2D1_BITMAPSOURCE_INTERPOLATION_MODE_CUBIC No documentation. D2D1_BITMAPSOURCE_INTERPOLATION_MODE_FANT D2D1_BITMAPSOURCE_INTERPOLATION_MODE_FANT No documentation. D2D1_BITMAPSOURCE_INTERPOLATION_MODE_MIPMAP_LINEAR D2D1_BITMAPSOURCE_INTERPOLATION_MODE_MIPMAP_LINEAR No documentation. D2D1_BITMAPSOURCE_ORIENTATION D2D1_BITMAPSOURCE_ORIENTATION No documentation. D2D1_BITMAPSOURCE_ORIENTATION_DEFAULT D2D1_BITMAPSOURCE_ORIENTATION_DEFAULT No documentation. D2D1_BITMAPSOURCE_ORIENTATION_FLIP_HORIZONTAL D2D1_BITMAPSOURCE_ORIENTATION_FLIP_HORIZONTAL No documentation. D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180 D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180 No documentation. D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL No documentation. D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL No documentation. D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90 D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90 No documentation. D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL No documentation. D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270 D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270 No documentation. D2D1_BITMAPSOURCE_PROP D2D1_BITMAPSOURCE_PROP No documentation. D2D1_BITMAPSOURCE_PROP_WIC_BITMAP_SOURCE D2D1_BITMAPSOURCE_PROP_WIC_BITMAP_SOURCE No documentation. D2D1_BITMAPSOURCE_PROP_SCALE D2D1_BITMAPSOURCE_PROP_SCALE No documentation. D2D1_BITMAPSOURCE_PROP_INTERPOLATION_MODE D2D1_BITMAPSOURCE_PROP_INTERPOLATION_MODE No documentation. D2D1_BITMAPSOURCE_PROP_ENABLE_DPI_CORRECTION D2D1_BITMAPSOURCE_PROP_ENABLE_DPI_CORRECTION No documentation. D2D1_BITMAPSOURCE_PROP_ALPHA_MODE D2D1_BITMAPSOURCE_PROP_ALPHA_MODE No documentation. D2D1_BITMAPSOURCE_PROP_ORIENTATION D2D1_BITMAPSOURCE_PROP_ORIENTATION No documentation. D2D1_BLEND D2D1_BLEND No documentation. D2D1_BLEND_ZERO D2D1_BLEND_ZERO No documentation. D2D1_BLEND_ONE D2D1_BLEND_ONE No documentation. D2D1_BLEND_SRC_COLOR D2D1_BLEND_SRC_COLOR No documentation. D2D1_BLEND_INV_SRC_COLOR D2D1_BLEND_INV_SRC_COLOR No documentation. D2D1_BLEND_SRC_ALPHA D2D1_BLEND_SRC_ALPHA No documentation. D2D1_BLEND_INV_SRC_ALPHA D2D1_BLEND_INV_SRC_ALPHA No documentation. D2D1_BLEND_DEST_ALPHA D2D1_BLEND_DEST_ALPHA No documentation. D2D1_BLEND_INV_DEST_ALPHA D2D1_BLEND_INV_DEST_ALPHA No documentation. D2D1_BLEND_DEST_COLOR D2D1_BLEND_DEST_COLOR No documentation. D2D1_BLEND_INV_DEST_COLOR D2D1_BLEND_INV_DEST_COLOR No documentation. D2D1_BLEND_SRC_ALPHA_SAT D2D1_BLEND_SRC_ALPHA_SAT No documentation. D2D1_BLEND_BLEND_FACTOR D2D1_BLEND_BLEND_FACTOR No documentation. D2D1_BLEND_INV_BLEND_FACTOR D2D1_BLEND_INV_BLEND_FACTOR No documentation. D2D1_BLEND_MODE D2D1_BLEND_MODE No documentation. D2D1_BLEND_MODE_MULTIPLY D2D1_BLEND_MODE_MULTIPLY No documentation. D2D1_BLEND_MODE_SCREEN D2D1_BLEND_MODE_SCREEN No documentation. D2D1_BLEND_MODE_DARKEN D2D1_BLEND_MODE_DARKEN No documentation. D2D1_BLEND_MODE_LIGHTEN D2D1_BLEND_MODE_LIGHTEN No documentation. D2D1_BLEND_MODE_DISSOLVE D2D1_BLEND_MODE_DISSOLVE No documentation. D2D1_BLEND_MODE_COLOR_BURN D2D1_BLEND_MODE_COLOR_BURN No documentation. D2D1_BLEND_MODE_LINEAR_BURN D2D1_BLEND_MODE_LINEAR_BURN No documentation. D2D1_BLEND_MODE_DARKER_COLOR D2D1_BLEND_MODE_DARKER_COLOR No documentation. D2D1_BLEND_MODE_LIGHTER_COLOR D2D1_BLEND_MODE_LIGHTER_COLOR No documentation. D2D1_BLEND_MODE_COLOR_DODGE D2D1_BLEND_MODE_COLOR_DODGE No documentation. D2D1_BLEND_MODE_LINEAR_DODGE D2D1_BLEND_MODE_LINEAR_DODGE No documentation. D2D1_BLEND_MODE_OVERLAY D2D1_BLEND_MODE_OVERLAY No documentation. D2D1_BLEND_MODE_SOFT_LIGHT D2D1_BLEND_MODE_SOFT_LIGHT No documentation. D2D1_BLEND_MODE_HARD_LIGHT D2D1_BLEND_MODE_HARD_LIGHT No documentation. D2D1_BLEND_MODE_VIVID_LIGHT D2D1_BLEND_MODE_VIVID_LIGHT No documentation. D2D1_BLEND_MODE_LINEAR_LIGHT D2D1_BLEND_MODE_LINEAR_LIGHT No documentation. D2D1_BLEND_MODE_PIN_LIGHT D2D1_BLEND_MODE_PIN_LIGHT No documentation. D2D1_BLEND_MODE_HARD_MIX D2D1_BLEND_MODE_HARD_MIX No documentation. D2D1_BLEND_MODE_DIFFERENCE D2D1_BLEND_MODE_DIFFERENCE No documentation. D2D1_BLEND_MODE_EXCLUSION D2D1_BLEND_MODE_EXCLUSION No documentation. D2D1_BLEND_MODE_HUE D2D1_BLEND_MODE_HUE No documentation. D2D1_BLEND_MODE_SATURATION D2D1_BLEND_MODE_SATURATION No documentation. D2D1_BLEND_MODE_COLOR D2D1_BLEND_MODE_COLOR No documentation. D2D1_BLEND_MODE_LUMINOSITY D2D1_BLEND_MODE_LUMINOSITY No documentation. D2D1_BLEND_MODE_SUBTRACT D2D1_BLEND_MODE_SUBTRACT No documentation. D2D1_BLEND_MODE_DIVISION D2D1_BLEND_MODE_DIVISION No documentation. D2D1_BLEND_OPERATION D2D1_BLEND_OPERATION No documentation. D2D1_BLEND_OPERATION_ADD D2D1_BLEND_OPERATION_ADD No documentation. D2D1_BLEND_OPERATION_SUBTRACT D2D1_BLEND_OPERATION_SUBTRACT No documentation. D2D1_BLEND_OPERATION_REV_SUBTRACT D2D1_BLEND_OPERATION_REV_SUBTRACT No documentation. D2D1_BLEND_OPERATION_MIN D2D1_BLEND_OPERATION_MIN No documentation. D2D1_BLEND_OPERATION_MAX D2D1_BLEND_OPERATION_MAX No documentation. D2D1_BLEND_PROP D2D1_BLEND_PROP No documentation. D2D1_BLEND_PROP_MODE D2D1_BLEND_PROP_MODE No documentation. D2D1_BORDER_EDGE_MODE D2D1_BORDER_EDGE_MODE No documentation. D2D1_BORDER_EDGE_MODE_CLAMP D2D1_BORDER_EDGE_MODE_CLAMP No documentation. D2D1_BORDER_EDGE_MODE_WRAP D2D1_BORDER_EDGE_MODE_WRAP No documentation. D2D1_BORDER_EDGE_MODE_MIRROR D2D1_BORDER_EDGE_MODE_MIRROR No documentation. D2D1_BORDER_MODE D2D1_BORDER_MODE No documentation. D2D1_BORDER_MODE_SOFT D2D1_BORDER_MODE_SOFT No documentation. D2D1_BORDER_MODE_HARD D2D1_BORDER_MODE_HARD No documentation. D2D1_BORDER_PROP D2D1_BORDER_PROP No documentation. D2D1_BORDER_PROP_EDGE_MODE_X D2D1_BORDER_PROP_EDGE_MODE_X No documentation. D2D1_BORDER_PROP_EDGE_MODE_Y D2D1_BORDER_PROP_EDGE_MODE_Y No documentation. D2D1_BRIGHTNESS_PROP D2D1_BRIGHTNESS_PROP No documentation. D2D1_BRIGHTNESS_PROP_WHITE_POINT D2D1_BRIGHTNESS_PROP_WHITE_POINT No documentation. D2D1_BRIGHTNESS_PROP_BLACK_POINT D2D1_BRIGHTNESS_PROP_BLACK_POINT No documentation. D2D1_BUFFER_PRECISION D2D1_BUFFER_PRECISION No documentation. D2D1_BUFFER_PRECISION_UNKNOWN D2D1_BUFFER_PRECISION_UNKNOWN No documentation. D2D1_BUFFER_PRECISION_8BPC_UNORM D2D1_BUFFER_PRECISION_8BPC_UNORM No documentation. D2D1_BUFFER_PRECISION_8BPC_UNORM_SRGB D2D1_BUFFER_PRECISION_8BPC_UNORM_SRGB No documentation. D2D1_BUFFER_PRECISION_16BPC_UNORM D2D1_BUFFER_PRECISION_16BPC_UNORM No documentation. D2D1_BUFFER_PRECISION_16BPC_FLOAT D2D1_BUFFER_PRECISION_16BPC_FLOAT No documentation. D2D1_BUFFER_PRECISION_32BPC_FLOAT D2D1_BUFFER_PRECISION_32BPC_FLOAT No documentation. D2D1_CAP_STYLE D2D1_CAP_STYLE No documentation. D2D1_CAP_STYLE_FLAT D2D1_CAP_STYLE_FLAT No documentation. D2D1_CAP_STYLE_SQUARE D2D1_CAP_STYLE_SQUARE No documentation. D2D1_CAP_STYLE_ROUND D2D1_CAP_STYLE_ROUND No documentation. D2D1_CAP_STYLE_TRIANGLE D2D1_CAP_STYLE_TRIANGLE No documentation. D2D1_CHANGE_TYPE D2D1_CHANGE_TYPE No documentation. D2D1_CHANGE_TYPE_NONE D2D1_CHANGE_TYPE_NONE No documentation. D2D1_CHANGE_TYPE_PROPERTIES D2D1_CHANGE_TYPE_PROPERTIES No documentation. D2D1_CHANGE_TYPE_CONTEXT D2D1_CHANGE_TYPE_CONTEXT No documentation. D2D1_CHANGE_TYPE_GRAPH D2D1_CHANGE_TYPE_GRAPH No documentation. D2D1_CHANNEL_DEPTH D2D1_CHANNEL_DEPTH No documentation. D2D1_CHANNEL_DEPTH_DEFAULT D2D1_CHANNEL_DEPTH_DEFAULT No documentation. D2D1_CHANNEL_DEPTH_1 D2D1_CHANNEL_DEPTH_1 No documentation. D2D1_CHANNEL_DEPTH_4 D2D1_CHANNEL_DEPTH_4 No documentation. D2D1_CHANNEL_SELECTOR D2D1_CHANNEL_SELECTOR No documentation. D2D1_CHANNEL_SELECTOR_R D2D1_CHANNEL_SELECTOR_R No documentation. D2D1_CHANNEL_SELECTOR_G D2D1_CHANNEL_SELECTOR_G No documentation. D2D1_CHANNEL_SELECTOR_B D2D1_CHANNEL_SELECTOR_B No documentation. D2D1_CHANNEL_SELECTOR_A D2D1_CHANNEL_SELECTOR_A No documentation. D2D1_CHROMAKEY_PROP D2D1_CHROMAKEY_PROP No documentation. D2D1_CHROMAKEY_PROP_COLOR D2D1_CHROMAKEY_PROP_COLOR No documentation. D2D1_CHROMAKEY_PROP_TOLERANCE D2D1_CHROMAKEY_PROP_TOLERANCE No documentation. D2D1_CHROMAKEY_PROP_INVERT_ALPHA D2D1_CHROMAKEY_PROP_INVERT_ALPHA No documentation. D2D1_CHROMAKEY_PROP_FEATHER D2D1_CHROMAKEY_PROP_FEATHER No documentation. D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION No documentation. D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DEFAULT D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DEFAULT No documentation. D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DISABLE D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DISABLE No documentation. D2D1_COLOR_CONTEXT_TYPE D2D1_COLOR_CONTEXT_TYPE No documentation. D2D1_COLOR_CONTEXT_TYPE_ICC D2D1_COLOR_CONTEXT_TYPE_ICC No documentation. D2D1_COLOR_CONTEXT_TYPE_SIMPLE D2D1_COLOR_CONTEXT_TYPE_SIMPLE No documentation. D2D1_COLOR_CONTEXT_TYPE_DXGI D2D1_COLOR_CONTEXT_TYPE_DXGI No documentation. D2D1_COLOR_INTERPOLATION_MODE D2D1_COLOR_INTERPOLATION_MODE No documentation. D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT No documentation. D2D1_COLOR_INTERPOLATION_MODE_PREMULTIPLIED D2D1_COLOR_INTERPOLATION_MODE_PREMULTIPLIED No documentation. D2D1_COLORMANAGEMENT_ALPHA_MODE D2D1_COLORMANAGEMENT_ALPHA_MODE No documentation. D2D1_COLORMANAGEMENT_ALPHA_MODE_PREMULTIPLIED D2D1_COLORMANAGEMENT_ALPHA_MODE_PREMULTIPLIED No documentation. D2D1_COLORMANAGEMENT_ALPHA_MODE_STRAIGHT D2D1_COLORMANAGEMENT_ALPHA_MODE_STRAIGHT No documentation. D2D1_COLORMANAGEMENT_PROP D2D1_COLORMANAGEMENT_PROP No documentation. D2D1_COLORMANAGEMENT_PROP_SOURCE_COLOR_CONTEXT D2D1_COLORMANAGEMENT_PROP_SOURCE_COLOR_CONTEXT No documentation. D2D1_COLORMANAGEMENT_PROP_SOURCE_RENDERING_INTENT D2D1_COLORMANAGEMENT_PROP_SOURCE_RENDERING_INTENT No documentation. D2D1_COLORMANAGEMENT_PROP_DESTINATION_COLOR_CONTEXT D2D1_COLORMANAGEMENT_PROP_DESTINATION_COLOR_CONTEXT No documentation. D2D1_COLORMANAGEMENT_PROP_DESTINATION_RENDERING_INTENT D2D1_COLORMANAGEMENT_PROP_DESTINATION_RENDERING_INTENT No documentation. D2D1_COLORMANAGEMENT_PROP_ALPHA_MODE D2D1_COLORMANAGEMENT_PROP_ALPHA_MODE No documentation. D2D1_COLORMANAGEMENT_PROP_QUALITY D2D1_COLORMANAGEMENT_PROP_QUALITY No documentation. D2D1_COLORMANAGEMENT_QUALITY D2D1_COLORMANAGEMENT_QUALITY No documentation. D2D1_COLORMANAGEMENT_QUALITY_PROOF D2D1_COLORMANAGEMENT_QUALITY_PROOF No documentation. D2D1_COLORMANAGEMENT_QUALITY_NORMAL D2D1_COLORMANAGEMENT_QUALITY_NORMAL No documentation. D2D1_COLORMANAGEMENT_QUALITY_BEST D2D1_COLORMANAGEMENT_QUALITY_BEST No documentation. D2D1_COLORMANAGEMENT_RENDERING_INTENT D2D1_COLORMANAGEMENT_RENDERING_INTENT No documentation. D2D1_COLORMANAGEMENT_RENDERING_INTENT_PERCEPTUAL D2D1_COLORMANAGEMENT_RENDERING_INTENT_PERCEPTUAL No documentation. D2D1_COLORMANAGEMENT_RENDERING_INTENT_RELATIVE_COLORIMETRIC D2D1_COLORMANAGEMENT_RENDERING_INTENT_RELATIVE_COLORIMETRIC No documentation. D2D1_COLORMANAGEMENT_RENDERING_INTENT_SATURATION D2D1_COLORMANAGEMENT_RENDERING_INTENT_SATURATION No documentation. D2D1_COLORMANAGEMENT_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC D2D1_COLORMANAGEMENT_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC No documentation. D2D1_COLORMATRIX_ALPHA_MODE D2D1_COLORMATRIX_ALPHA_MODE No documentation. D2D1_COLORMATRIX_ALPHA_MODE_PREMULTIPLIED D2D1_COLORMATRIX_ALPHA_MODE_PREMULTIPLIED No documentation. D2D1_COLORMATRIX_ALPHA_MODE_STRAIGHT D2D1_COLORMATRIX_ALPHA_MODE_STRAIGHT No documentation. D2D1_COLORMATRIX_PROP D2D1_COLORMATRIX_PROP No documentation. D2D1_COLORMATRIX_PROP_COLOR_MATRIX D2D1_COLORMATRIX_PROP_COLOR_MATRIX No documentation. D2D1_COLORMATRIX_PROP_ALPHA_MODE D2D1_COLORMATRIX_PROP_ALPHA_MODE No documentation. D2D1_COLORMATRIX_PROP_CLAMP_OUTPUT D2D1_COLORMATRIX_PROP_CLAMP_OUTPUT No documentation. D2D1_COLOR_SPACE D2D1_COLOR_SPACE No documentation. D2D1_COLOR_SPACE_CUSTOM D2D1_COLOR_SPACE_CUSTOM No documentation. D2D1_COLOR_SPACE_SRGB D2D1_COLOR_SPACE_SRGB No documentation. D2D1_COLOR_SPACE_SCRGB D2D1_COLOR_SPACE_SCRGB No documentation. D2D1_COMBINE_MODE D2D1_COMBINE_MODE No documentation. D2D1_COMBINE_MODE_UNION D2D1_COMBINE_MODE_UNION No documentation. D2D1_COMBINE_MODE_INTERSECT D2D1_COMBINE_MODE_INTERSECT No documentation. D2D1_COMBINE_MODE_XOR D2D1_COMBINE_MODE_XOR No documentation. D2D1_COMBINE_MODE_EXCLUDE D2D1_COMBINE_MODE_EXCLUDE No documentation. D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_NONE D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_NONE No documentation. D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_GDI_COMPATIBLE D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_GDI_COMPATIBLE No documentation. D2D1_COMPOSITE_MODE D2D1_COMPOSITE_MODE No documentation. D2D1_COMPOSITE_MODE_SOURCE_OVER D2D1_COMPOSITE_MODE_SOURCE_OVER No documentation. D2D1_COMPOSITE_MODE_DESTINATION_OVER D2D1_COMPOSITE_MODE_DESTINATION_OVER No documentation. D2D1_COMPOSITE_MODE_SOURCE_IN D2D1_COMPOSITE_MODE_SOURCE_IN No documentation. D2D1_COMPOSITE_MODE_DESTINATION_IN D2D1_COMPOSITE_MODE_DESTINATION_IN No documentation. D2D1_COMPOSITE_MODE_SOURCE_OUT D2D1_COMPOSITE_MODE_SOURCE_OUT No documentation. D2D1_COMPOSITE_MODE_DESTINATION_OUT D2D1_COMPOSITE_MODE_DESTINATION_OUT No documentation. D2D1_COMPOSITE_MODE_SOURCE_ATOP D2D1_COMPOSITE_MODE_SOURCE_ATOP No documentation. D2D1_COMPOSITE_MODE_DESTINATION_ATOP D2D1_COMPOSITE_MODE_DESTINATION_ATOP No documentation. D2D1_COMPOSITE_MODE_XOR D2D1_COMPOSITE_MODE_XOR No documentation. D2D1_COMPOSITE_MODE_PLUS D2D1_COMPOSITE_MODE_PLUS No documentation. D2D1_COMPOSITE_MODE_SOURCE_COPY D2D1_COMPOSITE_MODE_SOURCE_COPY No documentation. D2D1_COMPOSITE_MODE_BOUNDED_SOURCE_COPY D2D1_COMPOSITE_MODE_BOUNDED_SOURCE_COPY No documentation. D2D1_COMPOSITE_MODE_MASK_INVERT D2D1_COMPOSITE_MODE_MASK_INVERT No documentation. D2D1_COMPOSITE_PROP D2D1_COMPOSITE_PROP No documentation. D2D1_COMPOSITE_PROP_MODE D2D1_COMPOSITE_PROP_MODE No documentation. D2D1_CONTRAST_PROP D2D1_CONTRAST_PROP No documentation. D2D1_CONTRAST_PROP_CONTRAST D2D1_CONTRAST_PROP_CONTRAST No documentation. D2D1_CONTRAST_PROP_CLAMP_INPUT D2D1_CONTRAST_PROP_CLAMP_INPUT No documentation. D2D1_CONVOLVEMATRIX_PROP D2D1_CONVOLVEMATRIX_PROP No documentation. D2D1_CONVOLVEMATRIX_PROP_KERNEL_UNIT_LENGTH D2D1_CONVOLVEMATRIX_PROP_KERNEL_UNIT_LENGTH No documentation. D2D1_CONVOLVEMATRIX_PROP_SCALE_MODE D2D1_CONVOLVEMATRIX_PROP_SCALE_MODE No documentation. D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_X D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_X No documentation. D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_Y D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_Y No documentation. D2D1_CONVOLVEMATRIX_PROP_KERNEL_MATRIX D2D1_CONVOLVEMATRIX_PROP_KERNEL_MATRIX No documentation. D2D1_CONVOLVEMATRIX_PROP_DIVISOR D2D1_CONVOLVEMATRIX_PROP_DIVISOR No documentation. D2D1_CONVOLVEMATRIX_PROP_BIAS D2D1_CONVOLVEMATRIX_PROP_BIAS No documentation. D2D1_CONVOLVEMATRIX_PROP_KERNEL_OFFSET D2D1_CONVOLVEMATRIX_PROP_KERNEL_OFFSET No documentation. D2D1_CONVOLVEMATRIX_PROP_PRESERVE_ALPHA D2D1_CONVOLVEMATRIX_PROP_PRESERVE_ALPHA No documentation. D2D1_CONVOLVEMATRIX_PROP_BORDER_MODE D2D1_CONVOLVEMATRIX_PROP_BORDER_MODE No documentation. D2D1_CONVOLVEMATRIX_PROP_CLAMP_OUTPUT D2D1_CONVOLVEMATRIX_PROP_CLAMP_OUTPUT No documentation. D2D1_CONVOLVEMATRIX_SCALE_MODE D2D1_CONVOLVEMATRIX_SCALE_MODE No documentation. D2D1_CONVOLVEMATRIX_SCALE_MODE_NEAREST_NEIGHBOR D2D1_CONVOLVEMATRIX_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_CONVOLVEMATRIX_SCALE_MODE_LINEAR D2D1_CONVOLVEMATRIX_SCALE_MODE_LINEAR No documentation. D2D1_CONVOLVEMATRIX_SCALE_MODE_CUBIC D2D1_CONVOLVEMATRIX_SCALE_MODE_CUBIC No documentation. D2D1_CONVOLVEMATRIX_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_CONVOLVEMATRIX_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_CONVOLVEMATRIX_SCALE_MODE_ANISOTROPIC D2D1_CONVOLVEMATRIX_SCALE_MODE_ANISOTROPIC No documentation. D2D1_CONVOLVEMATRIX_SCALE_MODE_HIGH_QUALITY_CUBIC D2D1_CONVOLVEMATRIX_SCALE_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_CROP_PROP D2D1_CROP_PROP No documentation. D2D1_CROP_PROP_RECT D2D1_CROP_PROP_RECT No documentation. D2D1_CROP_PROP_BORDER_MODE D2D1_CROP_PROP_BORDER_MODE No documentation. D2D1_CROSSFADE_PROP D2D1_CROSSFADE_PROP No documentation. D2D1_CROSSFADE_PROP_WEIGHT D2D1_CROSSFADE_PROP_WEIGHT No documentation. D2D1_DASH_STYLE D2D1_DASH_STYLE No documentation. D2D1_DASH_STYLE_SOLID D2D1_DASH_STYLE_SOLID No documentation. D2D1_DASH_STYLE_DASH D2D1_DASH_STYLE_DASH No documentation. D2D1_DASH_STYLE_DOT D2D1_DASH_STYLE_DOT No documentation. D2D1_DASH_STYLE_DASH_DOT D2D1_DASH_STYLE_DASH_DOT No documentation. D2D1_DASH_STYLE_DASH_DOT_DOT D2D1_DASH_STYLE_DASH_DOT_DOT No documentation. D2D1_DASH_STYLE_CUSTOM D2D1_DASH_STYLE_CUSTOM No documentation. D2D1_DC_INITIALIZE_MODE D2D1_DC_INITIALIZE_MODE No documentation. D2D1_DC_INITIALIZE_MODE_COPY D2D1_DC_INITIALIZE_MODE_COPY No documentation. D2D1_DC_INITIALIZE_MODE_CLEAR D2D1_DC_INITIALIZE_MODE_CLEAR No documentation. D2D1_DEBUG_LEVEL D2D1_DEBUG_LEVEL No documentation. D2D1_DEBUG_LEVEL_NONE D2D1_DEBUG_LEVEL_NONE No documentation. D2D1_DEBUG_LEVEL_ERROR D2D1_DEBUG_LEVEL_ERROR No documentation. D2D1_DEBUG_LEVEL_WARNING D2D1_DEBUG_LEVEL_WARNING No documentation. D2D1_DEBUG_LEVEL_INFORMATION D2D1_DEBUG_LEVEL_INFORMATION No documentation. D2D1_DEVICE_CONTEXT_OPTIONS_NONE D2D1_DEVICE_CONTEXT_OPTIONS_NONE No documentation. D2D1_DEVICE_CONTEXT_OPTIONS_ENABLE_MULTITHREADED_OPTIMIZATIONS D2D1_DEVICE_CONTEXT_OPTIONS_ENABLE_MULTITHREADED_OPTIMIZATIONS No documentation. D2D1_DIRECTIONALBLUR_OPTIMIZATION D2D1_DIRECTIONALBLUR_OPTIMIZATION No documentation. D2D1_DIRECTIONALBLUR_OPTIMIZATION_SPEED D2D1_DIRECTIONALBLUR_OPTIMIZATION_SPEED No documentation. D2D1_DIRECTIONALBLUR_OPTIMIZATION_BALANCED D2D1_DIRECTIONALBLUR_OPTIMIZATION_BALANCED No documentation. D2D1_DIRECTIONALBLUR_OPTIMIZATION_QUALITY D2D1_DIRECTIONALBLUR_OPTIMIZATION_QUALITY No documentation. D2D1_DIRECTIONALBLUR_PROP D2D1_DIRECTIONALBLUR_PROP No documentation. D2D1_DIRECTIONALBLUR_PROP_STANDARD_DEVIATION D2D1_DIRECTIONALBLUR_PROP_STANDARD_DEVIATION No documentation. D2D1_DIRECTIONALBLUR_PROP_ANGLE D2D1_DIRECTIONALBLUR_PROP_ANGLE No documentation. D2D1_DIRECTIONALBLUR_PROP_OPTIMIZATION D2D1_DIRECTIONALBLUR_PROP_OPTIMIZATION No documentation. D2D1_DIRECTIONALBLUR_PROP_BORDER_MODE D2D1_DIRECTIONALBLUR_PROP_BORDER_MODE No documentation. D2D1_DISCRETETRANSFER_PROP D2D1_DISCRETETRANSFER_PROP No documentation. D2D1_DISCRETETRANSFER_PROP_RED_TABLE D2D1_DISCRETETRANSFER_PROP_RED_TABLE No documentation. D2D1_DISCRETETRANSFER_PROP_RED_DISABLE D2D1_DISCRETETRANSFER_PROP_RED_DISABLE No documentation. D2D1_DISCRETETRANSFER_PROP_GREEN_TABLE D2D1_DISCRETETRANSFER_PROP_GREEN_TABLE No documentation. D2D1_DISCRETETRANSFER_PROP_GREEN_DISABLE D2D1_DISCRETETRANSFER_PROP_GREEN_DISABLE No documentation. D2D1_DISCRETETRANSFER_PROP_BLUE_TABLE D2D1_DISCRETETRANSFER_PROP_BLUE_TABLE No documentation. D2D1_DISCRETETRANSFER_PROP_BLUE_DISABLE D2D1_DISCRETETRANSFER_PROP_BLUE_DISABLE No documentation. D2D1_DISCRETETRANSFER_PROP_ALPHA_TABLE D2D1_DISCRETETRANSFER_PROP_ALPHA_TABLE No documentation. D2D1_DISCRETETRANSFER_PROP_ALPHA_DISABLE D2D1_DISCRETETRANSFER_PROP_ALPHA_DISABLE No documentation. D2D1_DISCRETETRANSFER_PROP_CLAMP_OUTPUT D2D1_DISCRETETRANSFER_PROP_CLAMP_OUTPUT No documentation. D2D1_DISPLACEMENTMAP_PROP D2D1_DISPLACEMENTMAP_PROP No documentation. D2D1_DISPLACEMENTMAP_PROP_SCALE D2D1_DISPLACEMENTMAP_PROP_SCALE No documentation. D2D1_DISPLACEMENTMAP_PROP_X_CHANNEL_SELECT D2D1_DISPLACEMENTMAP_PROP_X_CHANNEL_SELECT No documentation. D2D1_DISPLACEMENTMAP_PROP_Y_CHANNEL_SELECT D2D1_DISPLACEMENTMAP_PROP_Y_CHANNEL_SELECT No documentation. D2D1_DISTANTDIFFUSE_PROP D2D1_DISTANTDIFFUSE_PROP No documentation. D2D1_DISTANTDIFFUSE_PROP_AZIMUTH D2D1_DISTANTDIFFUSE_PROP_AZIMUTH No documentation. D2D1_DISTANTDIFFUSE_PROP_ELEVATION D2D1_DISTANTDIFFUSE_PROP_ELEVATION No documentation. D2D1_DISTANTDIFFUSE_PROP_DIFFUSE_CONSTANT D2D1_DISTANTDIFFUSE_PROP_DIFFUSE_CONSTANT No documentation. D2D1_DISTANTDIFFUSE_PROP_SURFACE_SCALE D2D1_DISTANTDIFFUSE_PROP_SURFACE_SCALE No documentation. D2D1_DISTANTDIFFUSE_PROP_COLOR D2D1_DISTANTDIFFUSE_PROP_COLOR No documentation. D2D1_DISTANTDIFFUSE_PROP_KERNEL_UNIT_LENGTH D2D1_DISTANTDIFFUSE_PROP_KERNEL_UNIT_LENGTH No documentation. D2D1_DISTANTDIFFUSE_PROP_SCALE_MODE D2D1_DISTANTDIFFUSE_PROP_SCALE_MODE No documentation. D2D1_DISTANTDIFFUSE_SCALE_MODE D2D1_DISTANTDIFFUSE_SCALE_MODE No documentation. D2D1_DISTANTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR D2D1_DISTANTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_DISTANTDIFFUSE_SCALE_MODE_LINEAR D2D1_DISTANTDIFFUSE_SCALE_MODE_LINEAR No documentation. D2D1_DISTANTDIFFUSE_SCALE_MODE_CUBIC D2D1_DISTANTDIFFUSE_SCALE_MODE_CUBIC No documentation. D2D1_DISTANTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_DISTANTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_DISTANTDIFFUSE_SCALE_MODE_ANISOTROPIC D2D1_DISTANTDIFFUSE_SCALE_MODE_ANISOTROPIC No documentation. D2D1_DISTANTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC D2D1_DISTANTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_DISTANTSPECULAR_PROP D2D1_DISTANTSPECULAR_PROP No documentation. D2D1_DISTANTSPECULAR_PROP_AZIMUTH D2D1_DISTANTSPECULAR_PROP_AZIMUTH No documentation. D2D1_DISTANTSPECULAR_PROP_ELEVATION D2D1_DISTANTSPECULAR_PROP_ELEVATION No documentation. D2D1_DISTANTSPECULAR_PROP_SPECULAR_EXPONENT D2D1_DISTANTSPECULAR_PROP_SPECULAR_EXPONENT No documentation. D2D1_DISTANTSPECULAR_PROP_SPECULAR_CONSTANT D2D1_DISTANTSPECULAR_PROP_SPECULAR_CONSTANT No documentation. D2D1_DISTANTSPECULAR_PROP_SURFACE_SCALE D2D1_DISTANTSPECULAR_PROP_SURFACE_SCALE No documentation. D2D1_DISTANTSPECULAR_PROP_COLOR D2D1_DISTANTSPECULAR_PROP_COLOR No documentation. D2D1_DISTANTSPECULAR_PROP_KERNEL_UNIT_LENGTH D2D1_DISTANTSPECULAR_PROP_KERNEL_UNIT_LENGTH No documentation. D2D1_DISTANTSPECULAR_PROP_SCALE_MODE D2D1_DISTANTSPECULAR_PROP_SCALE_MODE No documentation. D2D1_DISTANTSPECULAR_SCALE_MODE D2D1_DISTANTSPECULAR_SCALE_MODE No documentation. D2D1_DISTANTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR D2D1_DISTANTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_DISTANTSPECULAR_SCALE_MODE_LINEAR D2D1_DISTANTSPECULAR_SCALE_MODE_LINEAR No documentation. D2D1_DISTANTSPECULAR_SCALE_MODE_CUBIC D2D1_DISTANTSPECULAR_SCALE_MODE_CUBIC No documentation. D2D1_DISTANTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_DISTANTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_DISTANTSPECULAR_SCALE_MODE_ANISOTROPIC D2D1_DISTANTSPECULAR_SCALE_MODE_ANISOTROPIC No documentation. D2D1_DISTANTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC D2D1_DISTANTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_DPICOMPENSATION_INTERPOLATION_MODE D2D1_DPICOMPENSATION_INTERPOLATION_MODE No documentation. D2D1_DPICOMPENSATION_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_DPICOMPENSATION_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_DPICOMPENSATION_INTERPOLATION_MODE_LINEAR D2D1_DPICOMPENSATION_INTERPOLATION_MODE_LINEAR No documentation. D2D1_DPICOMPENSATION_INTERPOLATION_MODE_CUBIC D2D1_DPICOMPENSATION_INTERPOLATION_MODE_CUBIC No documentation. D2D1_DPICOMPENSATION_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR D2D1_DPICOMPENSATION_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_DPICOMPENSATION_INTERPOLATION_MODE_ANISOTROPIC D2D1_DPICOMPENSATION_INTERPOLATION_MODE_ANISOTROPIC No documentation. D2D1_DPICOMPENSATION_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC D2D1_DPICOMPENSATION_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_DPICOMPENSATION_PROP D2D1_DPICOMPENSATION_PROP No documentation. D2D1_DPICOMPENSATION_PROP_INTERPOLATION_MODE D2D1_DPICOMPENSATION_PROP_INTERPOLATION_MODE No documentation. D2D1_DPICOMPENSATION_PROP_BORDER_MODE D2D1_DPICOMPENSATION_PROP_BORDER_MODE No documentation. D2D1_DPICOMPENSATION_PROP_INPUT_DPI D2D1_DPICOMPENSATION_PROP_INPUT_DPI No documentation. D2D1_DRAW_TEXT_OPTIONS_NO_SNAP D2D1_DRAW_TEXT_OPTIONS_NO_SNAP No documentation. D2D1_DRAW_TEXT_OPTIONS_CLIP D2D1_DRAW_TEXT_OPTIONS_CLIP No documentation. D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT No documentation. D2D1_DRAW_TEXT_OPTIONS_DISABLE_COLOR_BITMAP_SNAPPING D2D1_DRAW_TEXT_OPTIONS_DISABLE_COLOR_BITMAP_SNAPPING No documentation. D2D1_DRAW_TEXT_OPTIONS_NONE D2D1_DRAW_TEXT_OPTIONS_NONE No documentation. D2D1_EDGEDETECTION_MODE D2D1_EDGEDETECTION_MODE No documentation. D2D1_EDGEDETECTION_MODE_SOBEL D2D1_EDGEDETECTION_MODE_SOBEL No documentation. D2D1_EDGEDETECTION_MODE_PREWITT D2D1_EDGEDETECTION_MODE_PREWITT No documentation. D2D1_EDGEDETECTION_PROP D2D1_EDGEDETECTION_PROP No documentation. D2D1_EDGEDETECTION_PROP_STRENGTH D2D1_EDGEDETECTION_PROP_STRENGTH No documentation. D2D1_EDGEDETECTION_PROP_BLUR_RADIUS D2D1_EDGEDETECTION_PROP_BLUR_RADIUS No documentation. D2D1_EDGEDETECTION_PROP_MODE D2D1_EDGEDETECTION_PROP_MODE No documentation. D2D1_EDGEDETECTION_PROP_OVERLAY_EDGES D2D1_EDGEDETECTION_PROP_OVERLAY_EDGES No documentation. D2D1_EDGEDETECTION_PROP_ALPHA_MODE D2D1_EDGEDETECTION_PROP_ALPHA_MODE No documentation. D2D1_EMBOSS_PROP D2D1_EMBOSS_PROP No documentation. D2D1_EMBOSS_PROP_HEIGHT D2D1_EMBOSS_PROP_HEIGHT No documentation. D2D1_EMBOSS_PROP_DIRECTION D2D1_EMBOSS_PROP_DIRECTION No documentation. D2D1_EXPOSURE_PROP D2D1_EXPOSURE_PROP No documentation. D2D1_EXPOSURE_PROP_EXPOSURE_VALUE D2D1_EXPOSURE_PROP_EXPOSURE_VALUE No documentation. D2D1_EXTEND_MODE D2D1_EXTEND_MODE No documentation. D2D1_EXTEND_MODE_CLAMP D2D1_EXTEND_MODE_CLAMP No documentation. D2D1_EXTEND_MODE_WRAP D2D1_EXTEND_MODE_WRAP No documentation. D2D1_EXTEND_MODE_MIRROR D2D1_EXTEND_MODE_MIRROR No documentation. D2D1_FACTORY_TYPE D2D1_FACTORY_TYPE No documentation. D2D1_FACTORY_TYPE_SINGLE_THREADED D2D1_FACTORY_TYPE_SINGLE_THREADED No documentation. D2D1_FACTORY_TYPE_MULTI_THREADED D2D1_FACTORY_TYPE_MULTI_THREADED No documentation. D2D1_FEATURE D2D1_FEATURE No documentation. D2D1_FEATURE_DOUBLES D2D1_FEATURE_DOUBLES No documentation. D2D1_FEATURE_D3D10_X_HARDWARE_OPTIONS D2D1_FEATURE_D3D10_X_HARDWARE_OPTIONS No documentation. D2D1_FEATURE_LEVEL D2D1_FEATURE_LEVEL No documentation. D2D1_FEATURE_LEVEL_DEFAULT D2D1_FEATURE_LEVEL_DEFAULT No documentation. D2D1_FEATURE_LEVEL_9 D2D1_FEATURE_LEVEL_9 No documentation. D2D1_FEATURE_LEVEL_10 D2D1_FEATURE_LEVEL_10 No documentation. D2D1_FIGURE_BEGIN D2D1_FIGURE_BEGIN No documentation. D2D1_FIGURE_BEGIN_FILLED D2D1_FIGURE_BEGIN_FILLED No documentation. D2D1_FIGURE_BEGIN_HOLLOW D2D1_FIGURE_BEGIN_HOLLOW No documentation. D2D1_FIGURE_END D2D1_FIGURE_END No documentation. D2D1_FIGURE_END_OPEN D2D1_FIGURE_END_OPEN No documentation. D2D1_FIGURE_END_CLOSED D2D1_FIGURE_END_CLOSED No documentation. D2D1_FILL_MODE D2D1_FILL_MODE No documentation. D2D1_FILL_MODE_ALTERNATE D2D1_FILL_MODE_ALTERNATE No documentation. D2D1_FILL_MODE_WINDING D2D1_FILL_MODE_WINDING No documentation. D2D1_FILTER D2D1_FILTER No documentation. D2D1_FILTER_MIN_MAG_MIP_POINT D2D1_FILTER_MIN_MAG_MIP_POINT No documentation. D2D1_FILTER_MIN_MAG_POINT_MIP_LINEAR D2D1_FILTER_MIN_MAG_POINT_MIP_LINEAR No documentation. D2D1_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT D2D1_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT No documentation. D2D1_FILTER_MIN_POINT_MAG_MIP_LINEAR D2D1_FILTER_MIN_POINT_MAG_MIP_LINEAR No documentation. D2D1_FILTER_MIN_LINEAR_MAG_MIP_POINT D2D1_FILTER_MIN_LINEAR_MAG_MIP_POINT No documentation. D2D1_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR D2D1_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR No documentation. D2D1_FILTER_MIN_MAG_LINEAR_MIP_POINT D2D1_FILTER_MIN_MAG_LINEAR_MIP_POINT No documentation. D2D1_FILTER_MIN_MAG_MIP_LINEAR D2D1_FILTER_MIN_MAG_MIP_LINEAR No documentation. D2D1_FILTER_ANISOTROPIC D2D1_FILTER_ANISOTROPIC No documentation. D2D1_FLOOD_PROP D2D1_FLOOD_PROP No documentation. D2D1_FLOOD_PROP_COLOR D2D1_FLOOD_PROP_COLOR No documentation. D2D1_GAMMA D2D1_GAMMA No documentation. D2D1_GAMMA_2_2 D2D1_GAMMA_2_2 No documentation. D2D1_GAMMA_1_0 D2D1_GAMMA_1_0 No documentation. D2D1_GAMMA1 D2D1_GAMMA1 No documentation. D2D1_GAMMA1_G22 D2D1_GAMMA1_G22 No documentation. D2D1_GAMMA1_G10 D2D1_GAMMA1_G10 No documentation. D2D1_GAMMA1_G2084 D2D1_GAMMA1_G2084 No documentation. D2D1_GAMMATRANSFER_PROP D2D1_GAMMATRANSFER_PROP No documentation. D2D1_GAMMATRANSFER_PROP_RED_AMPLITUDE D2D1_GAMMATRANSFER_PROP_RED_AMPLITUDE No documentation. D2D1_GAMMATRANSFER_PROP_RED_EXPONENT D2D1_GAMMATRANSFER_PROP_RED_EXPONENT No documentation. D2D1_GAMMATRANSFER_PROP_RED_OFFSET D2D1_GAMMATRANSFER_PROP_RED_OFFSET No documentation. D2D1_GAMMATRANSFER_PROP_RED_DISABLE D2D1_GAMMATRANSFER_PROP_RED_DISABLE No documentation. D2D1_GAMMATRANSFER_PROP_GREEN_AMPLITUDE D2D1_GAMMATRANSFER_PROP_GREEN_AMPLITUDE No documentation. D2D1_GAMMATRANSFER_PROP_GREEN_EXPONENT D2D1_GAMMATRANSFER_PROP_GREEN_EXPONENT No documentation. D2D1_GAMMATRANSFER_PROP_GREEN_OFFSET D2D1_GAMMATRANSFER_PROP_GREEN_OFFSET No documentation. D2D1_GAMMATRANSFER_PROP_GREEN_DISABLE D2D1_GAMMATRANSFER_PROP_GREEN_DISABLE No documentation. D2D1_GAMMATRANSFER_PROP_BLUE_AMPLITUDE D2D1_GAMMATRANSFER_PROP_BLUE_AMPLITUDE No documentation. D2D1_GAMMATRANSFER_PROP_BLUE_EXPONENT D2D1_GAMMATRANSFER_PROP_BLUE_EXPONENT No documentation. D2D1_GAMMATRANSFER_PROP_BLUE_OFFSET D2D1_GAMMATRANSFER_PROP_BLUE_OFFSET No documentation. D2D1_GAMMATRANSFER_PROP_BLUE_DISABLE D2D1_GAMMATRANSFER_PROP_BLUE_DISABLE No documentation. D2D1_GAMMATRANSFER_PROP_ALPHA_AMPLITUDE D2D1_GAMMATRANSFER_PROP_ALPHA_AMPLITUDE No documentation. D2D1_GAMMATRANSFER_PROP_ALPHA_EXPONENT D2D1_GAMMATRANSFER_PROP_ALPHA_EXPONENT No documentation. D2D1_GAMMATRANSFER_PROP_ALPHA_OFFSET D2D1_GAMMATRANSFER_PROP_ALPHA_OFFSET No documentation. D2D1_GAMMATRANSFER_PROP_ALPHA_DISABLE D2D1_GAMMATRANSFER_PROP_ALPHA_DISABLE No documentation. D2D1_GAMMATRANSFER_PROP_CLAMP_OUTPUT D2D1_GAMMATRANSFER_PROP_CLAMP_OUTPUT No documentation. D2D1_GAUSSIANBLUR_OPTIMIZATION D2D1_GAUSSIANBLUR_OPTIMIZATION No documentation. D2D1_GAUSSIANBLUR_OPTIMIZATION_SPEED D2D1_GAUSSIANBLUR_OPTIMIZATION_SPEED No documentation. D2D1_GAUSSIANBLUR_OPTIMIZATION_BALANCED D2D1_GAUSSIANBLUR_OPTIMIZATION_BALANCED No documentation. D2D1_GAUSSIANBLUR_OPTIMIZATION_QUALITY D2D1_GAUSSIANBLUR_OPTIMIZATION_QUALITY No documentation. D2D1_GAUSSIANBLUR_PROP D2D1_GAUSSIANBLUR_PROP No documentation. D2D1_GAUSSIANBLUR_PROP_STANDARD_DEVIATION D2D1_GAUSSIANBLUR_PROP_STANDARD_DEVIATION No documentation. D2D1_GAUSSIANBLUR_PROP_OPTIMIZATION D2D1_GAUSSIANBLUR_PROP_OPTIMIZATION No documentation. D2D1_GAUSSIANBLUR_PROP_BORDER_MODE D2D1_GAUSSIANBLUR_PROP_BORDER_MODE No documentation. D2D1_GEOMETRY_RELATION D2D1_GEOMETRY_RELATION No documentation. D2D1_GEOMETRY_RELATION_UNKNOWN D2D1_GEOMETRY_RELATION_UNKNOWN No documentation. D2D1_GEOMETRY_RELATION_DISJOINT D2D1_GEOMETRY_RELATION_DISJOINT No documentation. D2D1_GEOMETRY_RELATION_IS_CONTAINED D2D1_GEOMETRY_RELATION_IS_CONTAINED No documentation. D2D1_GEOMETRY_RELATION_CONTAINS D2D1_GEOMETRY_RELATION_CONTAINS No documentation. D2D1_GEOMETRY_RELATION_OVERLAP D2D1_GEOMETRY_RELATION_OVERLAP No documentation. D2D1_GEOMETRY_SIMPLIFICATION_OPTION D2D1_GEOMETRY_SIMPLIFICATION_OPTION No documentation. D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES No documentation. D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES No documentation. DWRITE_GLYPH_IMAGE_FORMATS DWRITE_GLYPH_IMAGE_FORMATS No documentation. DWRITE_GLYPH_IMAGE_FORMATS_NONE DWRITE_GLYPH_IMAGE_FORMATS_NONE No documentation. DWRITE_GLYPH_IMAGE_FORMATS_TRUETYPE DWRITE_GLYPH_IMAGE_FORMATS_TRUETYPE No documentation. DWRITE_GLYPH_IMAGE_FORMATS_CFF DWRITE_GLYPH_IMAGE_FORMATS_CFF No documentation. DWRITE_GLYPH_IMAGE_FORMATS_COLR DWRITE_GLYPH_IMAGE_FORMATS_COLR No documentation. DWRITE_GLYPH_IMAGE_FORMATS_SVG DWRITE_GLYPH_IMAGE_FORMATS_SVG No documentation. DWRITE_GLYPH_IMAGE_FORMATS_PNG DWRITE_GLYPH_IMAGE_FORMATS_PNG No documentation. DWRITE_GLYPH_IMAGE_FORMATS_JPEG DWRITE_GLYPH_IMAGE_FORMATS_JPEG No documentation. DWRITE_GLYPH_IMAGE_FORMATS_TIFF DWRITE_GLYPH_IMAGE_FORMATS_TIFF No documentation. DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8 DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8 No documentation. D2D1_HDRTONEMAP_DISPLAY_MODE D2D1_HDRTONEMAP_DISPLAY_MODE No documentation. D2D1_HDRTONEMAP_DISPLAY_MODE_SDR D2D1_HDRTONEMAP_DISPLAY_MODE_SDR No documentation. D2D1_HDRTONEMAP_DISPLAY_MODE_HDR D2D1_HDRTONEMAP_DISPLAY_MODE_HDR No documentation. D2D1_HDRTONEMAP_PROP D2D1_HDRTONEMAP_PROP No documentation. D2D1_HDRTONEMAP_PROP_INPUT_MAX_LUMINANCE D2D1_HDRTONEMAP_PROP_INPUT_MAX_LUMINANCE No documentation. D2D1_HDRTONEMAP_PROP_OUTPUT_MAX_LUMINANCE D2D1_HDRTONEMAP_PROP_OUTPUT_MAX_LUMINANCE No documentation. D2D1_HDRTONEMAP_PROP_DISPLAY_MODE D2D1_HDRTONEMAP_PROP_DISPLAY_MODE No documentation. D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA No documentation. D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_LINEAR D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_LINEAR No documentation. D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_SRGB D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_SRGB No documentation. D2D1_HIGHLIGHTSANDSHADOWS_PROP D2D1_HIGHLIGHTSANDSHADOWS_PROP No documentation. D2D1_HIGHLIGHTSANDSHADOWS_PROP_HIGHLIGHTS D2D1_HIGHLIGHTSANDSHADOWS_PROP_HIGHLIGHTS No documentation. D2D1_HIGHLIGHTSANDSHADOWS_PROP_SHADOWS D2D1_HIGHLIGHTSANDSHADOWS_PROP_SHADOWS No documentation. D2D1_HIGHLIGHTSANDSHADOWS_PROP_CLARITY D2D1_HIGHLIGHTSANDSHADOWS_PROP_CLARITY No documentation. D2D1_HIGHLIGHTSANDSHADOWS_PROP_INPUT_GAMMA D2D1_HIGHLIGHTSANDSHADOWS_PROP_INPUT_GAMMA No documentation. D2D1_HIGHLIGHTSANDSHADOWS_PROP_MASK_BLUR_RADIUS D2D1_HIGHLIGHTSANDSHADOWS_PROP_MASK_BLUR_RADIUS No documentation. D2D1_HISTOGRAM_PROP D2D1_HISTOGRAM_PROP No documentation. D2D1_HISTOGRAM_PROP_NUM_BINS D2D1_HISTOGRAM_PROP_NUM_BINS No documentation. D2D1_HISTOGRAM_PROP_CHANNEL_SELECT D2D1_HISTOGRAM_PROP_CHANNEL_SELECT No documentation. D2D1_HISTOGRAM_PROP_HISTOGRAM_OUTPUT D2D1_HISTOGRAM_PROP_HISTOGRAM_OUTPUT No documentation. D2D1_HUEROTATION_PROP D2D1_HUEROTATION_PROP No documentation. D2D1_HUEROTATION_PROP_ANGLE D2D1_HUEROTATION_PROP_ANGLE No documentation. D2D1_HUETORGB_INPUT_COLOR_SPACE D2D1_HUETORGB_INPUT_COLOR_SPACE No documentation. D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE No documentation. D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS No documentation. D2D1_HUETORGB_PROP D2D1_HUETORGB_PROP No documentation. D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE No documentation. D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_NONE D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_NONE No documentation. D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_LOW_QUALITY_PRIMARY_CONVERSION D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_LOW_QUALITY_PRIMARY_CONVERSION No documentation. D2D1_IMAGE_SOURCE_LOADING_OPTIONS_NONE D2D1_IMAGE_SOURCE_LOADING_OPTIONS_NONE No documentation. D2D1_IMAGE_SOURCE_LOADING_OPTIONS_RELEASE_SOURCE D2D1_IMAGE_SOURCE_LOADING_OPTIONS_RELEASE_SOURCE No documentation. D2D1_IMAGE_SOURCE_LOADING_OPTIONS_CACHE_ON_DEMAND D2D1_IMAGE_SOURCE_LOADING_OPTIONS_CACHE_ON_DEMAND No documentation. D2D1_INK_NIB_SHAPE D2D1_INK_NIB_SHAPE No documentation. D2D1_INK_NIB_SHAPE_ROUND D2D1_INK_NIB_SHAPE_ROUND No documentation. D2D1_INK_NIB_SHAPE_SQUARE D2D1_INK_NIB_SHAPE_SQUARE No documentation. D2D1_INTERPOLATION_MODE D2D1_INTERPOLATION_MODE No documentation. D2D1_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_INTERPOLATION_MODE_LINEAR D2D1_INTERPOLATION_MODE_LINEAR No documentation. D2D1_INTERPOLATION_MODE_CUBIC D2D1_INTERPOLATION_MODE_CUBIC No documentation. D2D1_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR D2D1_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_INTERPOLATION_MODE_ANISOTROPIC D2D1_INTERPOLATION_MODE_ANISOTROPIC No documentation. D2D1_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC D2D1_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_ENUM_0 D2D1_ENUM_0 No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_NEAREST_NEIGHBOR D2D1_INTERPOLATION_MODE_DEFINITION_NEAREST_NEIGHBOR No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_LINEAR D2D1_INTERPOLATION_MODE_DEFINITION_LINEAR No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_CUBIC D2D1_INTERPOLATION_MODE_DEFINITION_CUBIC No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_MULTI_SAMPLE_LINEAR D2D1_INTERPOLATION_MODE_DEFINITION_MULTI_SAMPLE_LINEAR No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_ANISOTROPIC D2D1_INTERPOLATION_MODE_DEFINITION_ANISOTROPIC No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_HIGH_QUALITY_CUBIC D2D1_INTERPOLATION_MODE_DEFINITION_HIGH_QUALITY_CUBIC No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_FANT D2D1_INTERPOLATION_MODE_DEFINITION_FANT No documentation. D2D1_INTERPOLATION_MODE_DEFINITION_MIPMAP_LINEAR D2D1_INTERPOLATION_MODE_DEFINITION_MIPMAP_LINEAR No documentation. D2D1_LAYER_OPTIONS_NONE D2D1_LAYER_OPTIONS_NONE No documentation. D2D1_LAYER_OPTIONS_INITIALIZE_FOR_CLEARTYPE D2D1_LAYER_OPTIONS_INITIALIZE_FOR_CLEARTYPE No documentation. D2D1_LAYER_OPTIONS1_NONE D2D1_LAYER_OPTIONS1_NONE No documentation. D2D1_LAYER_OPTIONS1_INITIALIZE_FROM_BACKGROUND D2D1_LAYER_OPTIONS1_INITIALIZE_FROM_BACKGROUND No documentation. D2D1_LAYER_OPTIONS1_IGNORE_ALPHA D2D1_LAYER_OPTIONS1_IGNORE_ALPHA No documentation. D2D1_LINEARTRANSFER_PROP D2D1_LINEARTRANSFER_PROP No documentation. D2D1_LINEARTRANSFER_PROP_RED_Y_INTERCEPT D2D1_LINEARTRANSFER_PROP_RED_Y_INTERCEPT No documentation. D2D1_LINEARTRANSFER_PROP_RED_SLOPE D2D1_LINEARTRANSFER_PROP_RED_SLOPE No documentation. D2D1_LINEARTRANSFER_PROP_RED_DISABLE D2D1_LINEARTRANSFER_PROP_RED_DISABLE No documentation. D2D1_LINEARTRANSFER_PROP_GREEN_Y_INTERCEPT D2D1_LINEARTRANSFER_PROP_GREEN_Y_INTERCEPT No documentation. D2D1_LINEARTRANSFER_PROP_GREEN_SLOPE D2D1_LINEARTRANSFER_PROP_GREEN_SLOPE No documentation. D2D1_LINEARTRANSFER_PROP_GREEN_DISABLE D2D1_LINEARTRANSFER_PROP_GREEN_DISABLE No documentation. D2D1_LINEARTRANSFER_PROP_BLUE_Y_INTERCEPT D2D1_LINEARTRANSFER_PROP_BLUE_Y_INTERCEPT No documentation. D2D1_LINEARTRANSFER_PROP_BLUE_SLOPE D2D1_LINEARTRANSFER_PROP_BLUE_SLOPE No documentation. D2D1_LINEARTRANSFER_PROP_BLUE_DISABLE D2D1_LINEARTRANSFER_PROP_BLUE_DISABLE No documentation. D2D1_LINEARTRANSFER_PROP_ALPHA_Y_INTERCEPT D2D1_LINEARTRANSFER_PROP_ALPHA_Y_INTERCEPT No documentation. D2D1_LINEARTRANSFER_PROP_ALPHA_SLOPE D2D1_LINEARTRANSFER_PROP_ALPHA_SLOPE No documentation. D2D1_LINEARTRANSFER_PROP_ALPHA_DISABLE D2D1_LINEARTRANSFER_PROP_ALPHA_DISABLE No documentation. D2D1_LINEARTRANSFER_PROP_CLAMP_OUTPUT D2D1_LINEARTRANSFER_PROP_CLAMP_OUTPUT No documentation. D2D1_LINE_JOIN D2D1_LINE_JOIN No documentation. D2D1_LINE_JOIN_MITER D2D1_LINE_JOIN_MITER No documentation. D2D1_LINE_JOIN_BEVEL D2D1_LINE_JOIN_BEVEL No documentation. D2D1_LINE_JOIN_ROUND D2D1_LINE_JOIN_ROUND No documentation. D2D1_LINE_JOIN_MITER_OR_BEVEL D2D1_LINE_JOIN_MITER_OR_BEVEL No documentation. D2D1_LOOKUPTABLE3D_PROP D2D1_LOOKUPTABLE3D_PROP No documentation. D2D1_LOOKUPTABLE3D_PROP_LUT D2D1_LOOKUPTABLE3D_PROP_LUT No documentation. D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE No documentation. D2D1_MAP_OPTIONS_NONE D2D1_MAP_OPTIONS_NONE No documentation. D2D1_MAP_OPTIONS_READ D2D1_MAP_OPTIONS_READ No documentation. D2D1_MAP_OPTIONS_WRITE D2D1_MAP_OPTIONS_WRITE No documentation. D2D1_MAP_OPTIONS_DISCARD D2D1_MAP_OPTIONS_DISCARD No documentation. DWRITE_MEASURING_MODE DWRITE_MEASURING_MODE No documentation. DWRITE_MEASURING_MODE_NATURAL DWRITE_MEASURING_MODE_NATURAL No documentation. DWRITE_MEASURING_MODE_GDI_CLASSIC DWRITE_MEASURING_MODE_GDI_CLASSIC No documentation. DWRITE_MEASURING_MODE_GDI_NATURAL DWRITE_MEASURING_MODE_GDI_NATURAL No documentation. D2D1_MORPHOLOGY_MODE D2D1_MORPHOLOGY_MODE No documentation. D2D1_MORPHOLOGY_MODE_ERODE D2D1_MORPHOLOGY_MODE_ERODE No documentation. D2D1_MORPHOLOGY_MODE_DILATE D2D1_MORPHOLOGY_MODE_DILATE No documentation. D2D1_MORPHOLOGY_PROP D2D1_MORPHOLOGY_PROP No documentation. D2D1_MORPHOLOGY_PROP_MODE D2D1_MORPHOLOGY_PROP_MODE No documentation. D2D1_MORPHOLOGY_PROP_WIDTH D2D1_MORPHOLOGY_PROP_WIDTH No documentation. D2D1_MORPHOLOGY_PROP_HEIGHT D2D1_MORPHOLOGY_PROP_HEIGHT No documentation. D2D1_OPACITY_MASK_CONTENT D2D1_OPACITY_MASK_CONTENT No documentation. D2D1_OPACITY_MASK_CONTENT_GRAPHICS D2D1_OPACITY_MASK_CONTENT_GRAPHICS No documentation. D2D1_OPACITY_MASK_CONTENT_TEXT_NATURAL D2D1_OPACITY_MASK_CONTENT_TEXT_NATURAL No documentation. D2D1_OPACITY_MASK_CONTENT_TEXT_GDI_COMPATIBLE D2D1_OPACITY_MASK_CONTENT_TEXT_GDI_COMPATIBLE No documentation. D2D1_OPACITYMETADATA_PROP D2D1_OPACITYMETADATA_PROP No documentation. D2D1_OPACITYMETADATA_PROP_INPUT_OPAQUE_RECT D2D1_OPACITYMETADATA_PROP_INPUT_OPAQUE_RECT No documentation. D2D1_OPACITY_PROP D2D1_OPACITY_PROP No documentation. D2D1_OPACITY_PROP_OPACITY D2D1_OPACITY_PROP_OPACITY No documentation. D2D1_ORIENTATION D2D1_ORIENTATION No documentation. D2D1_ORIENTATION_DEFAULT D2D1_ORIENTATION_DEFAULT No documentation. D2D1_ORIENTATION_FLIP_HORIZONTAL D2D1_ORIENTATION_FLIP_HORIZONTAL No documentation. D2D1_ORIENTATION_ROTATE_CLOCKWISE180 D2D1_ORIENTATION_ROTATE_CLOCKWISE180 No documentation. D2D1_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL D2D1_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL No documentation. D2D1_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL D2D1_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL No documentation. D2D1_ORIENTATION_ROTATE_CLOCKWISE270 D2D1_ORIENTATION_ROTATE_CLOCKWISE270 No documentation. D2D1_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL D2D1_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL No documentation. D2D1_ORIENTATION_ROTATE_CLOCKWISE90 D2D1_ORIENTATION_ROTATE_CLOCKWISE90 No documentation. D2D1_PATCH_EDGE_MODE D2D1_PATCH_EDGE_MODE No documentation. D2D1_PATCH_EDGE_MODE_ALIASED D2D1_PATCH_EDGE_MODE_ALIASED No documentation. D2D1_PATCH_EDGE_MODE_ANTIALIASED D2D1_PATCH_EDGE_MODE_ANTIALIASED No documentation. D2D1_PATCH_EDGE_MODE_ALIASED_INFLATED D2D1_PATCH_EDGE_MODE_ALIASED_INFLATED No documentation. D2D1_PATH_SEGMENT D2D1_PATH_SEGMENT No documentation. D2D1_PATH_SEGMENT_NONE D2D1_PATH_SEGMENT_NONE No documentation. D2D1_PATH_SEGMENT_FORCE_UNSTROKED D2D1_PATH_SEGMENT_FORCE_UNSTROKED No documentation. D2D1_PATH_SEGMENT_FORCE_ROUND_LINE_JOIN D2D1_PATH_SEGMENT_FORCE_ROUND_LINE_JOIN No documentation. D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE No documentation. D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_LINEAR D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_LINEAR No documentation. D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_CUBIC D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_CUBIC No documentation. D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP D2D1_3DPERSPECTIVETRANSFORM_PROP No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_INTERPOLATION_MODE D2D1_3DPERSPECTIVETRANSFORM_PROP_INTERPOLATION_MODE No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_BORDER_MODE D2D1_3DPERSPECTIVETRANSFORM_PROP_BORDER_MODE No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_DEPTH D2D1_3DPERSPECTIVETRANSFORM_PROP_DEPTH No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_PERSPECTIVE_ORIGIN D2D1_3DPERSPECTIVETRANSFORM_PROP_PERSPECTIVE_ORIGIN No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_LOCAL_OFFSET D2D1_3DPERSPECTIVETRANSFORM_PROP_LOCAL_OFFSET No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_GLOBAL_OFFSET D2D1_3DPERSPECTIVETRANSFORM_PROP_GLOBAL_OFFSET No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION_ORIGIN D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION_ORIGIN No documentation. D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION No documentation. D2D1_PIXEL_OPTIONS_NONE D2D1_PIXEL_OPTIONS_NONE No documentation. D2D1_PIXEL_OPTIONS_TRIVIAL_SAMPLING D2D1_PIXEL_OPTIONS_TRIVIAL_SAMPLING No documentation. D2D1_POINTDIFFUSE_PROP D2D1_POINTDIFFUSE_PROP No documentation. D2D1_POINTDIFFUSE_PROP_LIGHT_POSITION D2D1_POINTDIFFUSE_PROP_LIGHT_POSITION No documentation. D2D1_POINTDIFFUSE_PROP_DIFFUSE_CONSTANT D2D1_POINTDIFFUSE_PROP_DIFFUSE_CONSTANT No documentation. D2D1_POINTDIFFUSE_PROP_SURFACE_SCALE D2D1_POINTDIFFUSE_PROP_SURFACE_SCALE No documentation. D2D1_POINTDIFFUSE_PROP_COLOR D2D1_POINTDIFFUSE_PROP_COLOR No documentation. D2D1_POINTDIFFUSE_PROP_KERNEL_UNIT_LENGTH D2D1_POINTDIFFUSE_PROP_KERNEL_UNIT_LENGTH No documentation. D2D1_POINTDIFFUSE_PROP_SCALE_MODE D2D1_POINTDIFFUSE_PROP_SCALE_MODE No documentation. D2D1_POINTDIFFUSE_SCALE_MODE D2D1_POINTDIFFUSE_SCALE_MODE No documentation. D2D1_POINTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR D2D1_POINTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_POINTDIFFUSE_SCALE_MODE_LINEAR D2D1_POINTDIFFUSE_SCALE_MODE_LINEAR No documentation. D2D1_POINTDIFFUSE_SCALE_MODE_CUBIC D2D1_POINTDIFFUSE_SCALE_MODE_CUBIC No documentation. D2D1_POINTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_POINTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_POINTDIFFUSE_SCALE_MODE_ANISOTROPIC D2D1_POINTDIFFUSE_SCALE_MODE_ANISOTROPIC No documentation. D2D1_POINTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC D2D1_POINTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_POINTSPECULAR_PROP D2D1_POINTSPECULAR_PROP No documentation. D2D1_POINTSPECULAR_PROP_LIGHT_POSITION D2D1_POINTSPECULAR_PROP_LIGHT_POSITION No documentation. D2D1_POINTSPECULAR_PROP_SPECULAR_EXPONENT D2D1_POINTSPECULAR_PROP_SPECULAR_EXPONENT No documentation. D2D1_POINTSPECULAR_PROP_SPECULAR_CONSTANT D2D1_POINTSPECULAR_PROP_SPECULAR_CONSTANT No documentation. D2D1_POINTSPECULAR_PROP_SURFACE_SCALE D2D1_POINTSPECULAR_PROP_SURFACE_SCALE No documentation. D2D1_POINTSPECULAR_PROP_COLOR D2D1_POINTSPECULAR_PROP_COLOR No documentation. D2D1_POINTSPECULAR_PROP_KERNEL_UNIT_LENGTH D2D1_POINTSPECULAR_PROP_KERNEL_UNIT_LENGTH No documentation. D2D1_POINTSPECULAR_PROP_SCALE_MODE D2D1_POINTSPECULAR_PROP_SCALE_MODE No documentation. D2D1_POINTSPECULAR_SCALE_MODE D2D1_POINTSPECULAR_SCALE_MODE No documentation. D2D1_POINTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR D2D1_POINTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_POINTSPECULAR_SCALE_MODE_LINEAR D2D1_POINTSPECULAR_SCALE_MODE_LINEAR No documentation. D2D1_POINTSPECULAR_SCALE_MODE_CUBIC D2D1_POINTSPECULAR_SCALE_MODE_CUBIC No documentation. D2D1_POINTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_POINTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_POINTSPECULAR_SCALE_MODE_ANISOTROPIC D2D1_POINTSPECULAR_SCALE_MODE_ANISOTROPIC No documentation. D2D1_POINTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC D2D1_POINTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_POSTERIZE_PROP D2D1_POSTERIZE_PROP No documentation. D2D1_POSTERIZE_PROP_RED_VALUE_COUNT D2D1_POSTERIZE_PROP_RED_VALUE_COUNT No documentation. D2D1_POSTERIZE_PROP_GREEN_VALUE_COUNT D2D1_POSTERIZE_PROP_GREEN_VALUE_COUNT No documentation. D2D1_POSTERIZE_PROP_BLUE_VALUE_COUNT D2D1_POSTERIZE_PROP_BLUE_VALUE_COUNT No documentation. D2D1_PRESENT_OPTIONS_NONE D2D1_PRESENT_OPTIONS_NONE No documentation. D2D1_PRESENT_OPTIONS_RETAIN_CONTENTS D2D1_PRESENT_OPTIONS_RETAIN_CONTENTS No documentation. D2D1_PRESENT_OPTIONS_IMMEDIATELY D2D1_PRESENT_OPTIONS_IMMEDIATELY No documentation. D2D1_PRIMITIVE_BLEND D2D1_PRIMITIVE_BLEND No documentation. D2D1_PRIMITIVE_BLEND_SOURCE_OVER D2D1_PRIMITIVE_BLEND_SOURCE_OVER No documentation. D2D1_PRIMITIVE_BLEND_COPY D2D1_PRIMITIVE_BLEND_COPY No documentation. D2D1_PRIMITIVE_BLEND_MIN D2D1_PRIMITIVE_BLEND_MIN No documentation. D2D1_PRIMITIVE_BLEND_ADD D2D1_PRIMITIVE_BLEND_ADD No documentation. D2D1_PRIMITIVE_BLEND_MAX D2D1_PRIMITIVE_BLEND_MAX No documentation. D2D1_PRINT_FONT_SUBSET_MODE D2D1_PRINT_FONT_SUBSET_MODE No documentation. D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT No documentation. D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE No documentation. D2D1_PRINT_FONT_SUBSET_MODE_NONE D2D1_PRINT_FONT_SUBSET_MODE_NONE No documentation. D2D1_PROPERTY D2D1_PROPERTY No documentation. D2D1_PROPERTY_CLSID D2D1_PROPERTY_CLSID No documentation. D2D1_PROPERTY_DISPLAYNAME D2D1_PROPERTY_DISPLAYNAME No documentation. D2D1_PROPERTY_AUTHOR D2D1_PROPERTY_AUTHOR No documentation. D2D1_PROPERTY_CATEGORY D2D1_PROPERTY_CATEGORY No documentation. D2D1_PROPERTY_DESCRIPTION D2D1_PROPERTY_DESCRIPTION No documentation. D2D1_PROPERTY_INPUTS D2D1_PROPERTY_INPUTS No documentation. D2D1_PROPERTY_CACHED D2D1_PROPERTY_CACHED No documentation. D2D1_PROPERTY_PRECISION D2D1_PROPERTY_PRECISION No documentation. D2D1_PROPERTY_MIN_INPUTS D2D1_PROPERTY_MIN_INPUTS No documentation. D2D1_PROPERTY_MAX_INPUTS D2D1_PROPERTY_MAX_INPUTS No documentation. D2D1_PROPERTY_TYPE D2D1_PROPERTY_TYPE No documentation. D2D1_PROPERTY_TYPE_UNKNOWN D2D1_PROPERTY_TYPE_UNKNOWN No documentation. D2D1_PROPERTY_TYPE_STRING D2D1_PROPERTY_TYPE_STRING No documentation. D2D1_PROPERTY_TYPE_BOOL D2D1_PROPERTY_TYPE_BOOL No documentation. D2D1_PROPERTY_TYPE_UINT32 D2D1_PROPERTY_TYPE_UINT32 No documentation. D2D1_PROPERTY_TYPE_INT32 D2D1_PROPERTY_TYPE_INT32 No documentation. D2D1_PROPERTY_TYPE_FLOAT D2D1_PROPERTY_TYPE_FLOAT No documentation. D2D1_PROPERTY_TYPE_VECTOR2 D2D1_PROPERTY_TYPE_VECTOR2 No documentation. D2D1_PROPERTY_TYPE_VECTOR3 D2D1_PROPERTY_TYPE_VECTOR3 No documentation. D2D1_PROPERTY_TYPE_VECTOR4 D2D1_PROPERTY_TYPE_VECTOR4 No documentation. D2D1_PROPERTY_TYPE_BLOB D2D1_PROPERTY_TYPE_BLOB No documentation. D2D1_PROPERTY_TYPE_IUNKNOWN D2D1_PROPERTY_TYPE_IUNKNOWN No documentation. D2D1_PROPERTY_TYPE_ENUM D2D1_PROPERTY_TYPE_ENUM No documentation. D2D1_PROPERTY_TYPE_ARRAY D2D1_PROPERTY_TYPE_ARRAY No documentation. D2D1_PROPERTY_TYPE_CLSID D2D1_PROPERTY_TYPE_CLSID No documentation. D2D1_PROPERTY_TYPE_MATRIX_3X2 D2D1_PROPERTY_TYPE_MATRIX_3X2 No documentation. D2D1_PROPERTY_TYPE_MATRIX_4X3 D2D1_PROPERTY_TYPE_MATRIX_4X3 No documentation. D2D1_PROPERTY_TYPE_MATRIX_4X4 D2D1_PROPERTY_TYPE_MATRIX_4X4 No documentation. D2D1_PROPERTY_TYPE_MATRIX_5X4 D2D1_PROPERTY_TYPE_MATRIX_5X4 No documentation. D2D1_PROPERTY_TYPE_COLOR_CONTEXT D2D1_PROPERTY_TYPE_COLOR_CONTEXT No documentation. D2D1_RENDERING_PRIORITY D2D1_RENDERING_PRIORITY No documentation. D2D1_RENDERING_PRIORITY_NORMAL D2D1_RENDERING_PRIORITY_NORMAL No documentation. D2D1_RENDERING_PRIORITY_LOW D2D1_RENDERING_PRIORITY_LOW No documentation. D2D1_RENDER_TARGET_TYPE D2D1_RENDER_TARGET_TYPE No documentation. D2D1_RENDER_TARGET_TYPE_DEFAULT D2D1_RENDER_TARGET_TYPE_DEFAULT No documentation. D2D1_RENDER_TARGET_TYPE_SOFTWARE D2D1_RENDER_TARGET_TYPE_SOFTWARE No documentation. D2D1_RENDER_TARGET_TYPE_HARDWARE D2D1_RENDER_TARGET_TYPE_HARDWARE No documentation. D2D1_RENDER_TARGET_USAGE D2D1_RENDER_TARGET_USAGE No documentation. D2D1_RENDER_TARGET_USAGE_NONE D2D1_RENDER_TARGET_USAGE_NONE No documentation. D2D1_RENDER_TARGET_USAGE_FORCE_BITMAP_REMOTING D2D1_RENDER_TARGET_USAGE_FORCE_BITMAP_REMOTING No documentation. D2D1_RENDER_TARGET_USAGE_GDI_COMPATIBLE D2D1_RENDER_TARGET_USAGE_GDI_COMPATIBLE No documentation. D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE No documentation. D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_VALUE D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_VALUE No documentation. D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS No documentation. D2D1_RGBTOHUE_PROP D2D1_RGBTOHUE_PROP No documentation. D2D1_RGBTOHUE_PROP_OUTPUT_COLOR_SPACE D2D1_RGBTOHUE_PROP_OUTPUT_COLOR_SPACE No documentation. D2D1_SATURATION_PROP D2D1_SATURATION_PROP No documentation. D2D1_SATURATION_PROP_SATURATION D2D1_SATURATION_PROP_SATURATION No documentation. D2D1_SCALE_INTERPOLATION_MODE D2D1_SCALE_INTERPOLATION_MODE No documentation. D2D1_SCALE_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_SCALE_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_SCALE_INTERPOLATION_MODE_LINEAR D2D1_SCALE_INTERPOLATION_MODE_LINEAR No documentation. D2D1_SCALE_INTERPOLATION_MODE_CUBIC D2D1_SCALE_INTERPOLATION_MODE_CUBIC No documentation. D2D1_SCALE_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR D2D1_SCALE_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_SCALE_INTERPOLATION_MODE_ANISOTROPIC D2D1_SCALE_INTERPOLATION_MODE_ANISOTROPIC No documentation. D2D1_SCALE_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC D2D1_SCALE_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_SCALE_PROP D2D1_SCALE_PROP No documentation. D2D1_SCALE_PROP_SCALE D2D1_SCALE_PROP_SCALE No documentation. D2D1_SCALE_PROP_CENTER_POINT D2D1_SCALE_PROP_CENTER_POINT No documentation. D2D1_SCALE_PROP_INTERPOLATION_MODE D2D1_SCALE_PROP_INTERPOLATION_MODE No documentation. D2D1_SCALE_PROP_BORDER_MODE D2D1_SCALE_PROP_BORDER_MODE No documentation. D2D1_SCALE_PROP_SHARPNESS D2D1_SCALE_PROP_SHARPNESS No documentation. D2D1_SEPIA_PROP D2D1_SEPIA_PROP No documentation. D2D1_SEPIA_PROP_INTENSITY D2D1_SEPIA_PROP_INTENSITY No documentation. D2D1_SEPIA_PROP_ALPHA_MODE D2D1_SEPIA_PROP_ALPHA_MODE No documentation. D2D1_SHADOW_OPTIMIZATION D2D1_SHADOW_OPTIMIZATION No documentation. D2D1_SHADOW_OPTIMIZATION_SPEED D2D1_SHADOW_OPTIMIZATION_SPEED No documentation. D2D1_SHADOW_OPTIMIZATION_BALANCED D2D1_SHADOW_OPTIMIZATION_BALANCED No documentation. D2D1_SHADOW_OPTIMIZATION_QUALITY D2D1_SHADOW_OPTIMIZATION_QUALITY No documentation. D2D1_SHADOW_PROP D2D1_SHADOW_PROP No documentation. D2D1_SHADOW_PROP_BLUR_STANDARD_DEVIATION D2D1_SHADOW_PROP_BLUR_STANDARD_DEVIATION No documentation. D2D1_SHADOW_PROP_COLOR D2D1_SHADOW_PROP_COLOR No documentation. D2D1_SHADOW_PROP_OPTIMIZATION D2D1_SHADOW_PROP_OPTIMIZATION No documentation. D2D1_SHARPEN_PROP D2D1_SHARPEN_PROP No documentation. D2D1_SHARPEN_PROP_SHARPNESS D2D1_SHARPEN_PROP_SHARPNESS No documentation. D2D1_SHARPEN_PROP_THRESHOLD D2D1_SHARPEN_PROP_THRESHOLD No documentation. D2D1_SPOTDIFFUSE_PROP D2D1_SPOTDIFFUSE_PROP No documentation. D2D1_SPOTDIFFUSE_PROP_LIGHT_POSITION D2D1_SPOTDIFFUSE_PROP_LIGHT_POSITION No documentation. D2D1_SPOTDIFFUSE_PROP_POINTS_AT D2D1_SPOTDIFFUSE_PROP_POINTS_AT No documentation. D2D1_SPOTDIFFUSE_PROP_FOCUS D2D1_SPOTDIFFUSE_PROP_FOCUS No documentation. D2D1_SPOTDIFFUSE_PROP_LIMITING_CONE_ANGLE D2D1_SPOTDIFFUSE_PROP_LIMITING_CONE_ANGLE No documentation. D2D1_SPOTDIFFUSE_PROP_DIFFUSE_CONSTANT D2D1_SPOTDIFFUSE_PROP_DIFFUSE_CONSTANT No documentation. D2D1_SPOTDIFFUSE_PROP_SURFACE_SCALE D2D1_SPOTDIFFUSE_PROP_SURFACE_SCALE No documentation. D2D1_SPOTDIFFUSE_PROP_COLOR D2D1_SPOTDIFFUSE_PROP_COLOR No documentation. D2D1_SPOTDIFFUSE_PROP_KERNEL_UNIT_LENGTH D2D1_SPOTDIFFUSE_PROP_KERNEL_UNIT_LENGTH No documentation. D2D1_SPOTDIFFUSE_PROP_SCALE_MODE D2D1_SPOTDIFFUSE_PROP_SCALE_MODE No documentation. D2D1_SPOTDIFFUSE_SCALE_MODE D2D1_SPOTDIFFUSE_SCALE_MODE No documentation. D2D1_SPOTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR D2D1_SPOTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_SPOTDIFFUSE_SCALE_MODE_LINEAR D2D1_SPOTDIFFUSE_SCALE_MODE_LINEAR No documentation. D2D1_SPOTDIFFUSE_SCALE_MODE_CUBIC D2D1_SPOTDIFFUSE_SCALE_MODE_CUBIC No documentation. D2D1_SPOTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_SPOTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_SPOTDIFFUSE_SCALE_MODE_ANISOTROPIC D2D1_SPOTDIFFUSE_SCALE_MODE_ANISOTROPIC No documentation. D2D1_SPOTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC D2D1_SPOTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_SPOTSPECULAR_PROP D2D1_SPOTSPECULAR_PROP No documentation. D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION No documentation. D2D1_SPOTSPECULAR_PROP_POINTS_AT D2D1_SPOTSPECULAR_PROP_POINTS_AT No documentation. D2D1_SPOTSPECULAR_PROP_FOCUS D2D1_SPOTSPECULAR_PROP_FOCUS No documentation. D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE No documentation. D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT No documentation. D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT No documentation. D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE No documentation. D2D1_SPOTSPECULAR_PROP_COLOR D2D1_SPOTSPECULAR_PROP_COLOR No documentation. D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH No documentation. D2D1_SPOTSPECULAR_PROP_SCALE_MODE D2D1_SPOTSPECULAR_PROP_SCALE_MODE No documentation. D2D1_SPOTSPECULAR_SCALE_MODE D2D1_SPOTSPECULAR_SCALE_MODE No documentation. D2D1_SPOTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR D2D1_SPOTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_SPOTSPECULAR_SCALE_MODE_LINEAR D2D1_SPOTSPECULAR_SCALE_MODE_LINEAR No documentation. D2D1_SPOTSPECULAR_SCALE_MODE_CUBIC D2D1_SPOTSPECULAR_SCALE_MODE_CUBIC No documentation. D2D1_SPOTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_SPOTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_SPOTSPECULAR_SCALE_MODE_ANISOTROPIC D2D1_SPOTSPECULAR_SCALE_MODE_ANISOTROPIC No documentation. D2D1_SPOTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC D2D1_SPOTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_SPRITE_OPTIONS_NONE D2D1_SPRITE_OPTIONS_NONE No documentation. D2D1_SPRITE_OPTIONS_CLAMP_TO_SOURCE_RECTANGLE D2D1_SPRITE_OPTIONS_CLAMP_TO_SOURCE_RECTANGLE No documentation. D2D1_STRAIGHTEN_SCALE_MODE D2D1_STRAIGHTEN_SCALE_MODE No documentation. D2D1_STRAIGHTEN_SCALE_MODE_NEAREST_NEIGHBOR D2D1_STRAIGHTEN_SCALE_MODE_NEAREST_NEIGHBOR No documentation. D2D1_STRAIGHTEN_SCALE_MODE_LINEAR D2D1_STRAIGHTEN_SCALE_MODE_LINEAR No documentation. D2D1_STRAIGHTEN_SCALE_MODE_CUBIC D2D1_STRAIGHTEN_SCALE_MODE_CUBIC No documentation. D2D1_STRAIGHTEN_SCALE_MODE_MULTI_SAMPLE_LINEAR D2D1_STRAIGHTEN_SCALE_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_STRAIGHTEN_SCALE_MODE_ANISOTROPIC D2D1_STRAIGHTEN_SCALE_MODE_ANISOTROPIC No documentation. D2D1_STRAIGHTEN_PROP D2D1_STRAIGHTEN_PROP No documentation. D2D1_STRAIGHTEN_PROP_ANGLE D2D1_STRAIGHTEN_PROP_ANGLE No documentation. D2D1_STRAIGHTEN_PROP_MAINTAIN_SIZE D2D1_STRAIGHTEN_PROP_MAINTAIN_SIZE No documentation. D2D1_STRAIGHTEN_PROP_SCALE_MODE D2D1_STRAIGHTEN_PROP_SCALE_MODE No documentation. D2D1_STROKE_TRANSFORM_TYPE D2D1_STROKE_TRANSFORM_TYPE No documentation. D2D1_STROKE_TRANSFORM_TYPE_NORMAL D2D1_STROKE_TRANSFORM_TYPE_NORMAL No documentation. D2D1_STROKE_TRANSFORM_TYPE_FIXED D2D1_STROKE_TRANSFORM_TYPE_FIXED No documentation. D2D1_STROKE_TRANSFORM_TYPE_HAIRLINE D2D1_STROKE_TRANSFORM_TYPE_HAIRLINE No documentation. D2D1_SUBPROPERTY D2D1_SUBPROPERTY No documentation. D2D1_SUBPROPERTY_DISPLAYNAME D2D1_SUBPROPERTY_DISPLAYNAME No documentation. D2D1_SUBPROPERTY_ISREADONLY D2D1_SUBPROPERTY_ISREADONLY No documentation. D2D1_SUBPROPERTY_MIN D2D1_SUBPROPERTY_MIN No documentation. D2D1_SUBPROPERTY_MAX D2D1_SUBPROPERTY_MAX No documentation. D2D1_SUBPROPERTY_DEFAULT D2D1_SUBPROPERTY_DEFAULT No documentation. D2D1_SUBPROPERTY_FIELDS D2D1_SUBPROPERTY_FIELDS No documentation. D2D1_SUBPROPERTY_INDEX D2D1_SUBPROPERTY_INDEX No documentation. D2D1_SVG_ASPECT_ALIGN D2D1_SVG_ASPECT_ALIGN No documentation. D2D1_SVG_ASPECT_ALIGN_NONE D2D1_SVG_ASPECT_ALIGN_NONE No documentation. D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MIN D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MIN No documentation. D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MIN D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MIN No documentation. D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MIN D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MIN No documentation. D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MID D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MID No documentation. D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MID D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MID No documentation. D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MID D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MID No documentation. D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MAX D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MAX No documentation. D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MAX D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MAX No documentation. D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MAX D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MAX No documentation. D2D1_SVG_ASPECT_SCALING D2D1_SVG_ASPECT_SCALING No documentation. D2D1_SVG_ASPECT_SCALING_MEET D2D1_SVG_ASPECT_SCALING_MEET No documentation. D2D1_SVG_ASPECT_SCALING_SLICE D2D1_SVG_ASPECT_SCALING_SLICE No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE D2D1_SVG_ATTRIBUTE_POD_TYPE No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_FLOAT D2D1_SVG_ATTRIBUTE_POD_TYPE_FLOAT No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_COLOR D2D1_SVG_ATTRIBUTE_POD_TYPE_COLOR No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_FILL_MODE D2D1_SVG_ATTRIBUTE_POD_TYPE_FILL_MODE No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_DISPLAY D2D1_SVG_ATTRIBUTE_POD_TYPE_DISPLAY No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_OVERFLOW D2D1_SVG_ATTRIBUTE_POD_TYPE_OVERFLOW No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_CAP D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_CAP No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_JOIN D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_JOIN No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_VISIBILITY D2D1_SVG_ATTRIBUTE_POD_TYPE_VISIBILITY No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_MATRIX D2D1_SVG_ATTRIBUTE_POD_TYPE_MATRIX No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_UNIT_TYPE D2D1_SVG_ATTRIBUTE_POD_TYPE_UNIT_TYPE No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_EXTEND_MODE D2D1_SVG_ATTRIBUTE_POD_TYPE_EXTEND_MODE No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_PRESERVE_ASPECT_RATIO D2D1_SVG_ATTRIBUTE_POD_TYPE_PRESERVE_ASPECT_RATIO No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_VIEWBOX D2D1_SVG_ATTRIBUTE_POD_TYPE_VIEWBOX No documentation. D2D1_SVG_ATTRIBUTE_POD_TYPE_LENGTH D2D1_SVG_ATTRIBUTE_POD_TYPE_LENGTH No documentation. D2D1_SVG_ATTRIBUTE_STRING_TYPE D2D1_SVG_ATTRIBUTE_STRING_TYPE No documentation. D2D1_SVG_ATTRIBUTE_STRING_TYPE_SVG D2D1_SVG_ATTRIBUTE_STRING_TYPE_SVG No documentation. D2D1_SVG_ATTRIBUTE_STRING_TYPE_ID D2D1_SVG_ATTRIBUTE_STRING_TYPE_ID No documentation. D2D1_SVG_DISPLAY D2D1_SVG_DISPLAY No documentation. D2D1_SVG_DISPLAY_INLINE D2D1_SVG_DISPLAY_INLINE No documentation. D2D1_SVG_DISPLAY_NONE D2D1_SVG_DISPLAY_NONE No documentation. D2D1_SVG_LENGTH_UNITS D2D1_SVG_LENGTH_UNITS No documentation. D2D1_SVG_LENGTH_UNITS_NUMBER D2D1_SVG_LENGTH_UNITS_NUMBER No documentation. D2D1_SVG_LENGTH_UNITS_PERCENTAGE D2D1_SVG_LENGTH_UNITS_PERCENTAGE No documentation. D2D1_SVG_LINE_CAP D2D1_SVG_LINE_CAP No documentation. D2D1_SVG_LINE_CAP_BUTT D2D1_SVG_LINE_CAP_BUTT No documentation. D2D1_SVG_LINE_CAP_SQUARE D2D1_SVG_LINE_CAP_SQUARE No documentation. D2D1_SVG_LINE_CAP_ROUND D2D1_SVG_LINE_CAP_ROUND No documentation. D2D1_SVG_LINE_JOIN D2D1_SVG_LINE_JOIN No documentation. D2D1_SVG_LINE_JOIN_BEVEL D2D1_SVG_LINE_JOIN_BEVEL No documentation. D2D1_SVG_LINE_JOIN_MITER D2D1_SVG_LINE_JOIN_MITER No documentation. D2D1_SVG_LINE_JOIN_ROUND D2D1_SVG_LINE_JOIN_ROUND No documentation. D2D1_SVG_OVERFLOW D2D1_SVG_OVERFLOW No documentation. D2D1_SVG_OVERFLOW_VISIBLE D2D1_SVG_OVERFLOW_VISIBLE No documentation. D2D1_SVG_OVERFLOW_HIDDEN D2D1_SVG_OVERFLOW_HIDDEN No documentation. D2D1_SVG_PAINT_TYPE D2D1_SVG_PAINT_TYPE No documentation. D2D1_SVG_PAINT_TYPE_NONE D2D1_SVG_PAINT_TYPE_NONE No documentation. D2D1_SVG_PAINT_TYPE_COLOR D2D1_SVG_PAINT_TYPE_COLOR No documentation. D2D1_SVG_PAINT_TYPE_CURRENT_COLOR D2D1_SVG_PAINT_TYPE_CURRENT_COLOR No documentation. D2D1_SVG_PAINT_TYPE_URI D2D1_SVG_PAINT_TYPE_URI No documentation. D2D1_SVG_PAINT_TYPE_URI_NONE D2D1_SVG_PAINT_TYPE_URI_NONE No documentation. D2D1_SVG_PAINT_TYPE_URI_COLOR D2D1_SVG_PAINT_TYPE_URI_COLOR No documentation. D2D1_SVG_PAINT_TYPE_URI_CURRENT_COLOR D2D1_SVG_PAINT_TYPE_URI_CURRENT_COLOR No documentation. D2D1_SVG_PATH_COMMAND D2D1_SVG_PATH_COMMAND No documentation. D2D1_SVG_PATH_COMMAND_CLOSE_PATH D2D1_SVG_PATH_COMMAND_CLOSE_PATH No documentation. D2D1_SVG_PATH_COMMAND_MOVE_ABSOLUTE D2D1_SVG_PATH_COMMAND_MOVE_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_MOVE_RELATIVE D2D1_SVG_PATH_COMMAND_MOVE_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_LINE_ABSOLUTE D2D1_SVG_PATH_COMMAND_LINE_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_LINE_RELATIVE D2D1_SVG_PATH_COMMAND_LINE_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_CUBIC_ABSOLUTE D2D1_SVG_PATH_COMMAND_CUBIC_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_CUBIC_RELATIVE D2D1_SVG_PATH_COMMAND_CUBIC_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_QUADRADIC_ABSOLUTE D2D1_SVG_PATH_COMMAND_QUADRADIC_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_QUADRADIC_RELATIVE D2D1_SVG_PATH_COMMAND_QUADRADIC_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_ARC_ABSOLUTE D2D1_SVG_PATH_COMMAND_ARC_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_ARC_RELATIVE D2D1_SVG_PATH_COMMAND_ARC_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_HORIZONTAL_ABSOLUTE D2D1_SVG_PATH_COMMAND_HORIZONTAL_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_HORIZONTAL_RELATIVE D2D1_SVG_PATH_COMMAND_HORIZONTAL_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_VERTICAL_ABSOLUTE D2D1_SVG_PATH_COMMAND_VERTICAL_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_VERTICAL_RELATIVE D2D1_SVG_PATH_COMMAND_VERTICAL_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_ABSOLUTE D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_RELATIVE D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_RELATIVE No documentation. D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_ABSOLUTE D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_ABSOLUTE No documentation. D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_RELATIVE D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_RELATIVE No documentation. D2D1_SVG_UNIT_TYPE D2D1_SVG_UNIT_TYPE No documentation. D2D1_SVG_UNIT_TYPE_USER_SPACE_ON_USE D2D1_SVG_UNIT_TYPE_USER_SPACE_ON_USE No documentation. D2D1_SVG_UNIT_TYPE_OBJECT_BOUNDING_BOX D2D1_SVG_UNIT_TYPE_OBJECT_BOUNDING_BOX No documentation. D2D1_SVG_VISIBILITY D2D1_SVG_VISIBILITY No documentation. D2D1_SVG_VISIBILITY_VISIBLE D2D1_SVG_VISIBILITY_VISIBLE No documentation. D2D1_SVG_VISIBILITY_HIDDEN D2D1_SVG_VISIBILITY_HIDDEN No documentation. D2D1_SWEEP_DIRECTION D2D1_SWEEP_DIRECTION No documentation. D2D1_SWEEP_DIRECTION_COUNTER_CLOCKWISE D2D1_SWEEP_DIRECTION_COUNTER_CLOCKWISE No documentation. D2D1_SWEEP_DIRECTION_CLOCKWISE D2D1_SWEEP_DIRECTION_CLOCKWISE No documentation. D2D1_TABLETRANSFER_PROP D2D1_TABLETRANSFER_PROP No documentation. D2D1_TABLETRANSFER_PROP_RED_TABLE D2D1_TABLETRANSFER_PROP_RED_TABLE No documentation. D2D1_TABLETRANSFER_PROP_RED_DISABLE D2D1_TABLETRANSFER_PROP_RED_DISABLE No documentation. D2D1_TABLETRANSFER_PROP_GREEN_TABLE D2D1_TABLETRANSFER_PROP_GREEN_TABLE No documentation. D2D1_TABLETRANSFER_PROP_GREEN_DISABLE D2D1_TABLETRANSFER_PROP_GREEN_DISABLE No documentation. D2D1_TABLETRANSFER_PROP_BLUE_TABLE D2D1_TABLETRANSFER_PROP_BLUE_TABLE No documentation. D2D1_TABLETRANSFER_PROP_BLUE_DISABLE D2D1_TABLETRANSFER_PROP_BLUE_DISABLE No documentation. D2D1_TABLETRANSFER_PROP_ALPHA_TABLE D2D1_TABLETRANSFER_PROP_ALPHA_TABLE No documentation. D2D1_TABLETRANSFER_PROP_ALPHA_DISABLE D2D1_TABLETRANSFER_PROP_ALPHA_DISABLE No documentation. D2D1_TABLETRANSFER_PROP_CLAMP_OUTPUT D2D1_TABLETRANSFER_PROP_CLAMP_OUTPUT No documentation. D2D1_TEMPERATUREANDTINT_PROP D2D1_TEMPERATUREANDTINT_PROP No documentation. D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE No documentation. D2D1_TEMPERATUREANDTINT_PROP_TINT D2D1_TEMPERATUREANDTINT_PROP_TINT No documentation. D2D1_TEXT_ANTIALIAS_MODE D2D1_TEXT_ANTIALIAS_MODE No documentation. D2D1_TEXT_ANTIALIAS_MODE_DEFAULT D2D1_TEXT_ANTIALIAS_MODE_DEFAULT No documentation. D2D1_TEXT_ANTIALIAS_MODE_CLEARTYPE D2D1_TEXT_ANTIALIAS_MODE_CLEARTYPE No documentation. D2D1_TEXT_ANTIALIAS_MODE_GRAYSCALE D2D1_TEXT_ANTIALIAS_MODE_GRAYSCALE No documentation. D2D1_TEXT_ANTIALIAS_MODE_ALIASED D2D1_TEXT_ANTIALIAS_MODE_ALIASED No documentation. D2D1_THREADING_MODE D2D1_THREADING_MODE No documentation. D2D1_THREADING_MODE_SINGLE_THREADED D2D1_THREADING_MODE_SINGLE_THREADED No documentation. D2D1_THREADING_MODE_MULTI_THREADED D2D1_THREADING_MODE_MULTI_THREADED No documentation. D2D1_TILE_PROP D2D1_TILE_PROP No documentation. D2D1_TILE_PROP_RECT D2D1_TILE_PROP_RECT No documentation. D2D1_TINT_PROP D2D1_TINT_PROP No documentation. D2D1_TINT_PROP_COLOR D2D1_TINT_PROP_COLOR No documentation. D2D1_TINT_PROP_CLAMP_OUTPUT D2D1_TINT_PROP_CLAMP_OUTPUT No documentation. D2D1_3DTRANSFORM_INTERPOLATION_MODE D2D1_3DTRANSFORM_INTERPOLATION_MODE No documentation. D2D1_3DTRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_3DTRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_3DTRANSFORM_INTERPOLATION_MODE_LINEAR D2D1_3DTRANSFORM_INTERPOLATION_MODE_LINEAR No documentation. D2D1_3DTRANSFORM_INTERPOLATION_MODE_CUBIC D2D1_3DTRANSFORM_INTERPOLATION_MODE_CUBIC No documentation. D2D1_3DTRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR D2D1_3DTRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_3DTRANSFORM_INTERPOLATION_MODE_ANISOTROPIC D2D1_3DTRANSFORM_INTERPOLATION_MODE_ANISOTROPIC No documentation. D2D1_3DTRANSFORM_PROP D2D1_3DTRANSFORM_PROP No documentation. D2D1_3DTRANSFORM_PROP_INTERPOLATION_MODE D2D1_3DTRANSFORM_PROP_INTERPOLATION_MODE No documentation. D2D1_3DTRANSFORM_PROP_BORDER_MODE D2D1_3DTRANSFORM_PROP_BORDER_MODE No documentation. D2D1_3DTRANSFORM_PROP_TRANSFORM_MATRIX D2D1_3DTRANSFORM_PROP_TRANSFORM_MATRIX No documentation. D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_NONE D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_NONE No documentation. D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_DISABLE_DPI_SCALE D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_DISABLE_DPI_SCALE No documentation. D2D1_TURBULENCE_NOISE D2D1_TURBULENCE_NOISE No documentation. D2D1_TURBULENCE_NOISE_FRACTAL_SUM D2D1_TURBULENCE_NOISE_FRACTAL_SUM No documentation. D2D1_TURBULENCE_NOISE_TURBULENCE D2D1_TURBULENCE_NOISE_TURBULENCE No documentation. D2D1_TURBULENCE_PROP D2D1_TURBULENCE_PROP No documentation. D2D1_TURBULENCE_PROP_OFFSET D2D1_TURBULENCE_PROP_OFFSET No documentation. D2D1_TURBULENCE_PROP_SIZE D2D1_TURBULENCE_PROP_SIZE No documentation. D2D1_TURBULENCE_PROP_BASE_FREQUENCY D2D1_TURBULENCE_PROP_BASE_FREQUENCY No documentation. D2D1_TURBULENCE_PROP_NUM_OCTAVES D2D1_TURBULENCE_PROP_NUM_OCTAVES No documentation. D2D1_TURBULENCE_PROP_SEED D2D1_TURBULENCE_PROP_SEED No documentation. D2D1_TURBULENCE_PROP_NOISE D2D1_TURBULENCE_PROP_NOISE No documentation. D2D1_TURBULENCE_PROP_STITCHABLE D2D1_TURBULENCE_PROP_STITCHABLE No documentation. D2D1_UNIT_MODE D2D1_UNIT_MODE No documentation. D2D1_UNIT_MODE_DIPS D2D1_UNIT_MODE_DIPS No documentation. D2D1_UNIT_MODE_PIXELS D2D1_UNIT_MODE_PIXELS No documentation. D2D1_VERTEX_OPTIONS_NONE D2D1_VERTEX_OPTIONS_NONE No documentation. D2D1_VERTEX_OPTIONS_DO_NOT_CLEAR D2D1_VERTEX_OPTIONS_DO_NOT_CLEAR No documentation. D2D1_VERTEX_OPTIONS_USE_DEPTH_BUFFER D2D1_VERTEX_OPTIONS_USE_DEPTH_BUFFER No documentation. D2D1_VERTEX_OPTIONS_ASSUME_NO_OVERLAP D2D1_VERTEX_OPTIONS_ASSUME_NO_OVERLAP No documentation. D2D1_VERTEX_USAGE D2D1_VERTEX_USAGE No documentation. D2D1_VERTEX_USAGE_STATIC D2D1_VERTEX_USAGE_STATIC No documentation. D2D1_VERTEX_USAGE_DYNAMIC D2D1_VERTEX_USAGE_DYNAMIC No documentation. D2D1_VIGNETTE_PROP D2D1_VIGNETTE_PROP No documentation. D2D1_VIGNETTE_PROP_COLOR D2D1_VIGNETTE_PROP_COLOR No documentation. D2D1_VIGNETTE_PROP_TRANSITION_SIZE D2D1_VIGNETTE_PROP_TRANSITION_SIZE No documentation. D2D1_VIGNETTE_PROP_STRENGTH D2D1_VIGNETTE_PROP_STRENGTH No documentation. D2D1_WHITELEVELADJUSTMENT_PROP D2D1_WHITELEVELADJUSTMENT_PROP No documentation. D2D1_WHITELEVELADJUSTMENT_PROP_INPUT_WHITE_LEVEL D2D1_WHITELEVELADJUSTMENT_PROP_INPUT_WHITE_LEVEL No documentation. D2D1_WHITELEVELADJUSTMENT_PROP_OUTPUT_WHITE_LEVEL D2D1_WHITELEVELADJUSTMENT_PROP_OUTPUT_WHITE_LEVEL No documentation. D2D1_WINDOW_STATE D2D1_WINDOW_STATE No documentation. D2D1_WINDOW_STATE_NONE D2D1_WINDOW_STATE_NONE No documentation. D2D1_WINDOW_STATE_OCCLUDED D2D1_WINDOW_STATE_OCCLUDED No documentation. D2D1_YCBCR_CHROMA_SUBSAMPLING D2D1_YCBCR_CHROMA_SUBSAMPLING No documentation. D2D1_YCBCR_CHROMA_SUBSAMPLING_AUTO D2D1_YCBCR_CHROMA_SUBSAMPLING_AUTO No documentation. D2D1_YCBCR_CHROMA_SUBSAMPLING_420 D2D1_YCBCR_CHROMA_SUBSAMPLING_420 No documentation. D2D1_YCBCR_CHROMA_SUBSAMPLING_422 D2D1_YCBCR_CHROMA_SUBSAMPLING_422 No documentation. D2D1_YCBCR_CHROMA_SUBSAMPLING_444 D2D1_YCBCR_CHROMA_SUBSAMPLING_444 No documentation. D2D1_YCBCR_CHROMA_SUBSAMPLING_440 D2D1_YCBCR_CHROMA_SUBSAMPLING_440 No documentation. D2D1_YCBCR_INTERPOLATION_MODE D2D1_YCBCR_INTERPOLATION_MODE No documentation. D2D1_YCBCR_INTERPOLATION_MODE_NEAREST_NEIGHBOR D2D1_YCBCR_INTERPOLATION_MODE_NEAREST_NEIGHBOR No documentation. D2D1_YCBCR_INTERPOLATION_MODE_LINEAR D2D1_YCBCR_INTERPOLATION_MODE_LINEAR No documentation. D2D1_YCBCR_INTERPOLATION_MODE_CUBIC D2D1_YCBCR_INTERPOLATION_MODE_CUBIC No documentation. D2D1_YCBCR_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR D2D1_YCBCR_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR No documentation. D2D1_YCBCR_INTERPOLATION_MODE_ANISOTROPIC D2D1_YCBCR_INTERPOLATION_MODE_ANISOTROPIC No documentation. D2D1_YCBCR_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC D2D1_YCBCR_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC No documentation. D2D1_YCBCR_PROP D2D1_YCBCR_PROP No documentation. D2D1_YCBCR_PROP_CHROMA_SUBSAMPLING D2D1_YCBCR_PROP_CHROMA_SUBSAMPLING No documentation. D2D1_YCBCR_PROP_TRANSFORM_MATRIX D2D1_YCBCR_PROP_TRANSFORM_MATRIX No documentation. D2D1_YCBCR_PROP_INTERPOLATION_MODE D2D1_YCBCR_PROP_INTERPOLATION_MODE No documentation. D2D1_CREATION_PROPERTIES D2D1_CREATION_PROPERTIES No documentation. threadingMode threadingMode No documentation. debugLevel debugLevel No documentation. options options No documentation. D2D1_DRAWING_STATE_DESCRIPTION D2D1_DRAWING_STATE_DESCRIPTION No documentation. antialiasMode antialiasMode No documentation. textAntialiasMode textAntialiasMode No documentation. tag1 tag1 No documentation. tag2 tag2 No documentation. transform transform No documentation. D2D1_DRAWING_STATE_DESCRIPTION1 D2D1_DRAWING_STATE_DESCRIPTION1 No documentation. antialiasMode antialiasMode No documentation. textAntialiasMode textAntialiasMode No documentation. tag1 tag1 No documentation. tag2 tag2 No documentation. transform transform No documentation. primitiveBlend primitiveBlend No documentation. unitMode unitMode No documentation. D2D1_EFFECT_INPUT_DESCRIPTION D2D1_EFFECT_INPUT_DESCRIPTION No documentation. effect effect No documentation. inputIndex inputIndex No documentation. inputRectangle inputRectangle No documentation. D2D1_FACTORY_OPTIONS D2D1_FACTORY_OPTIONS No documentation. debugLevel debugLevel No documentation. D2D1_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS D2D1_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS No documentation. computeShaders_Plus_RawAndStructuredBuffers_Via_Shader_4_x computeShaders_Plus_RawAndStructuredBuffers_Via_Shader_4_x No documentation. D2D1_FEATURE_DATA_DOUBLES D2D1_FEATURE_DATA_DOUBLES No documentation. doublePrecisionFloatShaderOps doublePrecisionFloatShaderOps No documentation. D2D1_GRADIENT_MESH_PATCH D2D1_GRADIENT_MESH_PATCH No documentation. point00 point00 No documentation. point01 point01 No documentation. point02 point02 No documentation. point03 point03 No documentation. point10 point10 No documentation. point11 point11 No documentation. point12 point12 No documentation. point13 point13 No documentation. point20 point20 No documentation. point21 point21 No documentation. point22 point22 No documentation. point23 point23 No documentation. point30 point30 No documentation. point31 point31 No documentation. point32 point32 No documentation. point33 point33 No documentation. color00 color00 No documentation. color03 color03 No documentation. color30 color30 No documentation. color33 color33 No documentation. topEdgeMode topEdgeMode No documentation. leftEdgeMode leftEdgeMode No documentation. bottomEdgeMode bottomEdgeMode No documentation. rightEdgeMode rightEdgeMode No documentation. D2D1_HWND_RENDER_TARGET_PROPERTIES D2D1_HWND_RENDER_TARGET_PROPERTIES No documentation. hwnd hwnd No documentation. pixelSize pixelSize No documentation. presentOptions presentOptions No documentation. D2D1_INK_BEZIER_SEGMENT D2D1_INK_BEZIER_SEGMENT No documentation. point1 point1 No documentation. point2 point2 No documentation. point3 point3 No documentation. D2D1_INK_POINT D2D1_INK_POINT No documentation. x x No documentation. y y No documentation. radius radius No documentation. D2D1_INK_STYLE_PROPERTIES D2D1_INK_STYLE_PROPERTIES No documentation. nibShape nibShape No documentation. nibTransform nibTransform No documentation. D2D1_INPUT_DESCRIPTION D2D1_INPUT_DESCRIPTION No documentation. filter filter No documentation. levelOfDetailCount levelOfDetailCount No documentation. D2D1_LAYER_PARAMETERS D2D1_LAYER_PARAMETERS No documentation. contentBounds contentBounds No documentation. geometricMask geometricMask No documentation. maskAntialiasMode maskAntialiasMode No documentation. maskTransform maskTransform No documentation. opacity opacity No documentation. opacityBrush opacityBrush No documentation. layerOptions layerOptions No documentation. D2D1_LAYER_PARAMETERS1 D2D1_LAYER_PARAMETERS1 No documentation. contentBounds contentBounds No documentation. geometricMask geometricMask No documentation. maskAntialiasMode maskAntialiasMode No documentation. maskTransform maskTransform No documentation. opacity opacity No documentation. opacityBrush opacityBrush No documentation. layerOptions layerOptions No documentation. D2D1_MAPPED_RECT D2D1_MAPPED_RECT No documentation. pitch pitch No documentation. bits bits No documentation. D2D1_POINT_DESCRIPTION D2D1_POINT_DESCRIPTION No documentation. point point No documentation. unitTangentVector unitTangentVector No documentation. endSegment endSegment No documentation. endFigure endFigure No documentation. lengthToEndSegment lengthToEndSegment No documentation. D2D1_PRINT_CONTROL_PROPERTIES D2D1_PRINT_CONTROL_PROPERTIES No documentation. fontSubset fontSubset No documentation. rasterDPI rasterDPI No documentation. colorSpace colorSpace No documentation. D2D1_PROPERTY_BINDING D2D1_PROPERTY_BINDING No documentation. propertyName propertyName No documentation. setFunction setFunction No documentation. getFunction getFunction No documentation. D2D1_QUADRATIC_BEZIER_SEGMENT D2D1_QUADRATIC_BEZIER_SEGMENT No documentation. point1 point1 No documentation. point2 point2 No documentation. D2D1_RENDERING_CONTROLS D2D1_RENDERING_CONTROLS No documentation. bufferPrecision bufferPrecision No documentation. tileSize tileSize No documentation. D2D1_RESOURCE_TEXTURE_PROPERTIES D2D1_RESOURCE_TEXTURE_PROPERTIES No documentation. extents extents No documentation. dimensions dimensions No documentation. bufferPrecision bufferPrecision No documentation. channelDepth channelDepth No documentation. filter filter No documentation. extendModes extendModes No documentation. D2D1_SIMPLE_COLOR_PROFILE D2D1_SIMPLE_COLOR_PROFILE No documentation. redPrimary redPrimary No documentation. greenPrimary greenPrimary No documentation. bluePrimary bluePrimary No documentation. whitePointXZ whitePointXZ No documentation. gamma gamma No documentation. D2D1_STROKE_STYLE_PROPERTIES D2D1_STROKE_STYLE_PROPERTIES No documentation. startCap startCap No documentation. endCap endCap No documentation. dashCap dashCap No documentation. lineJoin lineJoin No documentation. miterLimit miterLimit No documentation. dashStyle dashStyle No documentation. dashOffset dashOffset No documentation. D2D1_STROKE_STYLE_PROPERTIES1 D2D1_STROKE_STYLE_PROPERTIES1 No documentation. startCap startCap No documentation. endCap endCap No documentation. dashCap dashCap No documentation. lineJoin lineJoin No documentation. miterLimit miterLimit No documentation. dashStyle dashStyle No documentation. dashOffset dashOffset No documentation. transformType transformType No documentation. D2D1_SVG_LENGTH D2D1_SVG_LENGTH No documentation. value value No documentation. units units No documentation. D2D1_SVG_PRESERVE_ASPECT_RATIO D2D1_SVG_PRESERVE_ASPECT_RATIO No documentation. defer defer No documentation. align align No documentation. meetOrSlice meetOrSlice No documentation. D2D1_SVG_VIEWBOX D2D1_SVG_VIEWBOX No documentation. x x No documentation. y y No documentation. width width No documentation. height height No documentation. D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES No documentation. orientation orientation No documentation. scaleX scaleX No documentation. scaleY scaleY No documentation. interpolationMode interpolationMode No documentation. options options No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1AnalysisTransform::ProcessAnalysisResults([In, Buffer] const unsigned char* analysisData,[In] UINT32 analysisDataCount) ID2D1AnalysisTransform::ProcessAnalysisResults No documentation. GetExtendModeX / SetExtendModeX GetExtendModeX No documentation. GetExtendModeY / SetExtendModeY GetExtendModeY No documentation. GetInterpolationMode / SetInterpolationMode GetInterpolationMode No documentation. GetBitmap / SetBitmap GetBitmap No documentation. No documentation. void ID2D1BitmapBrush::SetExtendModeX([In] D2D1_EXTEND_MODE extendModeX) ID2D1BitmapBrush::SetExtendModeX No documentation. No documentation. void ID2D1BitmapBrush::SetExtendModeY([In] D2D1_EXTEND_MODE extendModeY) ID2D1BitmapBrush::SetExtendModeY No documentation. No documentation. void ID2D1BitmapBrush::SetInterpolationMode([In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode) ID2D1BitmapBrush::SetInterpolationMode No documentation. No documentation. void ID2D1BitmapBrush::SetBitmap([In, Optional] ID2D1Bitmap* bitmap) ID2D1BitmapBrush::SetBitmap No documentation. No documentation. D2D1_EXTEND_MODE ID2D1BitmapBrush::GetExtendModeX() ID2D1BitmapBrush::GetExtendModeX No documentation. No documentation. D2D1_EXTEND_MODE ID2D1BitmapBrush::GetExtendModeY() ID2D1BitmapBrush::GetExtendModeY No documentation. No documentation. D2D1_BITMAP_INTERPOLATION_MODE ID2D1BitmapBrush::GetInterpolationMode() ID2D1BitmapBrush::GetInterpolationMode No documentation. No documentation. void ID2D1BitmapBrush::GetBitmap([Out, Optional] ID2D1Bitmap** bitmap) ID2D1BitmapBrush::GetBitmap No documentation. GetInterpolationMode1 / SetInterpolationMode1 GetInterpolationMode1 No documentation. No documentation. void ID2D1BitmapBrush1::SetInterpolationMode1([In] D2D1_INTERPOLATION_MODE interpolationMode) ID2D1BitmapBrush1::SetInterpolationMode1 No documentation. No documentation. D2D1_INTERPOLATION_MODE ID2D1BitmapBrush1::GetInterpolationMode1() ID2D1BitmapBrush1::GetInterpolationMode1 No documentation. GetDescription / SetDescription GetDescription No documentation. No documentation. void ID2D1BlendTransform::SetDescription([In] const D2D1_BLEND_DESCRIPTION* description) ID2D1BlendTransform::SetDescription No documentation. No documentation. void ID2D1BlendTransform::GetDescription([Out] D2D1_BLEND_DESCRIPTION* description) ID2D1BlendTransform::GetDescription No documentation. GetExtendModeX / SetExtendModeX GetExtendModeX No documentation. GetExtendModeY / SetExtendModeY GetExtendModeY No documentation. No documentation. void ID2D1BorderTransform::SetExtendModeX([In] D2D1_EXTEND_MODE extendMode) ID2D1BorderTransform::SetExtendModeX No documentation. No documentation. void ID2D1BorderTransform::SetExtendModeY([In] D2D1_EXTEND_MODE extendMode) ID2D1BorderTransform::SetExtendModeY No documentation. No documentation. D2D1_EXTEND_MODE ID2D1BorderTransform::GetExtendModeX() ID2D1BorderTransform::GetExtendModeX No documentation. No documentation. D2D1_EXTEND_MODE ID2D1BorderTransform::GetExtendModeY() ID2D1BorderTransform::GetExtendModeY No documentation. GetOutputBounds / SetOutputBounds GetOutputBounds No documentation. No documentation. void ID2D1BoundsAdjustmentTransform::SetOutputBounds([In] const RECT* outputBounds) ID2D1BoundsAdjustmentTransform::SetOutputBounds No documentation. No documentation. void ID2D1BoundsAdjustmentTransform::GetOutputBounds([Out] RECT* outputBounds) ID2D1BoundsAdjustmentTransform::GetOutputBounds No documentation. GetOpacity / SetOpacity GetOpacity No documentation. GetTransform / SetTransform GetTransform No documentation. No documentation. void ID2D1Brush::SetOpacity([In] float opacity) ID2D1Brush::SetOpacity No documentation. No documentation. void ID2D1Brush::SetTransform([In] const D2D_MATRIX_3X2_F* transform) ID2D1Brush::SetTransform No documentation. No documentation. float ID2D1Brush::GetOpacity() ID2D1Brush::GetOpacity No documentation. No documentation. void ID2D1Brush::GetTransform([Out] D2D_MATRIX_3X2_F* transform) ID2D1Brush::GetTransform No documentation. GetColorSpace GetColorSpace No documentation. GetProfileSize GetProfileSize No documentation. No documentation. D2D1_COLOR_SPACE ID2D1ColorContext::GetColorSpace() ID2D1ColorContext::GetColorSpace No documentation. No documentation. UINT32 ID2D1ColorContext::GetProfileSize() ID2D1ColorContext::GetProfileSize No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1ColorContext::GetProfile([Out, Buffer] unsigned char* profile,[In] UINT32 profileSize) ID2D1ColorContext::GetProfile No documentation. GetColorContextType GetColorContextType No documentation. GetDXGIColorSpace GetDXGIColorSpace No documentation. GetSimpleColorProfile GetSimpleColorProfile No documentation. No documentation. D2D1_COLOR_CONTEXT_TYPE ID2D1ColorContext1::GetColorContextType() ID2D1ColorContext1::GetColorContextType No documentation. No documentation. DXGI_COLOR_SPACE_TYPE ID2D1ColorContext1::GetDXGIColorSpace() ID2D1ColorContext1::GetDXGIColorSpace No documentation. No documentation. No documentation. HRESULT ID2D1ColorContext1::GetSimpleColorProfile([Out] D2D1_SIMPLE_COLOR_PROFILE* simpleProfile) ID2D1ColorContext1::GetSimpleColorProfile No documentation. No documentation. No documentation. HRESULT ID2D1CommandList::Stream([In] ID2D1CommandSink* sink) ID2D1CommandList::Stream No documentation. No documentation. HRESULT ID2D1CommandList::Close() ID2D1CommandList::Close No documentation. SetPrimitiveBlend1 SetPrimitiveBlend1 No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink1::SetPrimitiveBlend1([In] D2D1_PRIMITIVE_BLEND primitiveBlend) ID2D1CommandSink1::SetPrimitiveBlend1 No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink2::DrawInk([In] ID2D1Ink* ink,[In] ID2D1Brush* brush,[In, Optional] ID2D1InkStyle* inkStyle) ID2D1CommandSink2::DrawInk No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink2::DrawGradientMesh([In] ID2D1GradientMesh* gradientMesh) ID2D1CommandSink2::DrawGradientMesh No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink2::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle) ID2D1CommandSink2::DrawGdiMetafile No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink3::DrawSpriteBatch([In] ID2D1SpriteBatch* spriteBatch,[In] UINT32 startIndex,[In] UINT32 spriteCount,[In] ID2D1Bitmap* bitmap,[In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode,[In] D2D1_SPRITE_OPTIONS spriteOptions) ID2D1CommandSink3::DrawSpriteBatch No documentation. SetPrimitiveBlend2 SetPrimitiveBlend2 No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink4::SetPrimitiveBlend2([In] D2D1_PRIMITIVE_BLEND primitiveBlend) ID2D1CommandSink4::SetPrimitiveBlend2 No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink5::BlendImage([In] ID2D1Image* image,[In] D2D1_BLEND_MODE blendMode,[In, Optional] const D2D_POINT_2F* targetOffset,[In, Optional] const D2D_RECT_F* imageRectangle,[In] D2D1_INTERPOLATION_MODE interpolationMode) ID2D1CommandSink5::BlendImage No documentation. SetAntialiasMode SetAntialiasMode No documentation. SetTextAntialiasMode SetTextAntialiasMode No documentation. SetTextRenderingParams SetTextRenderingParams No documentation. SetTransform SetTransform No documentation. SetPrimitiveBlend SetPrimitiveBlend No documentation. SetUnitMode SetUnitMode No documentation. No documentation. HRESULT ID2D1CommandSink::BeginDraw() ID2D1CommandSink::BeginDraw No documentation. No documentation. HRESULT ID2D1CommandSink::EndDraw() ID2D1CommandSink::EndDraw No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::SetAntialiasMode([In] D2D1_ANTIALIAS_MODE antialiasMode) ID2D1CommandSink::SetAntialiasMode No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::SetTags([In] unsigned longlong tag1,[In] unsigned longlong tag2) ID2D1CommandSink::SetTags No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::SetTextAntialiasMode([In] D2D1_TEXT_ANTIALIAS_MODE textAntialiasMode) ID2D1CommandSink::SetTextAntialiasMode No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::SetTextRenderingParams([In, Optional] IDWriteRenderingParams* textRenderingParams) ID2D1CommandSink::SetTextRenderingParams No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::SetTransform([In] const D2D_MATRIX_3X2_F* transform) ID2D1CommandSink::SetTransform No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::SetPrimitiveBlend([In] D2D1_PRIMITIVE_BLEND primitiveBlend) ID2D1CommandSink::SetPrimitiveBlend No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::SetUnitMode([In] D2D1_UNIT_MODE unitMode) ID2D1CommandSink::SetUnitMode No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::Clear([In, Optional] const D3DCOLORVALUE* color) ID2D1CommandSink::Clear No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::DrawGlyphRun([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] const DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription,[In] ID2D1Brush* foregroundBrush,[In] DWRITE_MEASURING_MODE measuringMode) ID2D1CommandSink::DrawGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::DrawLine([In] D2D_POINT_2F point0,[In] D2D_POINT_2F point1,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1CommandSink::DrawLine No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::DrawGeometry([In] ID2D1Geometry* geometry,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1CommandSink::DrawGeometry No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::DrawRectangle([In] const D2D_RECT_F* rect,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle) ID2D1CommandSink::DrawRectangle No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle,[In, Optional] const D2D_MATRIX_4X4_F* perspectiveTransform) ID2D1CommandSink::DrawBitmap No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::DrawImage([In] ID2D1Image* image,[In, Optional] const D2D_POINT_2F* targetOffset,[In, Optional] const D2D_RECT_F* imageRectangle,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In] D2D1_COMPOSITE_MODE compositeMode) ID2D1CommandSink::DrawImage No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_POINT_2F* targetOffset) ID2D1CommandSink::DrawGdiMetafile No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::FillMesh([In] ID2D1Mesh* mesh,[In] ID2D1Brush* brush) ID2D1CommandSink::FillMesh No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::FillOpacityMask([In] ID2D1Bitmap* opacityMask,[In] ID2D1Brush* brush,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle) ID2D1CommandSink::FillOpacityMask No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::FillGeometry([In] ID2D1Geometry* geometry,[In] ID2D1Brush* brush,[In, Optional] ID2D1Brush* opacityBrush) ID2D1CommandSink::FillGeometry No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::FillRectangle([In] const D2D_RECT_F* rect,[In] ID2D1Brush* brush) ID2D1CommandSink::FillRectangle No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::PushAxisAlignedClip([In] const D2D_RECT_F* clipRect,[In] D2D1_ANTIALIAS_MODE antialiasMode) ID2D1CommandSink::PushAxisAlignedClip No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1CommandSink::PushLayer([In] const D2D1_LAYER_PARAMETERS1* layerParameters1,[In, Optional] ID2D1Layer* layer) ID2D1CommandSink::PushLayer No documentation. No documentation. HRESULT ID2D1CommandSink::PopAxisAlignedClip() ID2D1CommandSink::PopAxisAlignedClip No documentation. No documentation. HRESULT ID2D1CommandSink::PopLayer() ID2D1CommandSink::PopLayer No documentation. SetComputeShader SetComputeShader No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1ComputeInfo::SetComputeShaderConstantBuffer([In, Buffer] const unsigned char* buffer,[In] UINT32 bufferCount) ID2D1ComputeInfo::SetComputeShaderConstantBuffer No documentation. No documentation. No documentation. HRESULT ID2D1ComputeInfo::SetComputeShader([In] const GUID& shaderId) ID2D1ComputeInfo::SetComputeShader No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1ComputeInfo::SetResourceTexture([In] UINT32 textureIndex,[In] ID2D1ResourceTexture* resourceTexture) ID2D1ComputeInfo::SetResourceTexture No documentation. No documentation. No documentation. HRESULT ID2D1ComputeTransform::SetComputeInfo([In] ID2D1ComputeInfo* computeInfo) ID2D1ComputeTransform::SetComputeInfo No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1ComputeTransform::CalculateThreadgroups([In] const RECT* outputRect,[Out] UINT32* dimensionX,[Out] UINT32* dimensionY,[Out] UINT32* dimensionZ) ID2D1ComputeTransform::CalculateThreadgroups No documentation. SetCached SetCached No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1ConcreteTransform::SetOutputBuffer([In] D2D1_BUFFER_PRECISION bufferPrecision,[In] D2D1_CHANNEL_DEPTH channelDepth) ID2D1ConcreteTransform::SetOutputBuffer No documentation. No documentation. void ID2D1ConcreteTransform::SetCached([In] BOOL isCached) ID2D1ConcreteTransform::SetCached No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DCRenderTarget::BindDC([In] const HDC hDC,[In] const RECT* pSubRect) ID2D1DCRenderTarget::BindDC No documentation. GetMaximumTextureMemory / SetMaximumTextureMemory GetMaximumTextureMemory No documentation. No documentation. No documentation. HRESULT ID2D1Device::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out] ID2D1DeviceContext** deviceContext) ID2D1Device::CreateDeviceContext No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Device::CreatePrintControl([In] IWICImagingFactory* wicFactory,[In] IPrintDocumentPackageTarget* documentTarget,[In, Optional] const D2D1_PRINT_CONTROL_PROPERTIES* printControlProperties,[Out] ID2D1PrintControl** printControl) ID2D1Device::CreatePrintControl No documentation. No documentation. void ID2D1Device::SetMaximumTextureMemory([In] unsigned longlong maximumInBytes) ID2D1Device::SetMaximumTextureMemory No documentation. No documentation. unsigned longlong ID2D1Device::GetMaximumTextureMemory() ID2D1Device::GetMaximumTextureMemory No documentation. No documentation. void ID2D1Device::ClearResources([In] UINT32 millisecondsSinceUse) ID2D1Device::ClearResources No documentation. GetRenderingPriority / SetRenderingPriority GetRenderingPriority No documentation. No documentation. D2D1_RENDERING_PRIORITY ID2D1Device1::GetRenderingPriority() ID2D1Device1::GetRenderingPriority No documentation. No documentation. void ID2D1Device1::SetRenderingPriority([In] D2D1_RENDERING_PRIORITY renderingPriority) ID2D1Device1::SetRenderingPriority No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Device1::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out] ID2D1DeviceContext1** deviceContext1) ID2D1Device1::CreateDeviceContext No documentation. GetDxgiDevice GetDxgiDevice No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Device2::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out] ID2D1DeviceContext2** deviceContext2) ID2D1Device2::CreateDeviceContext No documentation. No documentation. void ID2D1Device2::FlushDeviceContexts([In] ID2D1Bitmap* bitmap) ID2D1Device2::FlushDeviceContexts No documentation. No documentation. No documentation. HRESULT ID2D1Device2::GetDxgiDevice([Out] IDXGIDevice** dxgiDevice) ID2D1Device2::GetDxgiDevice No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Device3::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out] ID2D1DeviceContext3** deviceContext3) ID2D1Device3::CreateDeviceContext No documentation. GetMaximumColorGlyphCacheMemory / SetMaximumColorGlyphCacheMemory GetMaximumColorGlyphCacheMemory No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Device4::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out] ID2D1DeviceContext4** deviceContext4) ID2D1Device4::CreateDeviceContext No documentation. No documentation. void ID2D1Device4::SetMaximumColorGlyphCacheMemory([In] unsigned longlong maximumInBytes) ID2D1Device4::SetMaximumColorGlyphCacheMemory No documentation. No documentation. unsigned longlong ID2D1Device4::GetMaximumColorGlyphCacheMemory() ID2D1Device4::GetMaximumColorGlyphCacheMemory No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Device5::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out] ID2D1DeviceContext5** deviceContext5) ID2D1Device5::CreateDeviceContext No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Device6::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out] ID2D1DeviceContext6** deviceContext6) ID2D1Device6::CreateDeviceContext No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext1::CreateFilledGeometryRealization([In] ID2D1Geometry* geometry,[In] float flatteningTolerance,[Out] ID2D1GeometryRealization** geometryRealization) ID2D1DeviceContext1::CreateFilledGeometryRealization No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext1::CreateStrokedGeometryRealization([In] ID2D1Geometry* geometry,[In] float flatteningTolerance,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[Out] ID2D1GeometryRealization** geometryRealization) ID2D1DeviceContext1::CreateStrokedGeometryRealization No documentation. No documentation. No documentation. void ID2D1DeviceContext1::DrawGeometryRealization([In] ID2D1GeometryRealization* geometryRealization,[In] ID2D1Brush* brush) ID2D1DeviceContext1::DrawGeometryRealization No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateInk([In] const D2D1_INK_POINT* startPoint,[Out] ID2D1Ink** ink) ID2D1DeviceContext2::CreateInk No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateInkStyle([In, Optional] const D2D1_INK_STYLE_PROPERTIES* inkStyleProperties,[Out] ID2D1InkStyle** inkStyle) ID2D1DeviceContext2::CreateInkStyle No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateGradientMesh([In, Buffer] const D2D1_GRADIENT_MESH_PATCH* patches,[In] UINT32 patchesCount,[Out] ID2D1GradientMesh** gradientMesh) ID2D1DeviceContext2::CreateGradientMesh No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateImageSourceFromWic([In] IWICBitmapSource* wicBitmapSource,[In] D2D1_IMAGE_SOURCE_LOADING_OPTIONS loadingOptions,[In] D2D1_ALPHA_MODE alphaMode,[Out] ID2D1ImageSourceFromWic** imageSource) ID2D1DeviceContext2::CreateImageSourceFromWic No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateLookupTable3D([In] D2D1_BUFFER_PRECISION precision,[In, Buffer] const UINT32* extents,[In, Buffer] const unsigned char* data,[In] UINT32 dataCount,[In, Buffer] const UINT32* strides,[Out] ID2D1LookupTable3D** lookupTable) ID2D1DeviceContext2::CreateLookupTable3D No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateImageSourceFromDxgi([In, Buffer] IDXGISurface** surfaces,[In] UINT32 surfaceCount,[In] DXGI_COLOR_SPACE_TYPE colorSpace,[In] D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS options,[Out] ID2D1ImageSource** imageSource) ID2D1DeviceContext2::CreateImageSourceFromDxgi No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::GetGradientMeshWorldBounds([In] ID2D1GradientMesh* gradientMesh,[Out] D2D_RECT_F* pBounds) ID2D1DeviceContext2::GetGradientMeshWorldBounds No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext2::DrawInk([In] ID2D1Ink* ink,[In] ID2D1Brush* brush,[In, Optional] ID2D1InkStyle* inkStyle) ID2D1DeviceContext2::DrawInk No documentation. No documentation. void ID2D1DeviceContext2::DrawGradientMesh([In] ID2D1GradientMesh* gradientMesh) ID2D1DeviceContext2::DrawGradientMesh No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext2::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle) ID2D1DeviceContext2::DrawGdiMetafile No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateTransformedImageSource([In] ID2D1ImageSource* imageSource,[In] const D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES* properties,[Out] ID2D1TransformedImageSource** transformedImageSource) ID2D1DeviceContext2::CreateTransformedImageSource No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateImageSourceFromDxgi([In, Buffer] IDXGISurface** surfaces,[In] UINT32 surfaceCount,[In] DXGI_COLOR_SPACE_TYPE colorSpace,[In] D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS options,[Out] ID2D1ImageSource** imageSource) ID2D1DeviceContext2::CreateImageSourceFromDxgi No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext2::CreateImageSourceFromDxgi([In, Buffer] IDXGISurface** surfaces,[In] UINT32 surfaceCount,[In] DXGI_COLOR_SPACE_TYPE colorSpace,[In] D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS options,[Out] ID2D1ImageSource** imageSource) ID2D1DeviceContext2::CreateImageSourceFromDxgi No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext3::CreateSpriteBatch([Out] ID2D1SpriteBatch** spriteBatch) ID2D1DeviceContext3::CreateSpriteBatch No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext3::DrawSpriteBatch([In] ID2D1SpriteBatch* spriteBatch,[In] UINT32 startIndex,[In] UINT32 spriteCount,[In] ID2D1Bitmap* bitmap,[In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode,[In] D2D1_SPRITE_OPTIONS spriteOptions) ID2D1DeviceContext3::DrawSpriteBatch No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext4::CreateSvgGlyphStyle([Out] ID2D1SvgGlyphStyle** svgGlyphStyle) ID2D1DeviceContext4::CreateSvgGlyphStyle No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext4::DrawTextW([In, Buffer] const wchar_t* string,[In] UINT32 stringLength,[In] IDWriteTextFormat* textFormat,[In] const D2D_RECT_F* layoutRect,[In, Optional] ID2D1Brush* defaultFillBrush,[In, Optional] ID2D1SvgGlyphStyle* svgGlyphStyle,[In] UINT32 colorPaletteIndex,[In] D2D1_DRAW_TEXT_OPTIONS options,[In] DWRITE_MEASURING_MODE measuringMode) ID2D1DeviceContext4::DrawTextW No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext4::DrawTextLayout([In] D2D_POINT_2F origin,[In] IDWriteTextLayout* textLayout,[In, Optional] ID2D1Brush* defaultFillBrush,[In, Optional] ID2D1SvgGlyphStyle* svgGlyphStyle,[In] UINT32 colorPaletteIndex,[In] D2D1_DRAW_TEXT_OPTIONS options) ID2D1DeviceContext4::DrawTextLayout No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext4::DrawColorBitmapGlyphRun([In] DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat,[In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] DWRITE_MEASURING_MODE measuringMode,[In] D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION bitmapSnapOption) ID2D1DeviceContext4::DrawColorBitmapGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext4::DrawSvgGlyphRun([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] ID2D1Brush* defaultFillBrush,[In, Optional] ID2D1SvgGlyphStyle* svgGlyphStyle,[In] UINT32 colorPaletteIndex,[In] DWRITE_MEASURING_MODE measuringMode) ID2D1DeviceContext4::DrawSvgGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext4::GetColorBitmapGlyphImage([In] DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat,[In] D2D_POINT_2F glyphOrigin,[In] IDWriteFontFace* fontFace,[In] float fontEmSize,[In] unsigned short glyphIndex,[In] BOOL isSideways,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float dpiX,[In] float dpiY,[Out] D2D_MATRIX_3X2_F* glyphTransform,[Out] ID2D1Image** glyphImage) ID2D1DeviceContext4::GetColorBitmapGlyphImage No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext4::GetSvgGlyphImage([In] D2D_POINT_2F glyphOrigin,[In] IDWriteFontFace* fontFace,[In] float fontEmSize,[In] unsigned short glyphIndex,[In] BOOL isSideways,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In, Optional] ID2D1Brush* defaultFillBrush,[In, Optional] ID2D1SvgGlyphStyle* svgGlyphStyle,[In] UINT32 colorPaletteIndex,[Out] D2D_MATRIX_3X2_F* glyphTransform,[Out] ID2D1CommandList** glyphImage) ID2D1DeviceContext4::GetSvgGlyphImage No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext5::CreateSvgDocument([In, Optional] IStream* inputXmlStream,[In] D2D_SIZE_F viewportSize,[Out] ID2D1SvgDocument** svgDocument) ID2D1DeviceContext5::CreateSvgDocument No documentation. No documentation. void ID2D1DeviceContext5::DrawSvgDocument([In] ID2D1SvgDocument* svgDocument) ID2D1DeviceContext5::DrawSvgDocument No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext5::CreateColorContextFromDxgiColorSpace([In] DXGI_COLOR_SPACE_TYPE colorSpace,[Out] ID2D1ColorContext1** colorContext) ID2D1DeviceContext5::CreateColorContextFromDxgiColorSpace No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1DeviceContext5::CreateColorContextFromSimpleColorProfile([In] const D2D1_SIMPLE_COLOR_PROFILE* simpleProfile,[Out] ID2D1ColorContext1** colorContext) ID2D1DeviceContext5::CreateColorContextFromSimpleColorProfile No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1DeviceContext6::BlendImage([In] ID2D1Image* image,[In] D2D1_BLEND_MODE blendMode,[In, Optional] const D2D_POINT_2F* targetOffset,[In, Optional] const D2D_RECT_F* imageRectangle,[In] D2D1_INTERPOLATION_MODE interpolationMode) ID2D1DeviceContext6::BlendImage No documentation. GetDescription / SetDescription GetDescription No documentation. GetTextRenderingParams / SetTextRenderingParams GetTextRenderingParams No documentation. No documentation. void ID2D1DrawingStateBlock::GetDescription([Out] D2D1_DRAWING_STATE_DESCRIPTION* stateDescription) ID2D1DrawingStateBlock::GetDescription No documentation. No documentation. void ID2D1DrawingStateBlock::SetDescription([In] const D2D1_DRAWING_STATE_DESCRIPTION* stateDescription) ID2D1DrawingStateBlock::SetDescription No documentation. No documentation. void ID2D1DrawingStateBlock::SetTextRenderingParams([In, Optional] IDWriteRenderingParams* textRenderingParams) ID2D1DrawingStateBlock::SetTextRenderingParams No documentation. No documentation. void ID2D1DrawingStateBlock::GetTextRenderingParams([Out, Optional] IDWriteRenderingParams** textRenderingParams) ID2D1DrawingStateBlock::GetTextRenderingParams No documentation. GetDescription / SetDescription GetDescription No documentation. No documentation. void ID2D1DrawingStateBlock1::GetDescription([Out] D2D1_DRAWING_STATE_DESCRIPTION1* stateDescription) ID2D1DrawingStateBlock1::GetDescription No documentation. No documentation. void ID2D1DrawingStateBlock1::SetDescription([In] const D2D1_DRAWING_STATE_DESCRIPTION1* stateDescription) ID2D1DrawingStateBlock1::SetDescription No documentation. No documentation. No documentation. HRESULT ID2D1DrawTransform::SetDrawInfo([In] ID2D1DrawInfo* drawInfo) ID2D1DrawTransform::SetDrawInfo No documentation. GetInputCount / SetInputCount GetInputCount No documentation. GetOutput GetOutput No documentation. No documentation. No documentation. No documentation. void ID2D1Effect::SetInput([In] UINT32 index,[In, Optional] ID2D1Image* input,[In] BOOL invalidate) ID2D1Effect::SetInput No documentation. No documentation. No documentation. HRESULT ID2D1Effect::SetInputCount([In] UINT32 inputCount) ID2D1Effect::SetInputCount No documentation. No documentation. No documentation. void ID2D1Effect::GetInput([In] UINT32 index,[Out, Optional] ID2D1Image** input) ID2D1Effect::GetInput No documentation. No documentation. UINT32 ID2D1Effect::GetInputCount() ID2D1Effect::GetInputCount No documentation. No documentation. void ID2D1Effect::GetOutput([Out] ID2D1Image** outputImage) ID2D1Effect::GetOutput No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext1::CreateLookupTable3D([In] D2D1_BUFFER_PRECISION precision,[In, Buffer] const UINT32* extents,[In, Buffer] const unsigned char* data,[In] UINT32 dataCount,[In, Buffer] const UINT32* strides,[Out] ID2D1LookupTable3D** lookupTable) ID2D1EffectContext1::CreateLookupTable3D No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext2::CreateColorContextFromDxgiColorSpace([In] DXGI_COLOR_SPACE_TYPE colorSpace,[Out] ID2D1ColorContext1** colorContext) ID2D1EffectContext2::CreateColorContextFromDxgiColorSpace No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectContext2::CreateColorContextFromSimpleColorProfile([In] const D2D1_SIMPLE_COLOR_PROFILE* simpleProfile,[Out] ID2D1ColorContext1** colorContext) ID2D1EffectContext2::CreateColorContextFromSimpleColorProfile No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1EffectImpl::Initialize([In] ID2D1EffectContext* effectContext,[In] ID2D1TransformGraph* transformGraph) ID2D1EffectImpl::Initialize No documentation. No documentation. No documentation. HRESULT ID2D1EffectImpl::PrepareForRender([In] D2D1_CHANGE_TYPE changeType) ID2D1EffectImpl::PrepareForRender No documentation. No documentation. No documentation. HRESULT ID2D1EffectImpl::SetGraph([In] ID2D1TransformGraph* transformGraph) ID2D1EffectImpl::SetGraph No documentation. GetEllipse GetEllipse No documentation. No documentation. void ID2D1EllipseGeometry::GetEllipse([Out] D2D1_ELLIPSE* ellipse) ID2D1EllipseGeometry::GetEllipse No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory2::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out] ID2D1Device1** d2dDevice1) ID2D1Factory2::CreateDevice No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory3::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out] ID2D1Device2** d2dDevice2) ID2D1Factory3::CreateDevice No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory4::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out] ID2D1Device3** d2dDevice3) ID2D1Factory4::CreateDevice No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory5::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out] ID2D1Device4** d2dDevice4) ID2D1Factory5::CreateDevice No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory6::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out] ID2D1Device5** d2dDevice5) ID2D1Factory6::CreateDevice No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Factory7::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out] ID2D1Device6** d2dDevice6) ID2D1Factory7::CreateDevice No documentation. No documentation. No documentation. HRESULT ID2D1GdiInteropRenderTarget::GetDC([In] D2D1_DC_INITIALIZE_MODE mode,[Out] HDC* hdc) ID2D1GdiInteropRenderTarget::GetDC No documentation. No documentation. No documentation. HRESULT ID2D1GdiInteropRenderTarget::ReleaseDC([In, Optional] const RECT* update) ID2D1GdiInteropRenderTarget::ReleaseDC No documentation. GetBounds GetBounds No documentation. No documentation. No documentation. HRESULT ID2D1GdiMetafile::Stream([In] ID2D1GdiMetafileSink* sink) ID2D1GdiMetafile::Stream No documentation. No documentation. No documentation. HRESULT ID2D1GdiMetafile::GetBounds([Out] D2D_RECT_F* bounds) ID2D1GdiMetafile::GetBounds No documentation. GetSourceBounds GetSourceBounds No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1GdiMetafile1::GetDpi([Out] float* dpiX,[Out] float* dpiY) ID2D1GdiMetafile1::GetDpi No documentation. No documentation. No documentation. HRESULT ID2D1GdiMetafile1::GetSourceBounds([Out] D2D_RECT_F* bounds) ID2D1GdiMetafile1::GetSourceBounds No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1GdiMetafileSink1::ProcessRecord([In] DWORD recordType,[In, Optional] const void* recordData,[In] DWORD recordDataSize,[In] UINT32 flags) ID2D1GdiMetafileSink1::ProcessRecord No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1GdiMetafileSink::ProcessRecord([In] DWORD recordType,[In, Optional] const void* recordData,[In] DWORD recordDataSize) ID2D1GdiMetafileSink::ProcessRecord No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::GetBounds([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[Out] D2D_RECT_F* bounds) ID2D1Geometry::GetBounds No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::GetWidenedBounds([In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] D2D_RECT_F* bounds) ID2D1Geometry::GetWidenedBounds No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::StrokeContainsPoint([In] D2D_POINT_2F point,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] BOOL* contains) ID2D1Geometry::StrokeContainsPoint No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::FillContainsPoint([In] D2D_POINT_2F point,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] BOOL* contains) ID2D1Geometry::FillContainsPoint No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::CompareWithGeometry([In] ID2D1Geometry* inputGeometry,[In, Optional] const D2D_MATRIX_3X2_F* inputGeometryTransform,[In] float flatteningTolerance,[Out] D2D1_GEOMETRY_RELATION* relation) ID2D1Geometry::CompareWithGeometry No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::Simplify([In] D2D1_GEOMETRY_SIMPLIFICATION_OPTION simplificationOption,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[In] ID2D1SimplifiedGeometrySink* geometrySink) ID2D1Geometry::Simplify No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::Tessellate([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[In] ID2D1TessellationSink* tessellationSink) ID2D1Geometry::Tessellate No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::CombineWithGeometry([In] ID2D1Geometry* inputGeometry,[In] D2D1_COMBINE_MODE combineMode,[In, Optional] const D2D_MATRIX_3X2_F* inputGeometryTransform,[In] float flatteningTolerance,[In] ID2D1SimplifiedGeometrySink* geometrySink) ID2D1Geometry::CombineWithGeometry No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::Outline([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[In] ID2D1SimplifiedGeometrySink* geometrySink) ID2D1Geometry::Outline No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::ComputeArea([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] float* area) ID2D1Geometry::ComputeArea No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::ComputeLength([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] float* length) ID2D1Geometry::ComputeLength No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::ComputePointAtLength([In] float length,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out, Optional] D2D_POINT_2F* point,[Out, Optional] D2D_POINT_2F* unitTangentVector) ID2D1Geometry::ComputePointAtLength No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Geometry::Widen([In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[In] ID2D1SimplifiedGeometrySink* geometrySink) ID2D1Geometry::Widen No documentation. GetPatchCount GetPatchCount No documentation. No documentation. UINT32 ID2D1GradientMesh::GetPatchCount() ID2D1GradientMesh::GetPatchCount No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1GradientMesh::GetPatches([In] UINT32 startIndex,[Out, Buffer] D2D1_GRADIENT_MESH_PATCH* patches,[In] UINT32 patchesCount) ID2D1GradientMesh::GetPatches No documentation. GetGradientStopCount GetGradientStopCount No documentation. GetColorInterpolationGamma GetColorInterpolationGamma No documentation. GetExtendMode GetExtendMode No documentation. No documentation. UINT32 ID2D1GradientStopCollection::GetGradientStopCount() ID2D1GradientStopCollection::GetGradientStopCount No documentation. No documentation. No documentation. void ID2D1GradientStopCollection::GetGradientStops([Out, Buffer] D2D1_GRADIENT_STOP* gradientStops,[In] UINT32 gradientStopsCount) ID2D1GradientStopCollection::GetGradientStops No documentation. No documentation. D2D1_GAMMA ID2D1GradientStopCollection::GetColorInterpolationGamma() ID2D1GradientStopCollection::GetColorInterpolationGamma No documentation. No documentation. D2D1_EXTEND_MODE ID2D1GradientStopCollection::GetExtendMode() ID2D1GradientStopCollection::GetExtendMode No documentation. GetPreInterpolationSpace GetPreInterpolationSpace No documentation. GetPostInterpolationSpace GetPostInterpolationSpace No documentation. GetBufferPrecision GetBufferPrecision No documentation. GetColorInterpolationMode GetColorInterpolationMode No documentation. No documentation. No documentation. void ID2D1GradientStopCollection1::GetGradientStops1([Out, Buffer] D2D1_GRADIENT_STOP* gradientStops,[In] UINT32 gradientStopsCount) ID2D1GradientStopCollection1::GetGradientStops1 No documentation. No documentation. D2D1_COLOR_SPACE ID2D1GradientStopCollection1::GetPreInterpolationSpace() ID2D1GradientStopCollection1::GetPreInterpolationSpace No documentation. No documentation. D2D1_COLOR_SPACE ID2D1GradientStopCollection1::GetPostInterpolationSpace() ID2D1GradientStopCollection1::GetPostInterpolationSpace No documentation. No documentation. D2D1_BUFFER_PRECISION ID2D1GradientStopCollection1::GetBufferPrecision() ID2D1GradientStopCollection1::GetBufferPrecision No documentation. No documentation. D2D1_COLOR_INTERPOLATION_MODE ID2D1GradientStopCollection1::GetColorInterpolationMode() ID2D1GradientStopCollection1::GetColorInterpolationMode No documentation. GetHwnd GetHwnd No documentation. No documentation. D2D1_WINDOW_STATE ID2D1HwndRenderTarget::CheckWindowState() ID2D1HwndRenderTarget::CheckWindowState No documentation. No documentation. No documentation. HRESULT ID2D1HwndRenderTarget::Resize([In] const D2D_SIZE_U* pixelSize) ID2D1HwndRenderTarget::Resize No documentation. No documentation. HWND ID2D1HwndRenderTarget::GetHwnd() ID2D1HwndRenderTarget::GetHwnd No documentation. GetImage / SetImage GetImage No documentation. GetExtendModeX / SetExtendModeX GetExtendModeX No documentation. GetExtendModeY / SetExtendModeY GetExtendModeY No documentation. GetInterpolationMode / SetInterpolationMode GetInterpolationMode No documentation. GetSourceRectangle / SetSourceRectangle GetSourceRectangle No documentation. No documentation. void ID2D1ImageBrush::SetImage([In, Optional] ID2D1Image* image) ID2D1ImageBrush::SetImage No documentation. No documentation. void ID2D1ImageBrush::SetExtendModeX([In] D2D1_EXTEND_MODE extendModeX) ID2D1ImageBrush::SetExtendModeX No documentation. No documentation. void ID2D1ImageBrush::SetExtendModeY([In] D2D1_EXTEND_MODE extendModeY) ID2D1ImageBrush::SetExtendModeY No documentation. No documentation. void ID2D1ImageBrush::SetInterpolationMode([In] D2D1_INTERPOLATION_MODE interpolationMode) ID2D1ImageBrush::SetInterpolationMode No documentation. No documentation. void ID2D1ImageBrush::SetSourceRectangle([In] const D2D_RECT_F* sourceRectangle) ID2D1ImageBrush::SetSourceRectangle No documentation. No documentation. void ID2D1ImageBrush::GetImage([Out, Optional] ID2D1Image** image) ID2D1ImageBrush::GetImage No documentation. No documentation. D2D1_EXTEND_MODE ID2D1ImageBrush::GetExtendModeX() ID2D1ImageBrush::GetExtendModeX No documentation. No documentation. D2D1_EXTEND_MODE ID2D1ImageBrush::GetExtendModeY() ID2D1ImageBrush::GetExtendModeY No documentation. No documentation. D2D1_INTERPOLATION_MODE ID2D1ImageBrush::GetInterpolationMode() ID2D1ImageBrush::GetInterpolationMode No documentation. No documentation. void ID2D1ImageBrush::GetSourceRectangle([Out] D2D_RECT_F* sourceRectangle) ID2D1ImageBrush::GetSourceRectangle No documentation. No documentation. HRESULT ID2D1ImageSource::OfferResources() ID2D1ImageSource::OfferResources No documentation. No documentation. No documentation. HRESULT ID2D1ImageSource::TryReclaimResources([Out] BOOL* resourcesDiscarded) ID2D1ImageSource::TryReclaimResources No documentation. GetSource GetSource No documentation. No documentation. No documentation. HRESULT ID2D1ImageSourceFromWic::EnsureCached([In, Optional] const D2D_RECT_U* rectangleToFill) ID2D1ImageSourceFromWic::EnsureCached No documentation. No documentation. No documentation. HRESULT ID2D1ImageSourceFromWic::TrimCache([In, Optional] const D2D_RECT_U* rectangleToPreserve) ID2D1ImageSourceFromWic::TrimCache No documentation. No documentation. void ID2D1ImageSourceFromWic::GetSource([Out, Optional] IWICBitmapSource** wicBitmapSource) ID2D1ImageSourceFromWic::GetSource No documentation. GetStartPoint / SetStartPoint GetStartPoint No documentation. SetSegmentAtEnd SetSegmentAtEnd No documentation. GetSegmentCount GetSegmentCount No documentation. No documentation. void ID2D1Ink::SetStartPoint([In] const D2D1_INK_POINT* startPoint) ID2D1Ink::SetStartPoint No documentation. No documentation. D2D1_INK_POINT ID2D1Ink::GetStartPoint() ID2D1Ink::GetStartPoint No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Ink::AddSegments([In, Buffer] const D2D1_INK_BEZIER_SEGMENT* segments,[In] UINT32 segmentsCount) ID2D1Ink::AddSegments No documentation. No documentation. No documentation. HRESULT ID2D1Ink::RemoveSegmentsAtEnd([In] UINT32 segmentsCount) ID2D1Ink::RemoveSegmentsAtEnd No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Ink::SetSegments([In] UINT32 startSegment,[In, Buffer] const D2D1_INK_BEZIER_SEGMENT* segments,[In] UINT32 segmentsCount) ID2D1Ink::SetSegments No documentation. No documentation. No documentation. HRESULT ID2D1Ink::SetSegmentAtEnd([In] const D2D1_INK_BEZIER_SEGMENT* segment) ID2D1Ink::SetSegmentAtEnd No documentation. No documentation. UINT32 ID2D1Ink::GetSegmentCount() ID2D1Ink::GetSegmentCount No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Ink::GetSegments([In] UINT32 startSegment,[Out, Buffer] D2D1_INK_BEZIER_SEGMENT* segments,[In] UINT32 segmentsCount) ID2D1Ink::GetSegments No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Ink::StreamAsGeometry([In, Optional] ID2D1InkStyle* inkStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[In] ID2D1SimplifiedGeometrySink* geometrySink) ID2D1Ink::StreamAsGeometry No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1Ink::GetBounds([In, Optional] ID2D1InkStyle* inkStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[Out] D2D_RECT_F* bounds) ID2D1Ink::GetBounds No documentation. GetNibTransform / SetNibTransform GetNibTransform No documentation. GetNibShape / SetNibShape GetNibShape No documentation. No documentation. void ID2D1InkStyle::SetNibTransform([In] const D2D_MATRIX_3X2_F* transform) ID2D1InkStyle::SetNibTransform No documentation. No documentation. void ID2D1InkStyle::GetNibTransform([Out] D2D_MATRIX_3X2_F* transform) ID2D1InkStyle::GetNibTransform No documentation. No documentation. void ID2D1InkStyle::SetNibShape([In] D2D1_INK_NIB_SHAPE nibShape) ID2D1InkStyle::SetNibShape No documentation. No documentation. D2D1_INK_NIB_SHAPE ID2D1InkStyle::GetNibShape() ID2D1InkStyle::GetNibShape No documentation. GetSize GetSize No documentation. No documentation. D2D_SIZE_F ID2D1Layer::GetSize() ID2D1Layer::GetSize No documentation. GetStartPoint / SetStartPoint GetStartPoint No documentation. GetEndPoint / SetEndPoint GetEndPoint No documentation. GetGradientStopCollection GetGradientStopCollection No documentation. No documentation. void ID2D1LinearGradientBrush::SetStartPoint([In] D2D_POINT_2F startPoint) ID2D1LinearGradientBrush::SetStartPoint No documentation. No documentation. void ID2D1LinearGradientBrush::SetEndPoint([In] D2D_POINT_2F endPoint) ID2D1LinearGradientBrush::SetEndPoint No documentation. No documentation. D2D_POINT_2F ID2D1LinearGradientBrush::GetStartPoint() ID2D1LinearGradientBrush::GetStartPoint No documentation. No documentation. D2D_POINT_2F ID2D1LinearGradientBrush::GetEndPoint() ID2D1LinearGradientBrush::GetEndPoint No documentation. No documentation. void ID2D1LinearGradientBrush::GetGradientStopCollection([Out] ID2D1GradientStopCollection** gradientStopCollection) ID2D1LinearGradientBrush::GetGradientStopCollection No documentation. No documentation. No documentation. HRESULT ID2D1Mesh::Open([Out] ID2D1TessellationSink** tessellationSink) ID2D1Mesh::Open No documentation. GetMultithreadProtected GetMultithreadProtected No documentation. No documentation. BOOL ID2D1Multithread::GetMultithreadProtected() ID2D1Multithread::GetMultithreadProtected No documentation. void ID2D1Multithread::Enter() ID2D1Multithread::Enter No documentation. void ID2D1Multithread::Leave() ID2D1Multithread::Leave No documentation. GetOffset / SetOffset GetOffset No documentation. No documentation. void ID2D1OffsetTransform::SetOffset([In] POINT offset) ID2D1OffsetTransform::SetOffset No documentation. No documentation. POINT ID2D1OffsetTransform::GetOffset() ID2D1OffsetTransform::GetOffset No documentation. GetSegmentCount GetSegmentCount No documentation. GetFigureCount GetFigureCount No documentation. No documentation. HRESULT ID2D1PathGeometry::Open([Out] ID2D1GeometrySink** geometrySink) ID2D1PathGeometry::Open No documentation. No documentation. No documentation. HRESULT ID2D1PathGeometry::Stream([In] ID2D1GeometrySink* geometrySink) ID2D1PathGeometry::Stream No documentation. No documentation. No documentation. HRESULT ID2D1PathGeometry::GetSegmentCount([Out] UINT32* count) ID2D1PathGeometry::GetSegmentCount No documentation. No documentation. No documentation. HRESULT ID2D1PathGeometry::GetFigureCount([Out] UINT32* count) ID2D1PathGeometry::GetFigureCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1PathGeometry1::ComputePointAndSegmentAtLength([In] float length,[In] UINT32 startSegment,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] D2D1_POINT_DESCRIPTION* pointDescription) ID2D1PathGeometry1::ComputePointAndSegmentAtLength No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1PrintControl::AddPage([In] ID2D1CommandList* commandList,[In] D2D_SIZE_F pageSize,[In, Optional] IStream* pagePrintTicketStream,[Out, Optional] unsigned longlong* tag1,[Out, Optional] unsigned longlong* tag2) ID2D1PrintControl::AddPage No documentation. No documentation. HRESULT ID2D1PrintControl::Close() ID2D1PrintControl::Close No documentation. GetCenter / SetCenter GetCenter No documentation. GetGradientOriginOffset / SetGradientOriginOffset GetGradientOriginOffset No documentation. GetRadiusX / SetRadiusX GetRadiusX No documentation. GetRadiusY / SetRadiusY GetRadiusY No documentation. GetGradientStopCollection GetGradientStopCollection No documentation. No documentation. void ID2D1RadialGradientBrush::SetCenter([In] D2D_POINT_2F center) ID2D1RadialGradientBrush::SetCenter No documentation. No documentation. void ID2D1RadialGradientBrush::SetGradientOriginOffset([In] D2D_POINT_2F gradientOriginOffset) ID2D1RadialGradientBrush::SetGradientOriginOffset No documentation. No documentation. void ID2D1RadialGradientBrush::SetRadiusX([In] float radiusX) ID2D1RadialGradientBrush::SetRadiusX No documentation. No documentation. void ID2D1RadialGradientBrush::SetRadiusY([In] float radiusY) ID2D1RadialGradientBrush::SetRadiusY No documentation. No documentation. D2D_POINT_2F ID2D1RadialGradientBrush::GetCenter() ID2D1RadialGradientBrush::GetCenter No documentation. No documentation. D2D_POINT_2F ID2D1RadialGradientBrush::GetGradientOriginOffset() ID2D1RadialGradientBrush::GetGradientOriginOffset No documentation. No documentation. float ID2D1RadialGradientBrush::GetRadiusX() ID2D1RadialGradientBrush::GetRadiusX No documentation. No documentation. float ID2D1RadialGradientBrush::GetRadiusY() ID2D1RadialGradientBrush::GetRadiusY No documentation. No documentation. void ID2D1RadialGradientBrush::GetGradientStopCollection([Out] ID2D1GradientStopCollection** gradientStopCollection) ID2D1RadialGradientBrush::GetGradientStopCollection No documentation. GetRect GetRect No documentation. No documentation. void ID2D1RectangleGeometry::GetRect([Out] D2D_RECT_F* rect) ID2D1RectangleGeometry::GetRect No documentation. SetCached SetCached No documentation. SetInstructionCountHint SetInstructionCountHint No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderInfo::SetInputDescription([In] UINT32 inputIndex,[In] D2D1_INPUT_DESCRIPTION inputDescription) ID2D1RenderInfo::SetInputDescription No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1RenderInfo::SetOutputBuffer([In] D2D1_BUFFER_PRECISION bufferPrecision,[In] D2D1_CHANNEL_DEPTH channelDepth) ID2D1RenderInfo::SetOutputBuffer No documentation. No documentation. void ID2D1RenderInfo::SetCached([In] BOOL isCached) ID2D1RenderInfo::SetCached No documentation. No documentation. void ID2D1RenderInfo::SetInstructionCountHint([In] UINT32 instructionCount) ID2D1RenderInfo::SetInstructionCountHint No documentation. GetFactory GetFactory No documentation. No documentation. void ID2D1Resource::GetFactory([Out] ID2D1Factory** factory) ID2D1Resource::GetFactory No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1ResourceTexture::Update([In, Buffer, Optional] const UINT32* minimumExtents,[In, Buffer, Optional] const UINT32* maximimumExtents,[In, Buffer, Optional] const UINT32* strides,[In] UINT32 dimensions,[In, Buffer] const unsigned char* data,[In] UINT32 dataCount) ID2D1ResourceTexture::Update No documentation. GetRoundedRect GetRoundedRect No documentation. No documentation. void ID2D1RoundedRectangleGeometry::GetRoundedRect([Out] D2D1_ROUNDED_RECT* roundedRect) ID2D1RoundedRectangleGeometry::GetRoundedRect No documentation. GetColor / SetColor GetColor No documentation. No documentation. void ID2D1SolidColorBrush::SetColor([In] const D3DCOLORVALUE* color) ID2D1SolidColorBrush::SetColor No documentation. No documentation. D3DCOLORVALUE ID2D1SolidColorBrush::GetColor() ID2D1SolidColorBrush::GetColor No documentation. No documentation. No documentation. HRESULT ID2D1SourceTransform::SetRenderInfo([In] ID2D1RenderInfo* renderInfo) ID2D1SourceTransform::SetRenderInfo No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SourceTransform::Draw([In] ID2D1Bitmap1* target,[In] const RECT* drawRect,[In] D2D_POINT_2U targetOrigin) ID2D1SourceTransform::Draw No documentation. GetSpriteCount GetSpriteCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SpriteBatch::AddSprites([In] UINT32 spriteCount,[In, Buffer] const D2D_RECT_F* destinationRectangles,[In, Buffer, Optional] const D2D_RECT_U* sourceRectangles,[In, Buffer, Optional] const D3DCOLORVALUE* colors,[In, Buffer, Optional] const D2D_MATRIX_3X2_F* transforms,[In] UINT32 destinationRectanglesStride,[In] UINT32 sourceRectanglesStride,[In] UINT32 colorsStride,[In] UINT32 transformsStride) ID2D1SpriteBatch::AddSprites No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SpriteBatch::SetSprites([In] UINT32 startIndex,[In] UINT32 spriteCount,[In, Buffer, Optional] const D2D_RECT_F* destinationRectangles,[In, Buffer, Optional] const D2D_RECT_U* sourceRectangles,[In, Buffer, Optional] const D3DCOLORVALUE* colors,[In, Buffer, Optional] const D2D_MATRIX_3X2_F* transforms,[In] UINT32 destinationRectanglesStride,[In] UINT32 sourceRectanglesStride,[In] UINT32 colorsStride,[In] UINT32 transformsStride) ID2D1SpriteBatch::SetSprites No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SpriteBatch::GetSprites([In] UINT32 startIndex,[In] UINT32 spriteCount,[Out, Buffer, Optional] D2D_RECT_F* destinationRectangles,[Out, Buffer, Optional] D2D_RECT_U* sourceRectangles,[Out, Buffer, Optional] D3DCOLORVALUE* colors,[Out, Buffer, Optional] D2D_MATRIX_3X2_F* transforms) ID2D1SpriteBatch::GetSprites No documentation. No documentation. UINT32 ID2D1SpriteBatch::GetSpriteCount() ID2D1SpriteBatch::GetSpriteCount No documentation. void ID2D1SpriteBatch::Clear() ID2D1SpriteBatch::Clear No documentation. GetStartCap GetStartCap No documentation. GetEndCap GetEndCap No documentation. GetDashCap GetDashCap No documentation. GetMiterLimit GetMiterLimit No documentation. GetLineJoin GetLineJoin No documentation. GetDashOffset GetDashOffset No documentation. GetDashStyle GetDashStyle No documentation. GetDashesCount GetDashesCount No documentation. No documentation. D2D1_CAP_STYLE ID2D1StrokeStyle::GetStartCap() ID2D1StrokeStyle::GetStartCap No documentation. No documentation. D2D1_CAP_STYLE ID2D1StrokeStyle::GetEndCap() ID2D1StrokeStyle::GetEndCap No documentation. No documentation. D2D1_CAP_STYLE ID2D1StrokeStyle::GetDashCap() ID2D1StrokeStyle::GetDashCap No documentation. No documentation. float ID2D1StrokeStyle::GetMiterLimit() ID2D1StrokeStyle::GetMiterLimit No documentation. No documentation. D2D1_LINE_JOIN ID2D1StrokeStyle::GetLineJoin() ID2D1StrokeStyle::GetLineJoin No documentation. No documentation. float ID2D1StrokeStyle::GetDashOffset() ID2D1StrokeStyle::GetDashOffset No documentation. No documentation. D2D1_DASH_STYLE ID2D1StrokeStyle::GetDashStyle() ID2D1StrokeStyle::GetDashStyle No documentation. No documentation. UINT32 ID2D1StrokeStyle::GetDashesCount() ID2D1StrokeStyle::GetDashesCount No documentation. No documentation. No documentation. void ID2D1StrokeStyle::GetDashes([Out, Buffer] float* dashes,[In] UINT32 dashesCount) ID2D1StrokeStyle::GetDashes No documentation. GetStrokeTransformType GetStrokeTransformType No documentation. No documentation. D2D1_STROKE_TRANSFORM_TYPE ID2D1StrokeStyle1::GetStrokeTransformType() ID2D1StrokeStyle1::GetStrokeTransformType No documentation. GetElement GetElement No documentation. No documentation. void ID2D1SvgAttribute::GetElement([Out, Optional] ID2D1SvgElement** element) ID2D1SvgAttribute::GetElement No documentation. No documentation. No documentation. HRESULT ID2D1SvgAttribute::Clone([Out] ID2D1SvgAttribute** attribute) ID2D1SvgAttribute::Clone No documentation. GetViewportSize / SetViewportSize GetViewportSize No documentation. GetRoot / SetRoot GetRoot No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::SetViewportSize([In] D2D_SIZE_F viewportSize) ID2D1SvgDocument::SetViewportSize No documentation. No documentation. D2D_SIZE_F ID2D1SvgDocument::GetViewportSize() ID2D1SvgDocument::GetViewportSize No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::SetRoot([In, Optional] ID2D1SvgElement* root) ID2D1SvgDocument::SetRoot No documentation. No documentation. void ID2D1SvgDocument::GetRoot([Out, Optional] ID2D1SvgElement** root) ID2D1SvgDocument::GetRoot No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::FindElementById([In] const wchar_t* id,[Out, Optional] ID2D1SvgElement** svgElement) ID2D1SvgDocument::FindElementById No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::Serialize([In] IStream* outputXmlStream,[In, Optional] ID2D1SvgElement* subtree) ID2D1SvgDocument::Serialize No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::Deserialize([In] IStream* inputXmlStream,[Out] ID2D1SvgElement** subtree) ID2D1SvgDocument::Deserialize No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::CreatePaint([In] D2D1_SVG_PAINT_TYPE paintType,[In, Optional] const D3DCOLORVALUE* color,[In, Optional] const wchar_t* id,[Out] ID2D1SvgPaint** paint) ID2D1SvgDocument::CreatePaint No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::CreateStrokeDashArray([In, Buffer, Optional] const D2D1_SVG_LENGTH* dashes,[In] UINT32 dashesCount,[Out] ID2D1SvgStrokeDashArray** strokeDashArray) ID2D1SvgDocument::CreateStrokeDashArray No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::CreatePointCollection([In, Buffer, Optional] const D2D_POINT_2F* points,[In] UINT32 pointsCount,[Out] ID2D1SvgPointCollection** pointCollection) ID2D1SvgDocument::CreatePointCollection No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgDocument::CreatePathData([In, Buffer, Optional] const float* segmentData,[In] UINT32 segmentDataCount,[In, Buffer, Optional] const D2D1_SVG_PATH_COMMAND* commands,[In] UINT32 commandsCount,[Out] ID2D1SvgPathData** pathData) ID2D1SvgDocument::CreatePathData No documentation. GetDocument GetDocument No documentation. GetTagNameLength GetTagNameLength No documentation. IsTextContent IsTextContent No documentation. GetParent GetParent No documentation. GetFirstChild GetFirstChild No documentation. GetLastChild GetLastChild No documentation. GetSpecifiedAttributeCount GetSpecifiedAttributeCount No documentation. GetTextValueLength GetTextValueLength No documentation. No documentation. void ID2D1SvgElement::GetDocument([Out, Optional] ID2D1SvgDocument** document) ID2D1SvgElement::GetDocument No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetTagName([Out, Buffer] wchar_t* name,[In] UINT32 nameCount) ID2D1SvgElement::GetTagName No documentation. No documentation. UINT32 ID2D1SvgElement::GetTagNameLength() ID2D1SvgElement::GetTagNameLength No documentation. No documentation. BOOL ID2D1SvgElement::IsTextContent() ID2D1SvgElement::IsTextContent No documentation. No documentation. void ID2D1SvgElement::GetParent([Out, Optional] ID2D1SvgElement** parent) ID2D1SvgElement::GetParent No documentation. No documentation. BOOL ID2D1SvgElement::HasChildren() ID2D1SvgElement::HasChildren No documentation. No documentation. void ID2D1SvgElement::GetFirstChild([Out, Optional] ID2D1SvgElement** child) ID2D1SvgElement::GetFirstChild No documentation. No documentation. void ID2D1SvgElement::GetLastChild([Out, Optional] ID2D1SvgElement** child) ID2D1SvgElement::GetLastChild No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetPreviousChild([In] ID2D1SvgElement* referenceChild,[Out, Optional] ID2D1SvgElement** previousChild) ID2D1SvgElement::GetPreviousChild No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetNextChild([In] ID2D1SvgElement* referenceChild,[Out, Optional] ID2D1SvgElement** nextChild) ID2D1SvgElement::GetNextChild No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::InsertChildBefore([In] ID2D1SvgElement* newChild,[In, Optional] ID2D1SvgElement* referenceChild) ID2D1SvgElement::InsertChildBefore No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::AppendChild([In] ID2D1SvgElement* newChild) ID2D1SvgElement::AppendChild No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::ReplaceChild([In] ID2D1SvgElement* newChild,[In] ID2D1SvgElement* oldChild) ID2D1SvgElement::ReplaceChild No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::RemoveChild([In] ID2D1SvgElement* oldChild) ID2D1SvgElement::RemoveChild No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::CreateChild([In] const wchar_t* tagName,[Out] ID2D1SvgElement** newChild) ID2D1SvgElement::CreateChild No documentation. No documentation. No documentation. No documentation. BOOL ID2D1SvgElement::IsAttributeSpecified([In] const wchar_t* name,[Out, Optional] BOOL* inherited) ID2D1SvgElement::IsAttributeSpecified No documentation. No documentation. UINT32 ID2D1SvgElement::GetSpecifiedAttributeCount() ID2D1SvgElement::GetSpecifiedAttributeCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetSpecifiedAttributeName([In] UINT32 index,[Out, Buffer] wchar_t* name,[In] UINT32 nameCount,[Out, Optional] BOOL* inherited) ID2D1SvgElement::GetSpecifiedAttributeName No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetSpecifiedAttributeNameLength([In] UINT32 index,[Out] UINT32* nameLength,[Out, Optional] BOOL* inherited) ID2D1SvgElement::GetSpecifiedAttributeNameLength No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::RemoveAttribute([In] const wchar_t* name) ID2D1SvgElement::RemoveAttribute No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::SetTextValue([In, Buffer] const wchar_t* name,[In] UINT32 nameCount) ID2D1SvgElement::SetTextValue No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetTextValue([Out, Buffer] wchar_t* name,[In] UINT32 nameCount) ID2D1SvgElement::GetTextValue No documentation. No documentation. UINT32 ID2D1SvgElement::GetTextValueLength() ID2D1SvgElement::GetTextValueLength No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::SetAttributeValue([In] const wchar_t* name,[In] ID2D1SvgAttribute* value) ID2D1SvgElement::SetAttributeValue No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::SetAttributeValue([In] const wchar_t* name,[In] D2D1_SVG_ATTRIBUTE_POD_TYPE type,[In, Buffer] const void* value,[In] UINT32 valueSizeInBytes) ID2D1SvgElement::SetAttributeValue No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::SetAttributeValue([In] const wchar_t* name,[In] D2D1_SVG_ATTRIBUTE_STRING_TYPE type,[In] const wchar_t* value) ID2D1SvgElement::SetAttributeValue No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetAttributeValue([In] const wchar_t* name,[In] const GUID& riid,[Out, Optional] void** value) ID2D1SvgElement::GetAttributeValue No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetAttributeValue([In] const wchar_t* name,[In] D2D1_SVG_ATTRIBUTE_POD_TYPE type,[Out, Buffer] void* value,[In] UINT32 valueSizeInBytes) ID2D1SvgElement::GetAttributeValue No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetAttributeValue([In] const wchar_t* name,[In] D2D1_SVG_ATTRIBUTE_STRING_TYPE type,[Out, Buffer] wchar_t* value,[In] UINT32 valueCount) ID2D1SvgElement::GetAttributeValue No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgElement::GetAttributeValueLength([In] const wchar_t* name,[In] D2D1_SVG_ATTRIBUTE_STRING_TYPE type,[Out] UINT32* valueLength) ID2D1SvgElement::GetAttributeValueLength No documentation. GetFill / SetFill GetFill No documentation. GetStrokeDashesCount GetStrokeDashesCount No documentation. No documentation. No documentation. HRESULT ID2D1SvgGlyphStyle::SetFill([In, Optional] ID2D1Brush* brush) ID2D1SvgGlyphStyle::SetFill No documentation. No documentation. void ID2D1SvgGlyphStyle::GetFill([Out, Optional] ID2D1Brush** brush) ID2D1SvgGlyphStyle::GetFill No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgGlyphStyle::SetStroke([In, Optional] ID2D1Brush* brush,[In] float strokeWidth,[In, Buffer, Optional] const float* dashes,[In] UINT32 dashesCount,[In] float dashOffset) ID2D1SvgGlyphStyle::SetStroke No documentation. No documentation. UINT32 ID2D1SvgGlyphStyle::GetStrokeDashesCount() ID2D1SvgGlyphStyle::GetStrokeDashesCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. void ID2D1SvgGlyphStyle::GetStroke([Out, Optional] ID2D1Brush** brush,[Out, Optional] float* strokeWidth,[Out, Buffer, Optional] float* dashes,[In] UINT32 dashesCount,[Out, Optional] float* dashOffset) ID2D1SvgGlyphStyle::GetStroke No documentation. GetPaintType / SetPaintType GetPaintType No documentation. GetColor / SetColor GetColor No documentation. GetIdLength GetIdLength No documentation. No documentation. No documentation. HRESULT ID2D1SvgPaint::SetPaintType([In] D2D1_SVG_PAINT_TYPE paintType) ID2D1SvgPaint::SetPaintType No documentation. No documentation. D2D1_SVG_PAINT_TYPE ID2D1SvgPaint::GetPaintType() ID2D1SvgPaint::GetPaintType No documentation. No documentation. No documentation. HRESULT ID2D1SvgPaint::SetColor([In] const D3DCOLORVALUE* color) ID2D1SvgPaint::SetColor No documentation. No documentation. void ID2D1SvgPaint::GetColor([Out] D3DCOLORVALUE* color) ID2D1SvgPaint::GetColor No documentation. No documentation. No documentation. HRESULT ID2D1SvgPaint::SetId([In] const wchar_t* id) ID2D1SvgPaint::SetId No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPaint::GetId([Out, Buffer] wchar_t* id,[In] UINT32 idCount) ID2D1SvgPaint::GetId No documentation. No documentation. UINT32 ID2D1SvgPaint::GetIdLength() ID2D1SvgPaint::GetIdLength No documentation. GetSegmentDataCount GetSegmentDataCount No documentation. GetCommandsCount GetCommandsCount No documentation. No documentation. No documentation. HRESULT ID2D1SvgPathData::RemoveSegmentDataAtEnd([In] UINT32 dataCount) ID2D1SvgPathData::RemoveSegmentDataAtEnd No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPathData::UpdateSegmentData([In, Buffer] const float* data,[In] UINT32 dataCount,[In] UINT32 startIndex) ID2D1SvgPathData::UpdateSegmentData No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPathData::GetSegmentData([Out, Buffer] float* data,[In] UINT32 dataCount,[In] UINT32 startIndex) ID2D1SvgPathData::GetSegmentData No documentation. No documentation. UINT32 ID2D1SvgPathData::GetSegmentDataCount() ID2D1SvgPathData::GetSegmentDataCount No documentation. No documentation. No documentation. HRESULT ID2D1SvgPathData::RemoveCommandsAtEnd([In] UINT32 commandsCount) ID2D1SvgPathData::RemoveCommandsAtEnd No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPathData::UpdateCommands([In, Buffer] const D2D1_SVG_PATH_COMMAND* commands,[In] UINT32 commandsCount,[In] UINT32 startIndex) ID2D1SvgPathData::UpdateCommands No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPathData::GetCommands([Out, Buffer] D2D1_SVG_PATH_COMMAND* commands,[In] UINT32 commandsCount,[In] UINT32 startIndex) ID2D1SvgPathData::GetCommands No documentation. No documentation. UINT32 ID2D1SvgPathData::GetCommandsCount() ID2D1SvgPathData::GetCommandsCount No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPathData::CreatePathGeometry([In] D2D1_FILL_MODE fillMode,[Out] ID2D1PathGeometry1** pathGeometry) ID2D1SvgPathData::CreatePathGeometry No documentation. GetPointsCount GetPointsCount No documentation. No documentation. No documentation. HRESULT ID2D1SvgPointCollection::RemovePointsAtEnd([In] UINT32 pointsCount) ID2D1SvgPointCollection::RemovePointsAtEnd No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPointCollection::UpdatePoints([In, Buffer] const D2D_POINT_2F* points,[In] UINT32 pointsCount,[In] UINT32 startIndex) ID2D1SvgPointCollection::UpdatePoints No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgPointCollection::GetPoints([Out, Buffer] D2D_POINT_2F* points,[In] UINT32 pointsCount,[In] UINT32 startIndex) ID2D1SvgPointCollection::GetPoints No documentation. No documentation. UINT32 ID2D1SvgPointCollection::GetPointsCount() ID2D1SvgPointCollection::GetPointsCount No documentation. GetDashesCount GetDashesCount No documentation. No documentation. No documentation. HRESULT ID2D1SvgStrokeDashArray::RemoveDashesAtEnd([In] UINT32 dashesCount) ID2D1SvgStrokeDashArray::RemoveDashesAtEnd No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgStrokeDashArray::UpdateDashes([In, Buffer] const D2D1_SVG_LENGTH* dashes,[In] UINT32 dashesCount,[In] UINT32 startIndex) ID2D1SvgStrokeDashArray::UpdateDashes No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgStrokeDashArray::UpdateDashes([In, Buffer] const float* dashes,[In] UINT32 dashesCount,[In] UINT32 startIndex) ID2D1SvgStrokeDashArray::UpdateDashes No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgStrokeDashArray::GetDashes([Out, Buffer] D2D1_SVG_LENGTH* dashes,[In] UINT32 dashesCount,[In] UINT32 startIndex) ID2D1SvgStrokeDashArray::GetDashes No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1SvgStrokeDashArray::GetDashes([Out, Buffer] float* dashes,[In] UINT32 dashesCount,[In] UINT32 startIndex) ID2D1SvgStrokeDashArray::GetDashes No documentation. No documentation. UINT32 ID2D1SvgStrokeDashArray::GetDashesCount() ID2D1SvgStrokeDashArray::GetDashesCount No documentation. No documentation. No documentation. void ID2D1TessellationSink::AddTriangles([In, Buffer] const D2D1_TRIANGLE* triangles,[In] UINT32 trianglesCount) ID2D1TessellationSink::AddTriangles No documentation. No documentation. HRESULT ID2D1TessellationSink::Close() ID2D1TessellationSink::Close No documentation. GetSourceGeometry GetSourceGeometry No documentation. GetTransform GetTransform No documentation. No documentation. void ID2D1TransformedGeometry::GetSourceGeometry([Out] ID2D1Geometry** sourceGeometry) ID2D1TransformedGeometry::GetSourceGeometry No documentation. No documentation. void ID2D1TransformedGeometry::GetTransform([Out] D2D_MATRIX_3X2_F* transform) ID2D1TransformedGeometry::GetTransform No documentation. GetSource GetSource No documentation. GetProperties GetProperties No documentation. No documentation. void ID2D1TransformedImageSource::GetSource([Out, Optional] ID2D1ImageSource** imageSource) ID2D1TransformedImageSource::GetSource No documentation. No documentation. void ID2D1TransformedImageSource::GetProperties([Out] D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES* properties) ID2D1TransformedImageSource::GetProperties No documentation. GetInputCount GetInputCount No documentation. No documentation. UINT32 ID2D1TransformGraph::GetInputCount() ID2D1TransformGraph::GetInputCount No documentation. No documentation. No documentation. HRESULT ID2D1TransformGraph::SetSingleTransformNode([In] ID2D1TransformNode* node) ID2D1TransformGraph::SetSingleTransformNode No documentation. No documentation. No documentation. HRESULT ID2D1TransformGraph::AddNode([In] ID2D1TransformNode* node) ID2D1TransformGraph::AddNode No documentation. No documentation. No documentation. HRESULT ID2D1TransformGraph::RemoveNode([In] ID2D1TransformNode* node) ID2D1TransformGraph::RemoveNode No documentation. No documentation. No documentation. HRESULT ID2D1TransformGraph::SetOutputNode([In] ID2D1TransformNode* node) ID2D1TransformGraph::SetOutputNode No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1TransformGraph::ConnectNode([In] ID2D1TransformNode* fromNode,[In] ID2D1TransformNode* toNode,[In] UINT32 toNodeInputIndex) ID2D1TransformGraph::ConnectNode No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1TransformGraph::ConnectToEffectInput([In] UINT32 toEffectInputIndex,[In] ID2D1TransformNode* node,[In] UINT32 toNodeInputIndex) ID2D1TransformGraph::ConnectToEffectInput No documentation. void ID2D1TransformGraph::Clear() ID2D1TransformGraph::Clear No documentation. No documentation. No documentation. HRESULT ID2D1TransformGraph::SetPassthroughGraph([In] UINT32 effectInputIndex) ID2D1TransformGraph::SetPassthroughGraph No documentation. No documentation. UINT32 ID2D1TransformNode::GetInputCount() ID2D1TransformNode::GetInputCount No documentation. No documentation. No documentation. No documentation. HRESULT ID2D1VertexBuffer::Map([Out, Buffer] unsigned char** data,[In] UINT32 bufferSize) ID2D1VertexBuffer::Map No documentation. No documentation. HRESULT ID2D1VertexBuffer::Unmap() ID2D1VertexBuffer::Unmap Functions Constant AffineTransform2D CLSID_D2D12DAffineTransform Constant PerspectiveTransform3D CLSID_D2D13DPerspectiveTransform Constant Transform3D CLSID_D2D13DTransform Constant ArithmeticComposite CLSID_D2D1ArithmeticComposite Constant Atlas CLSID_D2D1Atlas Constant BitmapSource CLSID_D2D1BitmapSource Constant Blend CLSID_D2D1Blend Constant Border CLSID_D2D1Border Constant Brightness CLSID_D2D1Brightness Constant ColorManagement CLSID_D2D1ColorManagement Constant ColorMatrix CLSID_D2D1ColorMatrix Constant Composite CLSID_D2D1Composite Constant ConvolveMatrix CLSID_D2D1ConvolveMatrix Constant Crop CLSID_D2D1Crop Constant DirectionalBlur CLSID_D2D1DirectionalBlur Constant DiscreteTransfer CLSID_D2D1DiscreteTransfer Constant DisplacementMap CLSID_D2D1DisplacementMap Constant DistantDiffuse CLSID_D2D1DistantDiffuse Constant DistantSpecular CLSID_D2D1DistantSpecular Constant DpiCompensation CLSID_D2D1DpiCompensation Constant Flood CLSID_D2D1Flood Constant GammaTransfer CLSID_D2D1GammaTransfer Constant GaussianBlur CLSID_D2D1GaussianBlur Constant Scale CLSID_D2D1Scale Constant Histogram CLSID_D2D1Histogram Constant HueRotation CLSID_D2D1HueRotation Constant LinearTransfer CLSID_D2D1LinearTransfer Constant LuminanceToAlpha CLSID_D2D1LuminanceToAlpha Constant Morphology CLSID_D2D1Morphology Constant OpacityMetadata CLSID_D2D1OpacityMetadata Constant PointDiffuse CLSID_D2D1PointDiffuse Constant PointSpecular CLSID_D2D1PointSpecular Constant Premultiply CLSID_D2D1Premultiply Constant Saturation CLSID_D2D1Saturation Constant Shadow CLSID_D2D1Shadow Constant SpotDiffuse CLSID_D2D1SpotDiffuse Constant SpotSpecular CLSID_D2D1SpotSpecular Constant TableTransfer CLSID_D2D1TableTransfer Constant Tile CLSID_D2D1Tile Constant Turbulence CLSID_D2D1Turbulence Constant UnPremultiply CLSID_D2D1UnPremultiply Constant YCbCr CLSID_D2D1YCbCr Constant Contrast CLSID_D2D1Contrast Constant RgbToHue CLSID_D2D1RgbToHue Constant HueToRgb CLSID_D2D1HueToRgb Constant ChromaKey CLSID_D2D1ChromaKey Constant Emboss CLSID_D2D1Emboss Constant Exposure CLSID_D2D1Exposure Constant Grayscale CLSID_D2D1Grayscale Constant Invert CLSID_D2D1Invert Constant Posterize CLSID_D2D1Posterize Constant Sepia CLSID_D2D1Sepia Constant Sharpen CLSID_D2D1Sharpen Constant Straighten CLSID_D2D1Straighten Constant TemperatureTint CLSID_D2D1TemperatureTint Constant Vignette CLSID_D2D1Vignette Constant EdgeDetection CLSID_D2D1EdgeDetection Constant HighlightsShadows CLSID_D2D1HighlightsShadows Constant LookupTable3D CLSID_D2D1LookupTable3D Constant Opacity CLSID_D2D1Opacity Constant AlphaMask CLSID_D2D1AlphaMask Constant CrossFade CLSID_D2D1CrossFade Constant Tint CLSID_D2D1Tint Constant WhiteLevelAdjustment CLSID_D2D1WhiteLevelAdjustment Constant HdrToneMap CLSID_D2D1HdrToneMap Functions Constant UnsupportedPixelFormat D2DERR_UNSUPPORTED_PIXEL_FORMAT Constant InsufficientBuffer D2DERR_INSUFFICIENT_BUFFER Constant FileNotFound D2DERR_FILE_NOT_FOUND Constant WrongState D2DERR_WRONG_STATE Constant NotInitialized D2DERR_NOT_INITIALIZED Constant UnsupportedOperation D2DERR_UNSUPPORTED_OPERATION Constant ScannerFailed D2DERR_SCANNER_FAILED Constant ScreenAccessDenied D2DERR_SCREEN_ACCESS_DENIED Constant DisplayStateInverseAlid D2DERR_DISPLAY_STATE_INVALID Constant ZeroVector D2DERR_ZERO_VECTOR Constant InternalError D2DERR_INTERNAL_ERROR Constant DisplayFormatNotSupported D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED Constant InverseAlidCall D2DERR_INVALID_CALL Constant NoHardwareDevice D2DERR_NO_HARDWARE_DEVICE Constant RecreateTarget D2DERR_RECREATE_TARGET Constant TooManyShaderElements D2DERR_TOO_MANY_SHADER_ELEMENTS Constant ShaderCompileFailed D2DERR_SHADER_COMPILE_FAILED Constant MaxTextureSizeExceeded D2DERR_MAX_TEXTURE_SIZE_EXCEEDED Constant UnsupportedVersion D2DERR_UNSUPPORTED_VERSION Constant BadNumber D2DERR_BAD_NUMBER Constant WrongFactory D2DERR_WRONG_FACTORY Constant LayerAlreadyInUse D2DERR_LAYER_ALREADY_IN_USE Constant PopCallDidNotMatchPush D2DERR_POP_CALL_DID_NOT_MATCH_PUSH Constant WrongResourceDomain D2DERR_WRONG_RESOURCE_DOMAIN Constant PushPopUnbalanced D2DERR_PUSH_POP_UNBALANCED Constant RenderTargetHasLayerOrCliprect D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT Constant IncompatibleBrushTypes D2DERR_INCOMPATIBLE_BRUSH_TYPES Constant Win32Error D2DERR_WIN32_ERROR Constant TargetNotGdiCompatible D2DERR_TARGET_NOT_GDI_COMPATIBLE Constant TextEffectIsWrongType D2DERR_TEXT_EFFECT_IS_WRONG_TYPE Constant TextRendererNotReleased D2DERR_TEXT_RENDERER_NOT_RELEASED Constant ExceedsMaxBitmapSize D2DERR_EXCEEDS_MAX_BITMAP_SIZE Constant InverseAlidGraphConfiguration D2DERR_INVALID_GRAPH_CONFIGURATION Constant InverseAlidInternalGraphConfiguration D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION Constant CyclicGraph D2DERR_CYCLIC_GRAPH Constant BitmapCannotDraw D2DERR_BITMAP_CANNOT_DRAW Constant OutstandingBitmapReferences D2DERR_OUTSTANDING_BITMAP_REFERENCES Constant OriginalTargetNotBound D2DERR_ORIGINAL_TARGET_NOT_BOUND Constant InverseAlidTarget D2DERR_INVALID_TARGET Constant BitmapBoundAsTarget D2DERR_BITMAP_BOUND_AS_TARGET Constant InsufficientDeviceCapabilities D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES Constant IntermediateTooLarge D2DERR_INTERMEDIATE_TOO_LARGE Constant EffectIsNotRegistered D2DERR_EFFECT_IS_NOT_REGISTERED Constant InverseAlidProperty D2DERR_INVALID_PROPERTY Constant NoSubproperties D2DERR_NO_SUBPROPERTIES Constant PrintJobClosed D2DERR_PRINT_JOB_CLOSED Constant PrintFormatNotSupported D2DERR_PRINT_FORMAT_NOT_SUPPORTED Constant TooManyTransformInputs D2DERR_TOO_MANY_TRANSFORM_INPUTS Constant InverseAlidGlyphImage D2DERR_INVALID_GLYPH_IMAGE Functions Try to create new instance of . Type based on . The being created. Return the . Try to create new instance of . Type based on . The type of factory. The being created. Return the . No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT DWriteCreateFactory([In] DWRITE_FACTORY_TYPE factoryType,[In] const GUID& iid,[Out] IUnknown** factory) DWriteCreateFactory No documentation. DWRITE_GLYPH_RUN DWRITE_GLYPH_RUN No documentation. fontEmSize fontEmSize No documentation. glyphCount glyphCount No documentation. isSideways isSideways No documentation. bidiLevel bidiLevel Creates an object that represents a font face. A value that indicates the type of file format of the font face. A font file object representing the font face. Because maintains its own references to the input font file objects, you may release them after this call. The zero-based index of a font face, in cases when the font files contain a collection of font faces. If the font files contain a single face, this value should be zero. A value that indicates which, if any, font face simulation flags for algorithmic means of making text bold or italic are applied to the current font face. Instance of or null if failed. Registers a custom font collection loader with the factory object. Reference to a object to be registered. Unregisters a custom font collection loader that was previously registered using method. Instance of object to be unregistered. Registers a font file loader with DirectWrite. Instance of object for a particular file resource type. Unregisters a font file loader that was previously registered with the DirectWrite font system using {{RegisterFontFileLoader}}. This function unregisters font file loader callbacks with the DirectWrite font system. You should implement the font file loader interface by a singleton object. Note that font file loader implementations must not register themselves with DirectWrite inside their constructors and must not unregister themselves in their destructors, because registration and unregistration operations increment and decrement the object reference count respectively. Instead, registration and unregistration of font file loaders with DirectWrite should be performed outside of the font file loader implementation. Pointer to the file loader that was previously registered with the DirectWrite font system using {{RegisterFontFileLoader}}. If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. HRESULT IDWriteFactory::UnregisterFontFileLoader([None] IDWriteFontFileLoader* fontFileLoader) No documentation. GetGdiInterop GetGdiInterop No documentation. No documentation. No documentation. HRESULT IDWriteFactory::GetSystemFontCollection([Out] IDWriteFontCollection** fontCollection,[In] BOOL checkForUpdates) IDWriteFactory::GetSystemFontCollection No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateCustomFontCollection([In] IDWriteFontCollectionLoader* collectionLoader,[In, Buffer] const void* collectionKey,[In] UINT32 collectionKeySize,[Out] IDWriteFontCollection** fontCollection) IDWriteFactory::CreateCustomFontCollection No documentation. No documentation. No documentation. HRESULT IDWriteFactory::RegisterFontCollectionLoader([In] IDWriteFontCollectionLoader* fontCollectionLoader) IDWriteFactory::RegisterFontCollectionLoader No documentation. No documentation. No documentation. HRESULT IDWriteFactory::UnregisterFontCollectionLoader([In] IDWriteFontCollectionLoader* fontCollectionLoader) IDWriteFactory::UnregisterFontCollectionLoader No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateFontFileReference([In] const wchar_t* filePath,[In, Optional] const FILETIME* lastWriteTime,[Out] IDWriteFontFile** fontFile) IDWriteFactory::CreateFontFileReference No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateCustomFontFileReference([In, Buffer] const void* fontFileReferenceKey,[In] UINT32 fontFileReferenceKeySize,[In] IDWriteFontFileLoader* fontFileLoader,[Out] IDWriteFontFile** fontFile) IDWriteFactory::CreateCustomFontFileReference No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateFontFace([In] DWRITE_FONT_FACE_TYPE fontFaceType,[In] UINT32 numberOfFiles,[In, Buffer] const IDWriteFontFile** fontFiles,[In] UINT32 faceIndex,[In] DWRITE_FONT_SIMULATIONS fontFaceSimulationFlags,[Out] IDWriteFontFace** fontFace) IDWriteFactory::CreateFontFace No documentation. No documentation. HRESULT IDWriteFactory::CreateRenderingParams([Out] IDWriteRenderingParams** renderingParams) IDWriteFactory::CreateRenderingParams No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateMonitorRenderingParams([In] HMONITOR monitor,[Out] IDWriteRenderingParams** renderingParams) IDWriteFactory::CreateMonitorRenderingParams No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateCustomRenderingParams([In] float gamma,[In] float enhancedContrast,[In] float clearTypeLevel,[In] DWRITE_PIXEL_GEOMETRY pixelGeometry,[In] DWRITE_RENDERING_MODE renderingMode,[Out] IDWriteRenderingParams** renderingParams) IDWriteFactory::CreateCustomRenderingParams No documentation. No documentation. No documentation. HRESULT IDWriteFactory::RegisterFontFileLoader([In] IDWriteFontFileLoader* fontFileLoader) IDWriteFactory::RegisterFontFileLoader No documentation. No documentation. No documentation. HRESULT IDWriteFactory::UnregisterFontFileLoader([In] IDWriteFontFileLoader* fontFileLoader) IDWriteFactory::UnregisterFontFileLoader No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateTextFormat([In] const wchar_t* fontFamilyName,[In, Optional] IDWriteFontCollection* fontCollection,[In] DWRITE_FONT_WEIGHT fontWeight,[In] DWRITE_FONT_STYLE fontStyle,[In] DWRITE_FONT_STRETCH fontStretch,[In] float fontSize,[In] const wchar_t* localeName,[Out] IDWriteTextFormat** textFormat) IDWriteFactory::CreateTextFormat No documentation. No documentation. HRESULT IDWriteFactory::CreateTypography([Out] IDWriteTypography** typography) IDWriteFactory::CreateTypography No documentation. No documentation. No documentation. HRESULT IDWriteFactory::GetGdiInterop([Out] IDWriteGdiInterop** gdiInterop) IDWriteFactory::GetGdiInterop No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateTextLayout([In, Buffer] const wchar_t* string,[In] UINT32 stringLength,[In] IDWriteTextFormat* textFormat,[In] float maxWidth,[In] float maxHeight,[Out] IDWriteTextLayout** textLayout) IDWriteFactory::CreateTextLayout No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateGdiCompatibleTextLayout([In, Buffer] const wchar_t* string,[In] UINT32 stringLength,[In] IDWriteTextFormat* textFormat,[In] float layoutWidth,[In] float layoutHeight,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[Out] IDWriteTextLayout** textLayout) IDWriteFactory::CreateGdiCompatibleTextLayout No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateEllipsisTrimmingSign([In] IDWriteTextFormat* textFormat,[Out] IDWriteInlineObject** trimmingSign) IDWriteFactory::CreateEllipsisTrimmingSign No documentation. No documentation. HRESULT IDWriteFactory::CreateTextAnalyzer([Out] IDWriteTextAnalyzer** textAnalyzer) IDWriteFactory::CreateTextAnalyzer No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateNumberSubstitution([In] DWRITE_NUMBER_SUBSTITUTION_METHOD substitutionMethod,[In] const wchar_t* localeName,[In] BOOL ignoreUserOverride,[Out] IDWriteNumberSubstitution** numberSubstitution) IDWriteFactory::CreateNumberSubstitution No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateGlyphRunAnalysis([In] const DWRITE_GLYPH_RUN* glyphRun,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] DWRITE_RENDERING_MODE renderingMode,[In] DWRITE_MEASURING_MODE measuringMode,[In] float baselineOriginX,[In] float baselineOriginY,[Out] IDWriteGlyphRunAnalysis** glyphRunAnalysis) IDWriteFactory::CreateGlyphRunAnalysis No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateFontFace([In] DWRITE_FONT_FACE_TYPE fontFaceType,[In] UINT32 numberOfFiles,[In, Buffer] const IDWriteFontFile** fontFiles,[In] UINT32 faceIndex,[In] DWRITE_FONT_SIMULATIONS fontFaceSimulationFlags,[Out] IDWriteFontFace** fontFace) IDWriteFactory::CreateFontFace No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory::CreateFontFace([In] DWRITE_FONT_FACE_TYPE fontFaceType,[In] UINT32 numberOfFiles,[In, Buffer] const IDWriteFontFile** fontFiles,[In] UINT32 faceIndex,[In] DWRITE_FONT_SIMULATIONS fontFaceSimulationFlags,[Out] IDWriteFontFace** fontFace) IDWriteFactory::CreateFontFace No documentation. No documentation. No documentation. HRESULT IDWriteFactory1::GetEudcFontCollection([Out] IDWriteFontCollection** fontCollection,[In] BOOL checkForUpdates) IDWriteFactory1::GetEudcFontCollection No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory1::CreateCustomRenderingParams([In] float gamma,[In] float enhancedContrast,[In] float enhancedContrastGrayscale,[In] float clearTypeLevel,[In] DWRITE_PIXEL_GEOMETRY pixelGeometry,[In] DWRITE_RENDERING_MODE renderingMode,[Out] IDWriteRenderingParams1** renderingParams) IDWriteFactory1::CreateCustomRenderingParams No documentation. GetSystemFontFallback GetSystemFontFallback No documentation. No documentation. No documentation. HRESULT IDWriteFactory2::GetSystemFontFallback([Out] IDWriteFontFallback** fontFallback) IDWriteFactory2::GetSystemFontFallback No documentation. No documentation. HRESULT IDWriteFactory2::CreateFontFallbackBuilder([Out] IDWriteFontFallbackBuilder** fontFallbackBuilder) IDWriteFactory2::CreateFontFallbackBuilder No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory2::TranslateColorGlyphRun([In] float baselineOriginX,[In] float baselineOriginY,[In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] const DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription,[In] DWRITE_MEASURING_MODE measuringMode,[In, Optional] const DWRITE_MATRIX* worldToDeviceTransform,[In] UINT32 colorPaletteIndex,[Out] IDWriteColorGlyphRunEnumerator** colorLayers) IDWriteFactory2::TranslateColorGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory2::CreateCustomRenderingParams([In] float gamma,[In] float enhancedContrast,[In] float grayscaleEnhancedContrast,[In] float clearTypeLevel,[In] DWRITE_PIXEL_GEOMETRY pixelGeometry,[In] DWRITE_RENDERING_MODE renderingMode,[In] DWRITE_GRID_FIT_MODE gridFitMode,[Out] IDWriteRenderingParams2** renderingParams) IDWriteFactory2::CreateCustomRenderingParams No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory2::CreateGlyphRunAnalysis([In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] const DWRITE_MATRIX* transform,[In] DWRITE_RENDERING_MODE renderingMode,[In] DWRITE_MEASURING_MODE measuringMode,[In] DWRITE_GRID_FIT_MODE gridFitMode,[In] DWRITE_TEXT_ANTIALIAS_MODE antialiasMode,[In] float baselineOriginX,[In] float baselineOriginY,[Out] IDWriteGlyphRunAnalysis** glyphRunAnalysis) IDWriteFactory2::CreateGlyphRunAnalysis Advances to the next font file in the collection. When it is first created, the enumerator is positioned before the first element of the collection and the first call to MoveNext advances to the first file. the value TRUE if the enumerator advances to a file; otherwise, FALSE if the enumerator advances past the last file in the collection. Gets a reference to the current font file. a reference to the newly created object. Return a pointer to the unmanaged version of this callback. The callback. A pointer to a shadow c++ callback Advances to the next font file in the collection. When it is first created, the enumerator is positioned before the first element of the collection and the first call to MoveNext advances to the first file. the value TRUE if the enumerator advances to a file; otherwise, FALSE if the enumerator advances past the last file in the collection. HRESULT IDWriteFontFileEnumerator::MoveNext([Out] BOOL* hasCurrentFile) Gets a reference to the current font file. a reference to the newly created object. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop::CreateFontFromLOGFONT([In] const void* logFont,[Out] IDWriteFont** font) IDWriteGdiInterop::CreateFontFromLOGFONT No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop::ConvertFontToLOGFONT([In] IDWriteFont* font,[In] void* logFont,[Out] BOOL* isSystemFont) IDWriteGdiInterop::ConvertFontToLOGFONT No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop::ConvertFontFaceToLOGFONT([In] IDWriteFontFace* font,[In] void* logFont) IDWriteGdiInterop::ConvertFontFaceToLOGFONT No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop::CreateFontFaceFromHdc([In] HDC hdc,[Out] IDWriteFontFace** fontFace) IDWriteGdiInterop::CreateFontFaceFromHdc No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop::CreateBitmapRenderTarget([In, Optional] HDC hdc,[In] UINT32 width,[In] UINT32 height,[Out] IDWriteBitmapRenderTarget** renderTarget) IDWriteGdiInterop::CreateBitmapRenderTarget No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop1::CreateFontFromLOGFONT([In] const void* logFont,[In, Optional] IDWriteFontCollection* fontCollection,[Out] IDWriteFont** font) IDWriteGdiInterop1::CreateFontFromLOGFONT No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop1::GetFontSignature([In] IDWriteFontFace* fontFace,[Out] FONTSIGNATURE* fontSignature) IDWriteGdiInterop1::GetFontSignature No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop1::GetFontSignature([In] IDWriteFont* font,[Out] FONTSIGNATURE* fontSignature) IDWriteGdiInterop1::GetFontSignature No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGdiInterop1::GetMatchingFontsByLOGFONT([In] const void* logFont,[In] IDWriteFontSet* fontSet,[Out] IDWriteFontSet** filteredSet) IDWriteGdiInterop1::GetMatchingFontsByLOGFONT No documentation. GetCount GetCount No documentation. No documentation. UINT32 IDWriteLocalizedStrings::GetCount() IDWriteLocalizedStrings::GetCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteLocalizedStrings::FindLocaleName([In] const wchar_t* localeName,[Out] UINT32* index,[Out] BOOL* exists) IDWriteLocalizedStrings::FindLocaleName No documentation. No documentation. No documentation. HRESULT IDWriteLocalizedStrings::GetLocaleNameLength([In] UINT32 index,[Out] UINT32* length) IDWriteLocalizedStrings::GetLocaleNameLength No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteLocalizedStrings::GetLocaleName([In] UINT32 index,[Out, Buffer] wchar_t* localeName,[In] UINT32 size) IDWriteLocalizedStrings::GetLocaleName No documentation. No documentation. No documentation. HRESULT IDWriteLocalizedStrings::GetStringLength([In] UINT32 index,[Out] UINT32* length) IDWriteLocalizedStrings::GetStringLength No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteLocalizedStrings::GetString([In] UINT32 index,[Out, Buffer] wchar_t* stringBuffer,[In] UINT32 size) IDWriteLocalizedStrings::GetString Gets a copy of the font family name. Gets a copy of the locale name. No documentation. GetTextAlignment / SetTextAlignment GetTextAlignment No documentation. GetParagraphAlignment / SetParagraphAlignment GetParagraphAlignment No documentation. GetWordWrapping / SetWordWrapping GetWordWrapping No documentation. GetReadingDirection / SetReadingDirection GetReadingDirection No documentation. GetFlowDirection / SetFlowDirection GetFlowDirection No documentation. GetIncrementalTabStop / SetIncrementalTabStop GetIncrementalTabStop No documentation. GetFontCollection GetFontCollection No documentation. GetFontWeight GetFontWeight No documentation. GetFontStyle GetFontStyle No documentation. GetFontStretch GetFontStretch No documentation. GetFontSize GetFontSize No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetTextAlignment([In] DWRITE_TEXT_ALIGNMENT textAlignment) IDWriteTextFormat::SetTextAlignment No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetParagraphAlignment([In] DWRITE_PARAGRAPH_ALIGNMENT paragraphAlignment) IDWriteTextFormat::SetParagraphAlignment No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetWordWrapping([In] DWRITE_WORD_WRAPPING wordWrapping) IDWriteTextFormat::SetWordWrapping No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetReadingDirection([In] DWRITE_READING_DIRECTION readingDirection) IDWriteTextFormat::SetReadingDirection No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetFlowDirection([In] DWRITE_FLOW_DIRECTION flowDirection) IDWriteTextFormat::SetFlowDirection No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetIncrementalTabStop([In] float incrementalTabStop) IDWriteTextFormat::SetIncrementalTabStop No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetTrimming([In] const DWRITE_TRIMMING* trimmingOptions,[In, Optional] IDWriteInlineObject* trimmingSign) IDWriteTextFormat::SetTrimming No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::SetLineSpacing([In] DWRITE_LINE_SPACING_METHOD lineSpacingMethod,[In] float lineSpacing,[In] float baseline) IDWriteTextFormat::SetLineSpacing No documentation. No documentation. DWRITE_TEXT_ALIGNMENT IDWriteTextFormat::GetTextAlignment() IDWriteTextFormat::GetTextAlignment No documentation. No documentation. DWRITE_PARAGRAPH_ALIGNMENT IDWriteTextFormat::GetParagraphAlignment() IDWriteTextFormat::GetParagraphAlignment No documentation. No documentation. DWRITE_WORD_WRAPPING IDWriteTextFormat::GetWordWrapping() IDWriteTextFormat::GetWordWrapping No documentation. No documentation. DWRITE_READING_DIRECTION IDWriteTextFormat::GetReadingDirection() IDWriteTextFormat::GetReadingDirection No documentation. No documentation. DWRITE_FLOW_DIRECTION IDWriteTextFormat::GetFlowDirection() IDWriteTextFormat::GetFlowDirection No documentation. No documentation. float IDWriteTextFormat::GetIncrementalTabStop() IDWriteTextFormat::GetIncrementalTabStop No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::GetTrimming([Out] DWRITE_TRIMMING* trimmingOptions,[Out] IDWriteInlineObject** trimmingSign) IDWriteTextFormat::GetTrimming No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::GetLineSpacing([Out] DWRITE_LINE_SPACING_METHOD* lineSpacingMethod,[Out] float* lineSpacing,[Out] float* baseline) IDWriteTextFormat::GetLineSpacing No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::GetFontCollection([Out] IDWriteFontCollection** fontCollection) IDWriteTextFormat::GetFontCollection No documentation. No documentation. UINT32 IDWriteTextFormat::GetFontFamilyNameLength() IDWriteTextFormat::GetFontFamilyNameLength No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::GetFontFamilyName([Out, Buffer] wchar_t* fontFamilyName,[In] UINT32 nameSize) IDWriteTextFormat::GetFontFamilyName No documentation. No documentation. DWRITE_FONT_WEIGHT IDWriteTextFormat::GetFontWeight() IDWriteTextFormat::GetFontWeight No documentation. No documentation. DWRITE_FONT_STYLE IDWriteTextFormat::GetFontStyle() IDWriteTextFormat::GetFontStyle No documentation. No documentation. DWRITE_FONT_STRETCH IDWriteTextFormat::GetFontStretch() IDWriteTextFormat::GetFontStretch No documentation. No documentation. float IDWriteTextFormat::GetFontSize() IDWriteTextFormat::GetFontSize No documentation. No documentation. UINT32 IDWriteTextFormat::GetLocaleNameLength() IDWriteTextFormat::GetLocaleNameLength No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat::GetLocaleName([Out, Buffer] wchar_t* localeName,[In] UINT32 nameSize) IDWriteTextFormat::GetLocaleName No documentation. GetMaxWidth / SetMaxWidth GetMaxWidth No documentation. GetMaxHeight / SetMaxHeight GetMaxHeight No documentation. GetMetrics GetMetrics No documentation. GetOverhangMetrics GetOverhangMetrics No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetMaxWidth([In] float maxWidth) IDWriteTextLayout::SetMaxWidth No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetMaxHeight([In] float maxHeight) IDWriteTextLayout::SetMaxHeight No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetFontCollection([In] IDWriteFontCollection* fontCollection,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetFontCollection No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetFontFamilyName([In] const wchar_t* fontFamilyName,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetFontFamilyName No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetFontWeight([In] DWRITE_FONT_WEIGHT fontWeight,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetFontWeight No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetFontStyle([In] DWRITE_FONT_STYLE fontStyle,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetFontStyle No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetFontStretch([In] DWRITE_FONT_STRETCH fontStretch,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetFontStretch No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetFontSize([In] float fontSize,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetFontSize No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetUnderline([In] BOOL hasUnderline,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetUnderline No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetStrikethrough([In] BOOL hasStrikethrough,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetStrikethrough No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetDrawingEffect([In] IUnknown* drawingEffect,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetDrawingEffect No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetInlineObject([In] IDWriteInlineObject* inlineObject,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetInlineObject No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetTypography([In] IDWriteTypography* typography,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetTypography No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::SetLocaleName([In] const wchar_t* localeName,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout::SetLocaleName No documentation. No documentation. float IDWriteTextLayout::GetMaxWidth() IDWriteTextLayout::GetMaxWidth No documentation. No documentation. float IDWriteTextLayout::GetMaxHeight() IDWriteTextLayout::GetMaxHeight No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetFontCollection([In] UINT32 currentPosition,[Out] IDWriteFontCollection** fontCollection,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetFontCollection No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetFontFamilyNameLength([In] UINT32 currentPosition,[Out] UINT32* nameLength,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetFontFamilyNameLength No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetFontFamilyName([In] UINT32 currentPosition,[Out, Buffer] wchar_t* fontFamilyName,[In] UINT32 nameSize,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetFontFamilyName No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetFontWeight([In] UINT32 currentPosition,[Out] DWRITE_FONT_WEIGHT* fontWeight,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetFontWeight No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetFontStyle([In] UINT32 currentPosition,[Out] DWRITE_FONT_STYLE* fontStyle,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetFontStyle No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetFontStretch([In] UINT32 currentPosition,[Out] DWRITE_FONT_STRETCH* fontStretch,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetFontStretch No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetFontSize([In] UINT32 currentPosition,[Out] float* fontSize,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetFontSize No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetUnderline([In] UINT32 currentPosition,[Out] BOOL* hasUnderline,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetUnderline No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetStrikethrough([In] UINT32 currentPosition,[Out] BOOL* hasStrikethrough,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetStrikethrough No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetDrawingEffect([In] UINT32 currentPosition,[Out] IUnknown** drawingEffect,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetDrawingEffect No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetInlineObject([In] UINT32 currentPosition,[Out] IDWriteInlineObject** inlineObject,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetInlineObject No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetTypography([In] UINT32 currentPosition,[Out] IDWriteTypography** typography,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetTypography No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetLocaleNameLength([In] UINT32 currentPosition,[Out] UINT32* nameLength,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetLocaleNameLength No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetLocaleName([In] UINT32 currentPosition,[Out, Buffer] wchar_t* localeName,[In] UINT32 nameSize,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout::GetLocaleName No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::Draw([In, Optional] void* clientDrawingContext,[In] IDWriteTextRenderer* renderer,[In] float originX,[In] float originY) IDWriteTextLayout::Draw No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetLineMetrics([Out, Buffer, Optional] DWRITE_LINE_METRICS* lineMetrics,[In] UINT32 maxLineCount,[Out] UINT32* actualLineCount) IDWriteTextLayout::GetLineMetrics No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetMetrics([Out] DWRITE_TEXT_METRICS* textMetrics) IDWriteTextLayout::GetMetrics No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetOverhangMetrics([Out] DWRITE_OVERHANG_METRICS* overhangs) IDWriteTextLayout::GetOverhangMetrics No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::GetClusterMetrics([Out, Buffer, Optional] DWRITE_CLUSTER_METRICS* clusterMetrics,[In] UINT32 maxClusterCount,[Out] UINT32* actualClusterCount) IDWriteTextLayout::GetClusterMetrics No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::DetermineMinWidth([Out] float* minWidth) IDWriteTextLayout::DetermineMinWidth No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::HitTestPoint([In] float pointX,[In] float pointY,[Out] BOOL* isTrailingHit,[Out] BOOL* isInside,[Out] DWRITE_HIT_TEST_METRICS* hitTestMetrics) IDWriteTextLayout::HitTestPoint No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::HitTestTextPosition([In] UINT32 textPosition,[In] BOOL isTrailingHit,[Out] float* pointX,[Out] float* pointY,[Out] DWRITE_HIT_TEST_METRICS* hitTestMetrics) IDWriteTextLayout::HitTestTextPosition No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout::HitTestTextRange([In] UINT32 textPosition,[In] UINT32 textLength,[In] float originX,[In] float originY,[Out, Buffer, Optional] DWRITE_HIT_TEST_METRICS* hitTestMetrics,[In] UINT32 maxHitTestMetricsCount,[Out] UINT32* actualHitTestMetricsCount) IDWriteTextLayout::HitTestTextRange No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer1::DrawGlyphRun([In, Optional] void* clientDrawingContext,[In] float baselineOriginX,[In] float baselineOriginY,[In] DWRITE_GLYPH_ORIENTATION_ANGLE orientationAngle,[In] DWRITE_MEASURING_MODE measuringMode,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] const DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer1::DrawGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer1::DrawUnderline([In, Optional] void* clientDrawingContext,[In] float baselineOriginX,[In] float baselineOriginY,[In] DWRITE_GLYPH_ORIENTATION_ANGLE orientationAngle,[In] const DWRITE_UNDERLINE* underline,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer1::DrawUnderline No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer1::DrawStrikethrough([In, Optional] void* clientDrawingContext,[In] float baselineOriginX,[In] float baselineOriginY,[In] DWRITE_GLYPH_ORIENTATION_ANGLE orientationAngle,[In] const DWRITE_STRIKETHROUGH* strikethrough,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer1::DrawStrikethrough No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer1::DrawInlineObject([In, Optional] void* clientDrawingContext,[In] float originX,[In] float originY,[In] DWRITE_GLYPH_ORIENTATION_ANGLE orientationAngle,[In] IDWriteInlineObject* inlineObject,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer1::DrawInlineObject No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer::DrawGlyphRun([In, Optional] void* clientDrawingContext,[In] float baselineOriginX,[In] float baselineOriginY,[In] DWRITE_MEASURING_MODE measuringMode,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] const DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer::DrawGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer::DrawUnderline([In, Optional] void* clientDrawingContext,[In] float baselineOriginX,[In] float baselineOriginY,[In] const DWRITE_UNDERLINE* underline,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer::DrawUnderline No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer::DrawStrikethrough([In, Optional] void* clientDrawingContext,[In] float baselineOriginX,[In] float baselineOriginY,[In] const DWRITE_STRIKETHROUGH* strikethrough,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer::DrawStrikethrough No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextRenderer::DrawInlineObject([In, Optional] void* clientDrawingContext,[In] float originX,[In] float originY,[In] IDWriteInlineObject* inlineObject,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In, Optional] IUnknown* clientDrawingEffect) IDWriteTextRenderer::DrawInlineObject No documentation. DWRITE_AUTOMATIC_FONT_AXES DWRITE_AUTOMATIC_FONT_AXES No documentation. DWRITE_AUTOMATIC_FONT_AXES_NONE DWRITE_AUTOMATIC_FONT_AXES_NONE No documentation. DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZE DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZE No documentation. DWRITE_BASELINE DWRITE_BASELINE No documentation. DWRITE_BASELINE_DEFAULT DWRITE_BASELINE_DEFAULT No documentation. DWRITE_BASELINE_ROMAN DWRITE_BASELINE_ROMAN No documentation. DWRITE_BASELINE_CENTRAL DWRITE_BASELINE_CENTRAL No documentation. DWRITE_BASELINE_MATH DWRITE_BASELINE_MATH No documentation. DWRITE_BASELINE_HANGING DWRITE_BASELINE_HANGING No documentation. DWRITE_BASELINE_IDEOGRAPHIC_BOTTOM DWRITE_BASELINE_IDEOGRAPHIC_BOTTOM No documentation. DWRITE_BASELINE_IDEOGRAPHIC_TOP DWRITE_BASELINE_IDEOGRAPHIC_TOP No documentation. DWRITE_BASELINE_MINIMUM DWRITE_BASELINE_MINIMUM No documentation. DWRITE_BASELINE_MAXIMUM DWRITE_BASELINE_MAXIMUM No documentation. DWRITE_BREAK_CONDITION DWRITE_BREAK_CONDITION No documentation. DWRITE_BREAK_CONDITION_NEUTRAL DWRITE_BREAK_CONDITION_NEUTRAL No documentation. DWRITE_BREAK_CONDITION_CAN_BREAK DWRITE_BREAK_CONDITION_CAN_BREAK No documentation. DWRITE_BREAK_CONDITION_MAY_NOT_BREAK DWRITE_BREAK_CONDITION_MAY_NOT_BREAK No documentation. DWRITE_BREAK_CONDITION_MUST_BREAK DWRITE_BREAK_CONDITION_MUST_BREAK No documentation. DWRITE_CONTAINER_TYPE DWRITE_CONTAINER_TYPE No documentation. DWRITE_CONTAINER_TYPE_UNKNOWN DWRITE_CONTAINER_TYPE_UNKNOWN No documentation. DWRITE_CONTAINER_TYPE_WOFF DWRITE_CONTAINER_TYPE_WOFF No documentation. DWRITE_CONTAINER_TYPE_WOFF2 DWRITE_CONTAINER_TYPE_WOFF2 No documentation. DWRITE_FACTORY_TYPE DWRITE_FACTORY_TYPE No documentation. DWRITE_FACTORY_TYPE_SHARED DWRITE_FACTORY_TYPE_SHARED No documentation. DWRITE_FACTORY_TYPE_ISOLATED DWRITE_FACTORY_TYPE_ISOLATED No documentation. DWRITE_FLOW_DIRECTION DWRITE_FLOW_DIRECTION No documentation. DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM No documentation. DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP No documentation. DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT No documentation. DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT No documentation. DWRITE_FONT_AXIS_ATTRIBUTES DWRITE_FONT_AXIS_ATTRIBUTES No documentation. DWRITE_FONT_AXIS_ATTRIBUTES_NONE DWRITE_FONT_AXIS_ATTRIBUTES_NONE No documentation. DWRITE_FONT_AXIS_ATTRIBUTES_VARIABLE DWRITE_FONT_AXIS_ATTRIBUTES_VARIABLE No documentation. DWRITE_FONT_AXIS_ATTRIBUTES_HIDDEN DWRITE_FONT_AXIS_ATTRIBUTES_HIDDEN No documentation. DWRITE_FONT_AXIS_TAG DWRITE_FONT_AXIS_TAG No documentation. DWRITE_FONT_AXIS_TAG_WEIGHT DWRITE_FONT_AXIS_TAG_WEIGHT No documentation. DWRITE_FONT_AXIS_TAG_WIDTH DWRITE_FONT_AXIS_TAG_WIDTH No documentation. DWRITE_FONT_AXIS_TAG_SLANT DWRITE_FONT_AXIS_TAG_SLANT No documentation. DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE No documentation. DWRITE_FONT_AXIS_TAG_ITALIC DWRITE_FONT_AXIS_TAG_ITALIC No documentation. DWRITE_FONT_FACE_TYPE DWRITE_FONT_FACE_TYPE No documentation. DWRITE_FONT_FACE_TYPE_CFF DWRITE_FONT_FACE_TYPE_CFF No documentation. DWRITE_FONT_FACE_TYPE_TRUETYPE DWRITE_FONT_FACE_TYPE_TRUETYPE No documentation. DWRITE_FONT_FACE_TYPE_OPENTYPE_COLLECTION DWRITE_FONT_FACE_TYPE_OPENTYPE_COLLECTION No documentation. DWRITE_FONT_FACE_TYPE_TYPE1 DWRITE_FONT_FACE_TYPE_TYPE1 No documentation. DWRITE_FONT_FACE_TYPE_VECTOR DWRITE_FONT_FACE_TYPE_VECTOR No documentation. DWRITE_FONT_FACE_TYPE_BITMAP DWRITE_FONT_FACE_TYPE_BITMAP No documentation. DWRITE_FONT_FACE_TYPE_UNKNOWN DWRITE_FONT_FACE_TYPE_UNKNOWN No documentation. DWRITE_FONT_FACE_TYPE_RAW_CFF DWRITE_FONT_FACE_TYPE_RAW_CFF No documentation. DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION No documentation. DWRITE_FONT_FAMILY_MODEL DWRITE_FONT_FAMILY_MODEL No documentation. DWRITE_FONT_FAMILY_MODEL_TYPOGRAPHIC DWRITE_FONT_FAMILY_MODEL_TYPOGRAPHIC No documentation. DWRITE_FONT_FAMILY_MODEL_WEIGHT_STRETCH_STYLE DWRITE_FONT_FAMILY_MODEL_WEIGHT_STRETCH_STYLE No documentation. DWRITE_FONT_FEATURE_TAG DWRITE_FONT_FEATURE_TAG No documentation. DWRITE_FONT_FEATURE_TAG_ALTERNATIVE_FRACTIONS DWRITE_FONT_FEATURE_TAG_ALTERNATIVE_FRACTIONS No documentation. DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS_FROM_CAPITALS DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS_FROM_CAPITALS No documentation. DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS_FROM_CAPITALS DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS_FROM_CAPITALS No documentation. DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_ALTERNATES DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_ALTERNATES No documentation. DWRITE_FONT_FEATURE_TAG_CASE_SENSITIVE_FORMS DWRITE_FONT_FEATURE_TAG_CASE_SENSITIVE_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_GLYPH_COMPOSITION_DECOMPOSITION DWRITE_FONT_FEATURE_TAG_GLYPH_COMPOSITION_DECOMPOSITION No documentation. DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_LIGATURES DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_LIGATURES No documentation. DWRITE_FONT_FEATURE_TAG_CAPITAL_SPACING DWRITE_FONT_FEATURE_TAG_CAPITAL_SPACING No documentation. DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_SWASH DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_SWASH No documentation. DWRITE_FONT_FEATURE_TAG_CURSIVE_POSITIONING DWRITE_FONT_FEATURE_TAG_CURSIVE_POSITIONING No documentation. DWRITE_FONT_FEATURE_TAG_DEFAULT DWRITE_FONT_FEATURE_TAG_DEFAULT No documentation. DWRITE_FONT_FEATURE_TAG_DISCRETIONARY_LIGATURES DWRITE_FONT_FEATURE_TAG_DISCRETIONARY_LIGATURES No documentation. DWRITE_FONT_FEATURE_TAG_EXPERT_FORMS DWRITE_FONT_FEATURE_TAG_EXPERT_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_FRACTIONS DWRITE_FONT_FEATURE_TAG_FRACTIONS No documentation. DWRITE_FONT_FEATURE_TAG_FULL_WIDTH DWRITE_FONT_FEATURE_TAG_FULL_WIDTH No documentation. DWRITE_FONT_FEATURE_TAG_HALF_FORMS DWRITE_FONT_FEATURE_TAG_HALF_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_HALANT_FORMS DWRITE_FONT_FEATURE_TAG_HALANT_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_ALTERNATE_HALF_WIDTH DWRITE_FONT_FEATURE_TAG_ALTERNATE_HALF_WIDTH No documentation. DWRITE_FONT_FEATURE_TAG_HISTORICAL_FORMS DWRITE_FONT_FEATURE_TAG_HISTORICAL_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_HORIZONTAL_KANA_ALTERNATES DWRITE_FONT_FEATURE_TAG_HORIZONTAL_KANA_ALTERNATES No documentation. DWRITE_FONT_FEATURE_TAG_HISTORICAL_LIGATURES DWRITE_FONT_FEATURE_TAG_HISTORICAL_LIGATURES No documentation. DWRITE_FONT_FEATURE_TAG_HALF_WIDTH DWRITE_FONT_FEATURE_TAG_HALF_WIDTH No documentation. DWRITE_FONT_FEATURE_TAG_HOJO_KANJI_FORMS DWRITE_FONT_FEATURE_TAG_HOJO_KANJI_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_JIS04_FORMS DWRITE_FONT_FEATURE_TAG_JIS04_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_JIS78_FORMS DWRITE_FONT_FEATURE_TAG_JIS78_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_JIS83_FORMS DWRITE_FONT_FEATURE_TAG_JIS83_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_JIS90_FORMS DWRITE_FONT_FEATURE_TAG_JIS90_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_KERNING DWRITE_FONT_FEATURE_TAG_KERNING No documentation. DWRITE_FONT_FEATURE_TAG_STANDARD_LIGATURES DWRITE_FONT_FEATURE_TAG_STANDARD_LIGATURES No documentation. DWRITE_FONT_FEATURE_TAG_LINING_FIGURES DWRITE_FONT_FEATURE_TAG_LINING_FIGURES No documentation. DWRITE_FONT_FEATURE_TAG_LOCALIZED_FORMS DWRITE_FONT_FEATURE_TAG_LOCALIZED_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_MARK_POSITIONING DWRITE_FONT_FEATURE_TAG_MARK_POSITIONING No documentation. DWRITE_FONT_FEATURE_TAG_MATHEMATICAL_GREEK DWRITE_FONT_FEATURE_TAG_MATHEMATICAL_GREEK No documentation. DWRITE_FONT_FEATURE_TAG_MARK_TO_MARK_POSITIONING DWRITE_FONT_FEATURE_TAG_MARK_TO_MARK_POSITIONING No documentation. DWRITE_FONT_FEATURE_TAG_ALTERNATE_ANNOTATION_FORMS DWRITE_FONT_FEATURE_TAG_ALTERNATE_ANNOTATION_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_NLC_KANJI_FORMS DWRITE_FONT_FEATURE_TAG_NLC_KANJI_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_OLD_STYLE_FIGURES DWRITE_FONT_FEATURE_TAG_OLD_STYLE_FIGURES No documentation. DWRITE_FONT_FEATURE_TAG_ORDINALS DWRITE_FONT_FEATURE_TAG_ORDINALS No documentation. DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_ALTERNATE_WIDTH DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_ALTERNATE_WIDTH No documentation. DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS No documentation. DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_FIGURES DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_FIGURES No documentation. DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_WIDTHS DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_WIDTHS No documentation. DWRITE_FONT_FEATURE_TAG_QUARTER_WIDTHS DWRITE_FONT_FEATURE_TAG_QUARTER_WIDTHS No documentation. DWRITE_FONT_FEATURE_TAG_REQUIRED_LIGATURES DWRITE_FONT_FEATURE_TAG_REQUIRED_LIGATURES No documentation. DWRITE_FONT_FEATURE_TAG_RUBY_NOTATION_FORMS DWRITE_FONT_FEATURE_TAG_RUBY_NOTATION_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_ALTERNATES DWRITE_FONT_FEATURE_TAG_STYLISTIC_ALTERNATES No documentation. DWRITE_FONT_FEATURE_TAG_SCIENTIFIC_INFERIORS DWRITE_FONT_FEATURE_TAG_SCIENTIFIC_INFERIORS No documentation. DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS No documentation. DWRITE_FONT_FEATURE_TAG_SIMPLIFIED_FORMS DWRITE_FONT_FEATURE_TAG_SIMPLIFIED_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_2 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_2 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_3 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_3 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_4 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_4 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_5 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_5 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_6 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_6 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_7 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_7 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_8 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_8 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_9 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_9 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_10 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_10 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_11 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_11 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_12 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_12 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_13 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_13 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_14 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_14 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_15 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_15 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_16 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_16 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_17 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_17 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_18 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_18 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_19 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_19 No documentation. DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_20 DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_20 No documentation. DWRITE_FONT_FEATURE_TAG_SUBSCRIPT DWRITE_FONT_FEATURE_TAG_SUBSCRIPT No documentation. DWRITE_FONT_FEATURE_TAG_SUPERSCRIPT DWRITE_FONT_FEATURE_TAG_SUPERSCRIPT No documentation. DWRITE_FONT_FEATURE_TAG_SWASH DWRITE_FONT_FEATURE_TAG_SWASH No documentation. DWRITE_FONT_FEATURE_TAG_TITLING DWRITE_FONT_FEATURE_TAG_TITLING No documentation. DWRITE_FONT_FEATURE_TAG_TRADITIONAL_NAME_FORMS DWRITE_FONT_FEATURE_TAG_TRADITIONAL_NAME_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_TABULAR_FIGURES DWRITE_FONT_FEATURE_TAG_TABULAR_FIGURES No documentation. DWRITE_FONT_FEATURE_TAG_TRADITIONAL_FORMS DWRITE_FONT_FEATURE_TAG_TRADITIONAL_FORMS No documentation. DWRITE_FONT_FEATURE_TAG_THIRD_WIDTHS DWRITE_FONT_FEATURE_TAG_THIRD_WIDTHS No documentation. DWRITE_FONT_FEATURE_TAG_UNICASE DWRITE_FONT_FEATURE_TAG_UNICASE No documentation. DWRITE_FONT_FEATURE_TAG_VERTICAL_WRITING DWRITE_FONT_FEATURE_TAG_VERTICAL_WRITING No documentation. DWRITE_FONT_FEATURE_TAG_VERTICAL_ALTERNATES_AND_ROTATION DWRITE_FONT_FEATURE_TAG_VERTICAL_ALTERNATES_AND_ROTATION No documentation. DWRITE_FONT_FEATURE_TAG_SLASHED_ZERO DWRITE_FONT_FEATURE_TAG_SLASHED_ZERO No documentation. DWRITE_FONT_FILE_TYPE DWRITE_FONT_FILE_TYPE No documentation. DWRITE_FONT_FILE_TYPE_UNKNOWN DWRITE_FONT_FILE_TYPE_UNKNOWN No documentation. DWRITE_FONT_FILE_TYPE_CFF DWRITE_FONT_FILE_TYPE_CFF No documentation. DWRITE_FONT_FILE_TYPE_TRUETYPE DWRITE_FONT_FILE_TYPE_TRUETYPE No documentation. DWRITE_FONT_FILE_TYPE_OPENTYPE_COLLECTION DWRITE_FONT_FILE_TYPE_OPENTYPE_COLLECTION No documentation. DWRITE_FONT_FILE_TYPE_TYPE1_PFM DWRITE_FONT_FILE_TYPE_TYPE1_PFM No documentation. DWRITE_FONT_FILE_TYPE_TYPE1_PFB DWRITE_FONT_FILE_TYPE_TYPE1_PFB No documentation. DWRITE_FONT_FILE_TYPE_VECTOR DWRITE_FONT_FILE_TYPE_VECTOR No documentation. DWRITE_FONT_FILE_TYPE_BITMAP DWRITE_FONT_FILE_TYPE_BITMAP No documentation. DWRITE_FONT_FILE_TYPE_TRUETYPE_COLLECTION DWRITE_FONT_FILE_TYPE_TRUETYPE_COLLECTION No documentation. DWRITE_FONT_LINE_GAP_USAGE DWRITE_FONT_LINE_GAP_USAGE No documentation. DWRITE_FONT_LINE_GAP_USAGE_DEFAULT DWRITE_FONT_LINE_GAP_USAGE_DEFAULT No documentation. DWRITE_FONT_LINE_GAP_USAGE_DISABLED DWRITE_FONT_LINE_GAP_USAGE_DISABLED No documentation. DWRITE_FONT_LINE_GAP_USAGE_ENABLED DWRITE_FONT_LINE_GAP_USAGE_ENABLED No documentation. DWRITE_FONT_PROPERTY_ID DWRITE_FONT_PROPERTY_ID No documentation. DWRITE_FONT_PROPERTY_ID_NONE DWRITE_FONT_PROPERTY_ID_NONE No documentation. DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FAMILY_NAME DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FAMILY_NAME No documentation. DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FAMILY_NAME DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FAMILY_NAME No documentation. DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FACE_NAME DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FACE_NAME No documentation. DWRITE_FONT_PROPERTY_ID_FULL_NAME DWRITE_FONT_PROPERTY_ID_FULL_NAME No documentation. DWRITE_FONT_PROPERTY_ID_WIN32_FAMILY_NAME DWRITE_FONT_PROPERTY_ID_WIN32_FAMILY_NAME No documentation. DWRITE_FONT_PROPERTY_ID_POSTSCRIPT_NAME DWRITE_FONT_PROPERTY_ID_POSTSCRIPT_NAME No documentation. DWRITE_FONT_PROPERTY_ID_DESIGN_SCRIPT_LANGUAGE_TAG DWRITE_FONT_PROPERTY_ID_DESIGN_SCRIPT_LANGUAGE_TAG No documentation. DWRITE_FONT_PROPERTY_ID_SUPPORTED_SCRIPT_LANGUAGE_TAG DWRITE_FONT_PROPERTY_ID_SUPPORTED_SCRIPT_LANGUAGE_TAG No documentation. DWRITE_FONT_PROPERTY_ID_SEMANTIC_TAG DWRITE_FONT_PROPERTY_ID_SEMANTIC_TAG No documentation. DWRITE_FONT_PROPERTY_ID_WEIGHT DWRITE_FONT_PROPERTY_ID_WEIGHT No documentation. DWRITE_FONT_PROPERTY_ID_STRETCH DWRITE_FONT_PROPERTY_ID_STRETCH No documentation. DWRITE_FONT_PROPERTY_ID_STYLE DWRITE_FONT_PROPERTY_ID_STYLE No documentation. DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FACE_NAME DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FACE_NAME No documentation. DWRITE_FONT_PROPERTY_ID_TOTAL DWRITE_FONT_PROPERTY_ID_TOTAL No documentation. DWRITE_FONT_PROPERTY_ID_TOTAL_RS3 DWRITE_FONT_PROPERTY_ID_TOTAL_RS3 No documentation. DWRITE_FONT_PROPERTY_ID_PREFERRED_FAMILY_NAME DWRITE_FONT_PROPERTY_ID_PREFERRED_FAMILY_NAME No documentation. DWRITE_FONT_PROPERTY_ID_FAMILY_NAME DWRITE_FONT_PROPERTY_ID_FAMILY_NAME No documentation. DWRITE_FONT_PROPERTY_ID_FACE_NAME DWRITE_FONT_PROPERTY_ID_FACE_NAME No documentation. DWRITE_FONT_SIMULATIONS DWRITE_FONT_SIMULATIONS No documentation. DWRITE_FONT_SIMULATIONS_NONE DWRITE_FONT_SIMULATIONS_NONE No documentation. DWRITE_FONT_SIMULATIONS_BOLD DWRITE_FONT_SIMULATIONS_BOLD No documentation. DWRITE_FONT_SIMULATIONS_OBLIQUE DWRITE_FONT_SIMULATIONS_OBLIQUE No documentation. DWRITE_FONT_SOURCE_TYPE DWRITE_FONT_SOURCE_TYPE No documentation. DWRITE_FONT_SOURCE_TYPE_UNKNOWN DWRITE_FONT_SOURCE_TYPE_UNKNOWN No documentation. DWRITE_FONT_SOURCE_TYPE_PER_MACHINE DWRITE_FONT_SOURCE_TYPE_PER_MACHINE No documentation. DWRITE_FONT_SOURCE_TYPE_PER_USER DWRITE_FONT_SOURCE_TYPE_PER_USER No documentation. DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE No documentation. DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER No documentation. DWRITE_FONT_STRETCH DWRITE_FONT_STRETCH No documentation. DWRITE_FONT_STRETCH_UNDEFINED DWRITE_FONT_STRETCH_UNDEFINED No documentation. DWRITE_FONT_STRETCH_ULTRA_CONDENSED DWRITE_FONT_STRETCH_ULTRA_CONDENSED No documentation. DWRITE_FONT_STRETCH_EXTRA_CONDENSED DWRITE_FONT_STRETCH_EXTRA_CONDENSED No documentation. DWRITE_FONT_STRETCH_CONDENSED DWRITE_FONT_STRETCH_CONDENSED No documentation. DWRITE_FONT_STRETCH_SEMI_CONDENSED DWRITE_FONT_STRETCH_SEMI_CONDENSED No documentation. DWRITE_FONT_STRETCH_NORMAL DWRITE_FONT_STRETCH_NORMAL No documentation. DWRITE_FONT_STRETCH_MEDIUM DWRITE_FONT_STRETCH_MEDIUM No documentation. DWRITE_FONT_STRETCH_SEMI_EXPANDED DWRITE_FONT_STRETCH_SEMI_EXPANDED No documentation. DWRITE_FONT_STRETCH_EXPANDED DWRITE_FONT_STRETCH_EXPANDED No documentation. DWRITE_FONT_STRETCH_EXTRA_EXPANDED DWRITE_FONT_STRETCH_EXTRA_EXPANDED No documentation. DWRITE_FONT_STRETCH_ULTRA_EXPANDED DWRITE_FONT_STRETCH_ULTRA_EXPANDED No documentation. DWRITE_FONT_STYLE DWRITE_FONT_STYLE No documentation. DWRITE_FONT_STYLE_NORMAL DWRITE_FONT_STYLE_NORMAL No documentation. DWRITE_FONT_STYLE_OBLIQUE DWRITE_FONT_STYLE_OBLIQUE No documentation. DWRITE_FONT_STYLE_ITALIC DWRITE_FONT_STYLE_ITALIC No documentation. DWRITE_FONT_WEIGHT DWRITE_FONT_WEIGHT No documentation. DWRITE_FONT_WEIGHT_THIN DWRITE_FONT_WEIGHT_THIN No documentation. DWRITE_FONT_WEIGHT_EXTRA_LIGHT DWRITE_FONT_WEIGHT_EXTRA_LIGHT No documentation. DWRITE_FONT_WEIGHT_ULTRA_LIGHT DWRITE_FONT_WEIGHT_ULTRA_LIGHT No documentation. DWRITE_FONT_WEIGHT_LIGHT DWRITE_FONT_WEIGHT_LIGHT No documentation. DWRITE_FONT_WEIGHT_SEMI_LIGHT DWRITE_FONT_WEIGHT_SEMI_LIGHT No documentation. DWRITE_FONT_WEIGHT_NORMAL DWRITE_FONT_WEIGHT_NORMAL No documentation. DWRITE_FONT_WEIGHT_REGULAR DWRITE_FONT_WEIGHT_REGULAR No documentation. DWRITE_FONT_WEIGHT_MEDIUM DWRITE_FONT_WEIGHT_MEDIUM No documentation. DWRITE_FONT_WEIGHT_DEMI_BOLD DWRITE_FONT_WEIGHT_DEMI_BOLD No documentation. DWRITE_FONT_WEIGHT_SEMI_BOLD DWRITE_FONT_WEIGHT_SEMI_BOLD No documentation. DWRITE_FONT_WEIGHT_BOLD DWRITE_FONT_WEIGHT_BOLD No documentation. DWRITE_FONT_WEIGHT_EXTRA_BOLD DWRITE_FONT_WEIGHT_EXTRA_BOLD No documentation. DWRITE_FONT_WEIGHT_ULTRA_BOLD DWRITE_FONT_WEIGHT_ULTRA_BOLD No documentation. DWRITE_FONT_WEIGHT_BLACK DWRITE_FONT_WEIGHT_BLACK No documentation. DWRITE_FONT_WEIGHT_HEAVY DWRITE_FONT_WEIGHT_HEAVY No documentation. DWRITE_FONT_WEIGHT_EXTRA_BLACK DWRITE_FONT_WEIGHT_EXTRA_BLACK No documentation. DWRITE_FONT_WEIGHT_ULTRA_BLACK DWRITE_FONT_WEIGHT_ULTRA_BLACK No documentation. DWRITE_GLYPH_ORIENTATION_ANGLE DWRITE_GLYPH_ORIENTATION_ANGLE No documentation. DWRITE_GLYPH_ORIENTATION_ANGLE_0_DEGREES DWRITE_GLYPH_ORIENTATION_ANGLE_0_DEGREES No documentation. DWRITE_GLYPH_ORIENTATION_ANGLE_90_DEGREES DWRITE_GLYPH_ORIENTATION_ANGLE_90_DEGREES No documentation. DWRITE_GLYPH_ORIENTATION_ANGLE_180_DEGREES DWRITE_GLYPH_ORIENTATION_ANGLE_180_DEGREES No documentation. DWRITE_GLYPH_ORIENTATION_ANGLE_270_DEGREES DWRITE_GLYPH_ORIENTATION_ANGLE_270_DEGREES No documentation. DWRITE_GRID_FIT_MODE DWRITE_GRID_FIT_MODE No documentation. DWRITE_GRID_FIT_MODE_DEFAULT DWRITE_GRID_FIT_MODE_DEFAULT No documentation. DWRITE_GRID_FIT_MODE_DISABLED DWRITE_GRID_FIT_MODE_DISABLED No documentation. DWRITE_GRID_FIT_MODE_ENABLED DWRITE_GRID_FIT_MODE_ENABLED No documentation. DWRITE_INFORMATIONAL_STRING_ID DWRITE_INFORMATIONAL_STRING_ID No documentation. DWRITE_INFORMATIONAL_STRING_NONE DWRITE_INFORMATIONAL_STRING_NONE No documentation. DWRITE_INFORMATIONAL_STRING_COPYRIGHT_NOTICE DWRITE_INFORMATIONAL_STRING_COPYRIGHT_NOTICE No documentation. DWRITE_INFORMATIONAL_STRING_VERSION_STRINGS DWRITE_INFORMATIONAL_STRING_VERSION_STRINGS No documentation. DWRITE_INFORMATIONAL_STRING_TRADEMARK DWRITE_INFORMATIONAL_STRING_TRADEMARK No documentation. DWRITE_INFORMATIONAL_STRING_MANUFACTURER DWRITE_INFORMATIONAL_STRING_MANUFACTURER No documentation. DWRITE_INFORMATIONAL_STRING_DESIGNER DWRITE_INFORMATIONAL_STRING_DESIGNER No documentation. DWRITE_INFORMATIONAL_STRING_DESIGNER_URL DWRITE_INFORMATIONAL_STRING_DESIGNER_URL No documentation. DWRITE_INFORMATIONAL_STRING_DESCRIPTION DWRITE_INFORMATIONAL_STRING_DESCRIPTION No documentation. DWRITE_INFORMATIONAL_STRING_FONT_VENDOR_URL DWRITE_INFORMATIONAL_STRING_FONT_VENDOR_URL No documentation. DWRITE_INFORMATIONAL_STRING_LICENSE_DESCRIPTION DWRITE_INFORMATIONAL_STRING_LICENSE_DESCRIPTION No documentation. DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL No documentation. DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES No documentation. DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES No documentation. DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES No documentation. DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES No documentation. DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT No documentation. DWRITE_INFORMATIONAL_STRING_FULL_NAME DWRITE_INFORMATIONAL_STRING_FULL_NAME No documentation. DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME No documentation. DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME No documentation. DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME No documentation. DWRITE_INFORMATIONAL_STRING_DESIGN_SCRIPT_LANGUAGE_TAG DWRITE_INFORMATIONAL_STRING_DESIGN_SCRIPT_LANGUAGE_TAG No documentation. DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG No documentation. DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES No documentation. DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES No documentation. DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME No documentation. DWRITE_LINE_SPACING_METHOD DWRITE_LINE_SPACING_METHOD No documentation. DWRITE_LINE_SPACING_METHOD_DEFAULT DWRITE_LINE_SPACING_METHOD_DEFAULT No documentation. DWRITE_LINE_SPACING_METHOD_UNIFORM DWRITE_LINE_SPACING_METHOD_UNIFORM No documentation. DWRITE_LINE_SPACING_METHOD_PROPORTIONAL DWRITE_LINE_SPACING_METHOD_PROPORTIONAL No documentation. DWRITE_LOCALITY DWRITE_LOCALITY No documentation. DWRITE_LOCALITY_REMOTE DWRITE_LOCALITY_REMOTE No documentation. DWRITE_LOCALITY_PARTIAL DWRITE_LOCALITY_PARTIAL No documentation. DWRITE_LOCALITY_LOCAL DWRITE_LOCALITY_LOCAL No documentation. DWRITE_NUMBER_SUBSTITUTION_METHOD DWRITE_NUMBER_SUBSTITUTION_METHOD No documentation. DWRITE_NUMBER_SUBSTITUTION_METHOD_FROM_CULTURE DWRITE_NUMBER_SUBSTITUTION_METHOD_FROM_CULTURE No documentation. DWRITE_NUMBER_SUBSTITUTION_METHOD_CONTEXTUAL DWRITE_NUMBER_SUBSTITUTION_METHOD_CONTEXTUAL No documentation. DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE No documentation. DWRITE_NUMBER_SUBSTITUTION_METHOD_NATIONAL DWRITE_NUMBER_SUBSTITUTION_METHOD_NATIONAL No documentation. DWRITE_NUMBER_SUBSTITUTION_METHOD_TRADITIONAL DWRITE_NUMBER_SUBSTITUTION_METHOD_TRADITIONAL No documentation. DWRITE_OPTICAL_ALIGNMENT DWRITE_OPTICAL_ALIGNMENT No documentation. DWRITE_OPTICAL_ALIGNMENT_NONE DWRITE_OPTICAL_ALIGNMENT_NONE No documentation. DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS No documentation. DWRITE_OUTLINE_THRESHOLD DWRITE_OUTLINE_THRESHOLD No documentation. DWRITE_OUTLINE_THRESHOLD_ANTIALIASED DWRITE_OUTLINE_THRESHOLD_ANTIALIASED No documentation. DWRITE_OUTLINE_THRESHOLD_ALIASED DWRITE_OUTLINE_THRESHOLD_ALIASED No documentation. DWRITE_PANOSE_ARM_STYLE DWRITE_PANOSE_ARM_STYLE No documentation. DWRITE_PANOSE_ARM_STYLE_ANY DWRITE_PANOSE_ARM_STYLE_ANY No documentation. DWRITE_PANOSE_ARM_STYLE_NO_FIT DWRITE_PANOSE_ARM_STYLE_NO_FIT No documentation. DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL No documentation. DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGE DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGE No documentation. DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL No documentation. DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIF DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIF No documentation. DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIF DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIF No documentation. DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL No documentation. DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE No documentation. DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL No documentation. DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF No documentation. DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF No documentation. DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZ DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZ No documentation. DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERT DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERT No documentation. DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ No documentation. DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE No documentation. DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT No documentation. DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF No documentation. DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF No documentation. DWRITE_PANOSE_ASPECT DWRITE_PANOSE_ASPECT No documentation. DWRITE_PANOSE_ASPECT_ANY DWRITE_PANOSE_ASPECT_ANY No documentation. DWRITE_PANOSE_ASPECT_NO_FIT DWRITE_PANOSE_ASPECT_NO_FIT No documentation. DWRITE_PANOSE_ASPECT_SUPER_CONDENSED DWRITE_PANOSE_ASPECT_SUPER_CONDENSED No documentation. DWRITE_PANOSE_ASPECT_VERY_CONDENSED DWRITE_PANOSE_ASPECT_VERY_CONDENSED No documentation. DWRITE_PANOSE_ASPECT_CONDENSED DWRITE_PANOSE_ASPECT_CONDENSED No documentation. DWRITE_PANOSE_ASPECT_NORMAL DWRITE_PANOSE_ASPECT_NORMAL No documentation. DWRITE_PANOSE_ASPECT_EXTENDED DWRITE_PANOSE_ASPECT_EXTENDED No documentation. DWRITE_PANOSE_ASPECT_VERY_EXTENDED DWRITE_PANOSE_ASPECT_VERY_EXTENDED No documentation. DWRITE_PANOSE_ASPECT_SUPER_EXTENDED DWRITE_PANOSE_ASPECT_SUPER_EXTENDED No documentation. DWRITE_PANOSE_ASPECT_MONOSPACED DWRITE_PANOSE_ASPECT_MONOSPACED No documentation. DWRITE_PANOSE_ASPECT_RATIO DWRITE_PANOSE_ASPECT_RATIO No documentation. DWRITE_PANOSE_ASPECT_RATIO_ANY DWRITE_PANOSE_ASPECT_RATIO_ANY No documentation. DWRITE_PANOSE_ASPECT_RATIO_NO_FIT DWRITE_PANOSE_ASPECT_RATIO_NO_FIT No documentation. DWRITE_PANOSE_ASPECT_RATIO_VERY_CONDENSED DWRITE_PANOSE_ASPECT_RATIO_VERY_CONDENSED No documentation. DWRITE_PANOSE_ASPECT_RATIO_CONDENSED DWRITE_PANOSE_ASPECT_RATIO_CONDENSED No documentation. DWRITE_PANOSE_ASPECT_RATIO_NORMAL DWRITE_PANOSE_ASPECT_RATIO_NORMAL No documentation. DWRITE_PANOSE_ASPECT_RATIO_EXPANDED DWRITE_PANOSE_ASPECT_RATIO_EXPANDED No documentation. DWRITE_PANOSE_ASPECT_RATIO_VERY_EXPANDED DWRITE_PANOSE_ASPECT_RATIO_VERY_EXPANDED No documentation. DWRITE_PANOSE_CHARACTER_RANGES DWRITE_PANOSE_CHARACTER_RANGES No documentation. DWRITE_PANOSE_CHARACTER_RANGES_ANY DWRITE_PANOSE_CHARACTER_RANGES_ANY No documentation. DWRITE_PANOSE_CHARACTER_RANGES_NO_FIT DWRITE_PANOSE_CHARACTER_RANGES_NO_FIT No documentation. DWRITE_PANOSE_CHARACTER_RANGES_EXTENDED_COLLECTION DWRITE_PANOSE_CHARACTER_RANGES_EXTENDED_COLLECTION No documentation. DWRITE_PANOSE_CHARACTER_RANGES_LITERALS DWRITE_PANOSE_CHARACTER_RANGES_LITERALS No documentation. DWRITE_PANOSE_CHARACTER_RANGES_NO_LOWER_CASE DWRITE_PANOSE_CHARACTER_RANGES_NO_LOWER_CASE No documentation. DWRITE_PANOSE_CHARACTER_RANGES_SMALL_CAPS DWRITE_PANOSE_CHARACTER_RANGES_SMALL_CAPS No documentation. DWRITE_PANOSE_CONTRAST DWRITE_PANOSE_CONTRAST No documentation. DWRITE_PANOSE_CONTRAST_ANY DWRITE_PANOSE_CONTRAST_ANY No documentation. DWRITE_PANOSE_CONTRAST_NO_FIT DWRITE_PANOSE_CONTRAST_NO_FIT No documentation. DWRITE_PANOSE_CONTRAST_NONE DWRITE_PANOSE_CONTRAST_NONE No documentation. DWRITE_PANOSE_CONTRAST_VERY_LOW DWRITE_PANOSE_CONTRAST_VERY_LOW No documentation. DWRITE_PANOSE_CONTRAST_LOW DWRITE_PANOSE_CONTRAST_LOW No documentation. DWRITE_PANOSE_CONTRAST_MEDIUM_LOW DWRITE_PANOSE_CONTRAST_MEDIUM_LOW No documentation. DWRITE_PANOSE_CONTRAST_MEDIUM DWRITE_PANOSE_CONTRAST_MEDIUM No documentation. DWRITE_PANOSE_CONTRAST_MEDIUM_HIGH DWRITE_PANOSE_CONTRAST_MEDIUM_HIGH No documentation. DWRITE_PANOSE_CONTRAST_HIGH DWRITE_PANOSE_CONTRAST_HIGH No documentation. DWRITE_PANOSE_CONTRAST_VERY_HIGH DWRITE_PANOSE_CONTRAST_VERY_HIGH No documentation. DWRITE_PANOSE_CONTRAST_HORIZONTAL_LOW DWRITE_PANOSE_CONTRAST_HORIZONTAL_LOW No documentation. DWRITE_PANOSE_CONTRAST_HORIZONTAL_MEDIUM DWRITE_PANOSE_CONTRAST_HORIZONTAL_MEDIUM No documentation. DWRITE_PANOSE_CONTRAST_HORIZONTAL_HIGH DWRITE_PANOSE_CONTRAST_HORIZONTAL_HIGH No documentation. DWRITE_PANOSE_CONTRAST_BROKEN DWRITE_PANOSE_CONTRAST_BROKEN No documentation. DWRITE_PANOSE_DECORATIVE_CLASS DWRITE_PANOSE_DECORATIVE_CLASS No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_ANY DWRITE_PANOSE_DECORATIVE_CLASS_ANY No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_NO_FIT DWRITE_PANOSE_DECORATIVE_CLASS_NO_FIT No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_DERIVATIVE DWRITE_PANOSE_DECORATIVE_CLASS_DERIVATIVE No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_TOPOLOGY DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_TOPOLOGY No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ELEMENTS DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ELEMENTS No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ASPECT DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ASPECT No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_INITIALS DWRITE_PANOSE_DECORATIVE_CLASS_INITIALS No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_CARTOON DWRITE_PANOSE_DECORATIVE_CLASS_CARTOON No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_PICTURE_STEMS DWRITE_PANOSE_DECORATIVE_CLASS_PICTURE_STEMS No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_ORNAMENTED DWRITE_PANOSE_DECORATIVE_CLASS_ORNAMENTED No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_TEXT_AND_BACKGROUND DWRITE_PANOSE_DECORATIVE_CLASS_TEXT_AND_BACKGROUND No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_COLLAGE DWRITE_PANOSE_DECORATIVE_CLASS_COLLAGE No documentation. DWRITE_PANOSE_DECORATIVE_CLASS_MONTAGE DWRITE_PANOSE_DECORATIVE_CLASS_MONTAGE No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY DWRITE_PANOSE_DECORATIVE_TOPOLOGY No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ANY DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ANY No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_NO_FIT DWRITE_PANOSE_DECORATIVE_TOPOLOGY_NO_FIT No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_STANDARD DWRITE_PANOSE_DECORATIVE_TOPOLOGY_STANDARD No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SQUARE DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SQUARE No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_MULTIPLE_SEGMENT DWRITE_PANOSE_DECORATIVE_TOPOLOGY_MULTIPLE_SEGMENT No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ART_DECO DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ART_DECO No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UNEVEN_WEIGHTING DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UNEVEN_WEIGHTING No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_ARMS DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_ARMS No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_FORMS DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_FORMS No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_LOMBARDIC_FORMS DWRITE_PANOSE_DECORATIVE_TOPOLOGY_LOMBARDIC_FORMS No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UPPER_CASE_IN_LOWER_CASE DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UPPER_CASE_IN_LOWER_CASE No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_IMPLIED_TOPOLOGY DWRITE_PANOSE_DECORATIVE_TOPOLOGY_IMPLIED_TOPOLOGY No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_HORSESHOE_E_AND_A DWRITE_PANOSE_DECORATIVE_TOPOLOGY_HORSESHOE_E_AND_A No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_CURSIVE DWRITE_PANOSE_DECORATIVE_TOPOLOGY_CURSIVE No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_BLACKLETTER DWRITE_PANOSE_DECORATIVE_TOPOLOGY_BLACKLETTER No documentation. DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SWASH_VARIANCE DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SWASH_VARIANCE No documentation. DWRITE_PANOSE_FAMILY DWRITE_PANOSE_FAMILY No documentation. DWRITE_PANOSE_FAMILY_ANY DWRITE_PANOSE_FAMILY_ANY No documentation. DWRITE_PANOSE_FAMILY_NO_FIT DWRITE_PANOSE_FAMILY_NO_FIT No documentation. DWRITE_PANOSE_FAMILY_TEXT_DISPLAY DWRITE_PANOSE_FAMILY_TEXT_DISPLAY No documentation. DWRITE_PANOSE_FAMILY_SCRIPT DWRITE_PANOSE_FAMILY_SCRIPT No documentation. DWRITE_PANOSE_FAMILY_DECORATIVE DWRITE_PANOSE_FAMILY_DECORATIVE No documentation. DWRITE_PANOSE_FAMILY_SYMBOL DWRITE_PANOSE_FAMILY_SYMBOL No documentation. DWRITE_PANOSE_FAMILY_PICTORIAL DWRITE_PANOSE_FAMILY_PICTORIAL No documentation. DWRITE_PANOSE_FILL DWRITE_PANOSE_FILL No documentation. DWRITE_PANOSE_FILL_ANY DWRITE_PANOSE_FILL_ANY No documentation. DWRITE_PANOSE_FILL_NO_FIT DWRITE_PANOSE_FILL_NO_FIT No documentation. DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL No documentation. DWRITE_PANOSE_FILL_NO_FILL DWRITE_PANOSE_FILL_NO_FILL No documentation. DWRITE_PANOSE_FILL_PATTERNED_FILL DWRITE_PANOSE_FILL_PATTERNED_FILL No documentation. DWRITE_PANOSE_FILL_COMPLEX_FILL DWRITE_PANOSE_FILL_COMPLEX_FILL No documentation. DWRITE_PANOSE_FILL_SHAPED_FILL DWRITE_PANOSE_FILL_SHAPED_FILL No documentation. DWRITE_PANOSE_FILL_DRAWN_DISTRESSED DWRITE_PANOSE_FILL_DRAWN_DISTRESSED No documentation. DWRITE_PANOSE_FINIALS DWRITE_PANOSE_FINIALS No documentation. DWRITE_PANOSE_FINIALS_ANY DWRITE_PANOSE_FINIALS_ANY No documentation. DWRITE_PANOSE_FINIALS_NO_FIT DWRITE_PANOSE_FINIALS_NO_FIT No documentation. DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS No documentation. DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS No documentation. DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS No documentation. DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS No documentation. DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS No documentation. DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS No documentation. DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS No documentation. DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS No documentation. DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS No documentation. DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS No documentation. DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS No documentation. DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS No documentation. DWRITE_PANOSE_LETTERFORM DWRITE_PANOSE_LETTERFORM No documentation. DWRITE_PANOSE_LETTERFORM_ANY DWRITE_PANOSE_LETTERFORM_ANY No documentation. DWRITE_PANOSE_LETTERFORM_NO_FIT DWRITE_PANOSE_LETTERFORM_NO_FIT No documentation. DWRITE_PANOSE_LETTERFORM_NORMAL_CONTACT DWRITE_PANOSE_LETTERFORM_NORMAL_CONTACT No documentation. DWRITE_PANOSE_LETTERFORM_NORMAL_WEIGHTED DWRITE_PANOSE_LETTERFORM_NORMAL_WEIGHTED No documentation. DWRITE_PANOSE_LETTERFORM_NORMAL_BOXED DWRITE_PANOSE_LETTERFORM_NORMAL_BOXED No documentation. DWRITE_PANOSE_LETTERFORM_NORMAL_FLATTENED DWRITE_PANOSE_LETTERFORM_NORMAL_FLATTENED No documentation. DWRITE_PANOSE_LETTERFORM_NORMAL_ROUNDED DWRITE_PANOSE_LETTERFORM_NORMAL_ROUNDED No documentation. DWRITE_PANOSE_LETTERFORM_NORMAL_OFF_CENTER DWRITE_PANOSE_LETTERFORM_NORMAL_OFF_CENTER No documentation. DWRITE_PANOSE_LETTERFORM_NORMAL_SQUARE DWRITE_PANOSE_LETTERFORM_NORMAL_SQUARE No documentation. DWRITE_PANOSE_LETTERFORM_OBLIQUE_CONTACT DWRITE_PANOSE_LETTERFORM_OBLIQUE_CONTACT No documentation. DWRITE_PANOSE_LETTERFORM_OBLIQUE_WEIGHTED DWRITE_PANOSE_LETTERFORM_OBLIQUE_WEIGHTED No documentation. DWRITE_PANOSE_LETTERFORM_OBLIQUE_BOXED DWRITE_PANOSE_LETTERFORM_OBLIQUE_BOXED No documentation. DWRITE_PANOSE_LETTERFORM_OBLIQUE_FLATTENED DWRITE_PANOSE_LETTERFORM_OBLIQUE_FLATTENED No documentation. DWRITE_PANOSE_LETTERFORM_OBLIQUE_ROUNDED DWRITE_PANOSE_LETTERFORM_OBLIQUE_ROUNDED No documentation. DWRITE_PANOSE_LETTERFORM_OBLIQUE_OFF_CENTER DWRITE_PANOSE_LETTERFORM_OBLIQUE_OFF_CENTER No documentation. DWRITE_PANOSE_LETTERFORM_OBLIQUE_SQUARE DWRITE_PANOSE_LETTERFORM_OBLIQUE_SQUARE No documentation. DWRITE_PANOSE_LINING DWRITE_PANOSE_LINING No documentation. DWRITE_PANOSE_LINING_ANY DWRITE_PANOSE_LINING_ANY No documentation. DWRITE_PANOSE_LINING_NO_FIT DWRITE_PANOSE_LINING_NO_FIT No documentation. DWRITE_PANOSE_LINING_NONE DWRITE_PANOSE_LINING_NONE No documentation. DWRITE_PANOSE_LINING_INLINE DWRITE_PANOSE_LINING_INLINE No documentation. DWRITE_PANOSE_LINING_OUTLINE DWRITE_PANOSE_LINING_OUTLINE No documentation. DWRITE_PANOSE_LINING_ENGRAVED DWRITE_PANOSE_LINING_ENGRAVED No documentation. DWRITE_PANOSE_LINING_SHADOW DWRITE_PANOSE_LINING_SHADOW No documentation. DWRITE_PANOSE_LINING_RELIEF DWRITE_PANOSE_LINING_RELIEF No documentation. DWRITE_PANOSE_LINING_BACKDROP DWRITE_PANOSE_LINING_BACKDROP No documentation. DWRITE_PANOSE_MIDLINE DWRITE_PANOSE_MIDLINE No documentation. DWRITE_PANOSE_MIDLINE_ANY DWRITE_PANOSE_MIDLINE_ANY No documentation. DWRITE_PANOSE_MIDLINE_NO_FIT DWRITE_PANOSE_MIDLINE_NO_FIT No documentation. DWRITE_PANOSE_MIDLINE_STANDARD_TRIMMED DWRITE_PANOSE_MIDLINE_STANDARD_TRIMMED No documentation. DWRITE_PANOSE_MIDLINE_STANDARD_POINTED DWRITE_PANOSE_MIDLINE_STANDARD_POINTED No documentation. DWRITE_PANOSE_MIDLINE_STANDARD_SERIFED DWRITE_PANOSE_MIDLINE_STANDARD_SERIFED No documentation. DWRITE_PANOSE_MIDLINE_HIGH_TRIMMED DWRITE_PANOSE_MIDLINE_HIGH_TRIMMED No documentation. DWRITE_PANOSE_MIDLINE_HIGH_POINTED DWRITE_PANOSE_MIDLINE_HIGH_POINTED No documentation. DWRITE_PANOSE_MIDLINE_HIGH_SERIFED DWRITE_PANOSE_MIDLINE_HIGH_SERIFED No documentation. DWRITE_PANOSE_MIDLINE_CONSTANT_TRIMMED DWRITE_PANOSE_MIDLINE_CONSTANT_TRIMMED No documentation. DWRITE_PANOSE_MIDLINE_CONSTANT_POINTED DWRITE_PANOSE_MIDLINE_CONSTANT_POINTED No documentation. DWRITE_PANOSE_MIDLINE_CONSTANT_SERIFED DWRITE_PANOSE_MIDLINE_CONSTANT_SERIFED No documentation. DWRITE_PANOSE_MIDLINE_LOW_TRIMMED DWRITE_PANOSE_MIDLINE_LOW_TRIMMED No documentation. DWRITE_PANOSE_MIDLINE_LOW_POINTED DWRITE_PANOSE_MIDLINE_LOW_POINTED No documentation. DWRITE_PANOSE_MIDLINE_LOW_SERIFED DWRITE_PANOSE_MIDLINE_LOW_SERIFED No documentation. DWRITE_PANOSE_PROPORTION DWRITE_PANOSE_PROPORTION No documentation. DWRITE_PANOSE_PROPORTION_ANY DWRITE_PANOSE_PROPORTION_ANY No documentation. DWRITE_PANOSE_PROPORTION_NO_FIT DWRITE_PANOSE_PROPORTION_NO_FIT No documentation. DWRITE_PANOSE_PROPORTION_OLD_STYLE DWRITE_PANOSE_PROPORTION_OLD_STYLE No documentation. DWRITE_PANOSE_PROPORTION_MODERN DWRITE_PANOSE_PROPORTION_MODERN No documentation. DWRITE_PANOSE_PROPORTION_EVEN_WIDTH DWRITE_PANOSE_PROPORTION_EVEN_WIDTH No documentation. DWRITE_PANOSE_PROPORTION_EXPANDED DWRITE_PANOSE_PROPORTION_EXPANDED No documentation. DWRITE_PANOSE_PROPORTION_CONDENSED DWRITE_PANOSE_PROPORTION_CONDENSED No documentation. DWRITE_PANOSE_PROPORTION_VERY_EXPANDED DWRITE_PANOSE_PROPORTION_VERY_EXPANDED No documentation. DWRITE_PANOSE_PROPORTION_VERY_CONDENSED DWRITE_PANOSE_PROPORTION_VERY_CONDENSED No documentation. DWRITE_PANOSE_PROPORTION_MONOSPACED DWRITE_PANOSE_PROPORTION_MONOSPACED No documentation. DWRITE_PANOSE_SCRIPT_FORM DWRITE_PANOSE_SCRIPT_FORM No documentation. DWRITE_PANOSE_SCRIPT_FORM_ANY DWRITE_PANOSE_SCRIPT_FORM_ANY No documentation. DWRITE_PANOSE_SCRIPT_FORM_NO_FIT DWRITE_PANOSE_SCRIPT_FORM_NO_FIT No documentation. DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPING DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPING No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY DWRITE_PANOSE_SCRIPT_TOPOLOGY No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING No documentation. DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED No documentation. DWRITE_PANOSE_SERIF_STYLE DWRITE_PANOSE_SERIF_STYLE No documentation. DWRITE_PANOSE_SERIF_STYLE_ANY DWRITE_PANOSE_SERIF_STYLE_ANY No documentation. DWRITE_PANOSE_SERIF_STYLE_NO_FIT DWRITE_PANOSE_SERIF_STYLE_NO_FIT No documentation. DWRITE_PANOSE_SERIF_STYLE_COVE DWRITE_PANOSE_SERIF_STYLE_COVE No documentation. DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVE DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVE No documentation. DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVE DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVE No documentation. DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVE DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVE No documentation. DWRITE_PANOSE_SERIF_STYLE_SQUARE DWRITE_PANOSE_SERIF_STYLE_SQUARE No documentation. DWRITE_PANOSE_SERIF_STYLE_THIN DWRITE_PANOSE_SERIF_STYLE_THIN No documentation. DWRITE_PANOSE_SERIF_STYLE_OVAL DWRITE_PANOSE_SERIF_STYLE_OVAL No documentation. DWRITE_PANOSE_SERIF_STYLE_EXAGGERATED DWRITE_PANOSE_SERIF_STYLE_EXAGGERATED No documentation. DWRITE_PANOSE_SERIF_STYLE_TRIANGLE DWRITE_PANOSE_SERIF_STYLE_TRIANGLE No documentation. DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANS DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANS No documentation. DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANS DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANS No documentation. DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANS DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANS No documentation. DWRITE_PANOSE_SERIF_STYLE_FLARED DWRITE_PANOSE_SERIF_STYLE_FLARED No documentation. DWRITE_PANOSE_SERIF_STYLE_ROUNDED DWRITE_PANOSE_SERIF_STYLE_ROUNDED No documentation. DWRITE_PANOSE_SERIF_STYLE_SCRIPT DWRITE_PANOSE_SERIF_STYLE_SCRIPT No documentation. DWRITE_PANOSE_SERIF_STYLE_PERP_SANS DWRITE_PANOSE_SERIF_STYLE_PERP_SANS No documentation. DWRITE_PANOSE_SERIF_STYLE_BONE DWRITE_PANOSE_SERIF_STYLE_BONE No documentation. DWRITE_PANOSE_SPACING DWRITE_PANOSE_SPACING No documentation. DWRITE_PANOSE_SPACING_ANY DWRITE_PANOSE_SPACING_ANY No documentation. DWRITE_PANOSE_SPACING_NO_FIT DWRITE_PANOSE_SPACING_NO_FIT No documentation. DWRITE_PANOSE_SPACING_PROPORTIONAL_SPACED DWRITE_PANOSE_SPACING_PROPORTIONAL_SPACED No documentation. DWRITE_PANOSE_SPACING_MONOSPACED DWRITE_PANOSE_SPACING_MONOSPACED No documentation. DWRITE_PANOSE_STROKE_VARIATION DWRITE_PANOSE_STROKE_VARIATION No documentation. DWRITE_PANOSE_STROKE_VARIATION_ANY DWRITE_PANOSE_STROKE_VARIATION_ANY No documentation. DWRITE_PANOSE_STROKE_VARIATION_NO_FIT DWRITE_PANOSE_STROKE_VARIATION_NO_FIT No documentation. DWRITE_PANOSE_STROKE_VARIATION_NO_VARIATION DWRITE_PANOSE_STROKE_VARIATION_NO_VARIATION No documentation. DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_DIAGONAL DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_DIAGONAL No documentation. DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_TRANSITIONAL DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_TRANSITIONAL No documentation. DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_VERTICAL DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_VERTICAL No documentation. DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_HORIZONTAL DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_HORIZONTAL No documentation. DWRITE_PANOSE_STROKE_VARIATION_RAPID_VERTICAL DWRITE_PANOSE_STROKE_VARIATION_RAPID_VERTICAL No documentation. DWRITE_PANOSE_STROKE_VARIATION_RAPID_HORIZONTAL DWRITE_PANOSE_STROKE_VARIATION_RAPID_HORIZONTAL No documentation. DWRITE_PANOSE_STROKE_VARIATION_INSTANT_VERTICAL DWRITE_PANOSE_STROKE_VARIATION_INSTANT_VERTICAL No documentation. DWRITE_PANOSE_STROKE_VARIATION_INSTANT_HORIZONTAL DWRITE_PANOSE_STROKE_VARIATION_INSTANT_HORIZONTAL No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO DWRITE_PANOSE_SYMBOL_ASPECT_RATIO No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_ANY DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_ANY No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_FIT DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_FIT No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_WIDTH DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_WIDTH No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_EXCEPTIONALLY_WIDE DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_EXCEPTIONALLY_WIDE No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_SUPER_WIDE DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_SUPER_WIDE No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_WIDE DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_WIDE No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_WIDE DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_WIDE No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NORMAL DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NORMAL No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NARROW DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NARROW No documentation. DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_NARROW DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_NARROW No documentation. DWRITE_PANOSE_SYMBOL_KIND DWRITE_PANOSE_SYMBOL_KIND No documentation. DWRITE_PANOSE_SYMBOL_KIND_ANY DWRITE_PANOSE_SYMBOL_KIND_ANY No documentation. DWRITE_PANOSE_SYMBOL_KIND_NO_FIT DWRITE_PANOSE_SYMBOL_KIND_NO_FIT No documentation. DWRITE_PANOSE_SYMBOL_KIND_MONTAGES DWRITE_PANOSE_SYMBOL_KIND_MONTAGES No documentation. DWRITE_PANOSE_SYMBOL_KIND_PICTURES DWRITE_PANOSE_SYMBOL_KIND_PICTURES No documentation. DWRITE_PANOSE_SYMBOL_KIND_SHAPES DWRITE_PANOSE_SYMBOL_KIND_SHAPES No documentation. DWRITE_PANOSE_SYMBOL_KIND_SCIENTIFIC DWRITE_PANOSE_SYMBOL_KIND_SCIENTIFIC No documentation. DWRITE_PANOSE_SYMBOL_KIND_MUSIC DWRITE_PANOSE_SYMBOL_KIND_MUSIC No documentation. DWRITE_PANOSE_SYMBOL_KIND_EXPERT DWRITE_PANOSE_SYMBOL_KIND_EXPERT No documentation. DWRITE_PANOSE_SYMBOL_KIND_PATTERNS DWRITE_PANOSE_SYMBOL_KIND_PATTERNS No documentation. DWRITE_PANOSE_SYMBOL_KIND_BOARDERS DWRITE_PANOSE_SYMBOL_KIND_BOARDERS No documentation. DWRITE_PANOSE_SYMBOL_KIND_ICONS DWRITE_PANOSE_SYMBOL_KIND_ICONS No documentation. DWRITE_PANOSE_SYMBOL_KIND_LOGOS DWRITE_PANOSE_SYMBOL_KIND_LOGOS No documentation. DWRITE_PANOSE_SYMBOL_KIND_INDUSTRY_SPECIFIC DWRITE_PANOSE_SYMBOL_KIND_INDUSTRY_SPECIFIC No documentation. DWRITE_PANOSE_TOOL_KIND DWRITE_PANOSE_TOOL_KIND No documentation. DWRITE_PANOSE_TOOL_KIND_ANY DWRITE_PANOSE_TOOL_KIND_ANY No documentation. DWRITE_PANOSE_TOOL_KIND_NO_FIT DWRITE_PANOSE_TOOL_KIND_NO_FIT No documentation. DWRITE_PANOSE_TOOL_KIND_FLAT_NIB DWRITE_PANOSE_TOOL_KIND_FLAT_NIB No documentation. DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT No documentation. DWRITE_PANOSE_TOOL_KIND_ENGRAVED DWRITE_PANOSE_TOOL_KIND_ENGRAVED No documentation. DWRITE_PANOSE_TOOL_KIND_BALL DWRITE_PANOSE_TOOL_KIND_BALL No documentation. DWRITE_PANOSE_TOOL_KIND_BRUSH DWRITE_PANOSE_TOOL_KIND_BRUSH No documentation. DWRITE_PANOSE_TOOL_KIND_ROUGH DWRITE_PANOSE_TOOL_KIND_ROUGH No documentation. DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP No documentation. DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH No documentation. DWRITE_PANOSE_WEIGHT DWRITE_PANOSE_WEIGHT No documentation. DWRITE_PANOSE_WEIGHT_ANY DWRITE_PANOSE_WEIGHT_ANY No documentation. DWRITE_PANOSE_WEIGHT_NO_FIT DWRITE_PANOSE_WEIGHT_NO_FIT No documentation. DWRITE_PANOSE_WEIGHT_VERY_LIGHT DWRITE_PANOSE_WEIGHT_VERY_LIGHT No documentation. DWRITE_PANOSE_WEIGHT_LIGHT DWRITE_PANOSE_WEIGHT_LIGHT No documentation. DWRITE_PANOSE_WEIGHT_THIN DWRITE_PANOSE_WEIGHT_THIN No documentation. DWRITE_PANOSE_WEIGHT_BOOK DWRITE_PANOSE_WEIGHT_BOOK No documentation. DWRITE_PANOSE_WEIGHT_MEDIUM DWRITE_PANOSE_WEIGHT_MEDIUM No documentation. DWRITE_PANOSE_WEIGHT_DEMI DWRITE_PANOSE_WEIGHT_DEMI No documentation. DWRITE_PANOSE_WEIGHT_BOLD DWRITE_PANOSE_WEIGHT_BOLD No documentation. DWRITE_PANOSE_WEIGHT_HEAVY DWRITE_PANOSE_WEIGHT_HEAVY No documentation. DWRITE_PANOSE_WEIGHT_BLACK DWRITE_PANOSE_WEIGHT_BLACK No documentation. DWRITE_PANOSE_WEIGHT_EXTRA_BLACK DWRITE_PANOSE_WEIGHT_EXTRA_BLACK No documentation. DWRITE_PANOSE_WEIGHT_NORD DWRITE_PANOSE_WEIGHT_NORD No documentation. DWRITE_PANOSE_XASCENT DWRITE_PANOSE_XASCENT No documentation. DWRITE_PANOSE_XASCENT_ANY DWRITE_PANOSE_XASCENT_ANY No documentation. DWRITE_PANOSE_XASCENT_NO_FIT DWRITE_PANOSE_XASCENT_NO_FIT No documentation. DWRITE_PANOSE_XASCENT_VERY_LOW DWRITE_PANOSE_XASCENT_VERY_LOW No documentation. DWRITE_PANOSE_XASCENT_LOW DWRITE_PANOSE_XASCENT_LOW No documentation. DWRITE_PANOSE_XASCENT_MEDIUM DWRITE_PANOSE_XASCENT_MEDIUM No documentation. DWRITE_PANOSE_XASCENT_HIGH DWRITE_PANOSE_XASCENT_HIGH No documentation. DWRITE_PANOSE_XASCENT_VERY_HIGH DWRITE_PANOSE_XASCENT_VERY_HIGH No documentation. DWRITE_PANOSE_XHEIGHT DWRITE_PANOSE_XHEIGHT No documentation. DWRITE_PANOSE_XHEIGHT_ANY DWRITE_PANOSE_XHEIGHT_ANY No documentation. DWRITE_PANOSE_XHEIGHT_NO_FIT DWRITE_PANOSE_XHEIGHT_NO_FIT No documentation. DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL No documentation. DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD No documentation. DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE No documentation. DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL No documentation. DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD No documentation. DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE No documentation. DWRITE_PANOSE_XHEIGHT_CONSTANT_STD DWRITE_PANOSE_XHEIGHT_CONSTANT_STD No documentation. DWRITE_PANOSE_XHEIGHT_DUCKING_STD DWRITE_PANOSE_XHEIGHT_DUCKING_STD No documentation. DWRITE_PARAGRAPH_ALIGNMENT DWRITE_PARAGRAPH_ALIGNMENT No documentation. DWRITE_PARAGRAPH_ALIGNMENT_NEAR DWRITE_PARAGRAPH_ALIGNMENT_NEAR No documentation. DWRITE_PARAGRAPH_ALIGNMENT_FAR DWRITE_PARAGRAPH_ALIGNMENT_FAR No documentation. DWRITE_PARAGRAPH_ALIGNMENT_CENTER DWRITE_PARAGRAPH_ALIGNMENT_CENTER No documentation. DWRITE_PIXEL_GEOMETRY DWRITE_PIXEL_GEOMETRY No documentation. DWRITE_PIXEL_GEOMETRY_FLAT DWRITE_PIXEL_GEOMETRY_FLAT No documentation. DWRITE_PIXEL_GEOMETRY_RGB DWRITE_PIXEL_GEOMETRY_RGB No documentation. DWRITE_PIXEL_GEOMETRY_BGR DWRITE_PIXEL_GEOMETRY_BGR No documentation. DWRITE_READING_DIRECTION DWRITE_READING_DIRECTION No documentation. DWRITE_READING_DIRECTION_LEFT_TO_RIGHT DWRITE_READING_DIRECTION_LEFT_TO_RIGHT No documentation. DWRITE_READING_DIRECTION_RIGHT_TO_LEFT DWRITE_READING_DIRECTION_RIGHT_TO_LEFT No documentation. DWRITE_READING_DIRECTION_TOP_TO_BOTTOM DWRITE_READING_DIRECTION_TOP_TO_BOTTOM No documentation. DWRITE_READING_DIRECTION_BOTTOM_TO_TOP DWRITE_READING_DIRECTION_BOTTOM_TO_TOP No documentation. DWRITE_RENDERING_MODE DWRITE_RENDERING_MODE No documentation. DWRITE_RENDERING_MODE_DEFAULT DWRITE_RENDERING_MODE_DEFAULT No documentation. DWRITE_RENDERING_MODE_ALIASED DWRITE_RENDERING_MODE_ALIASED No documentation. DWRITE_RENDERING_MODE_GDI_CLASSIC DWRITE_RENDERING_MODE_GDI_CLASSIC No documentation. DWRITE_RENDERING_MODE_GDI_NATURAL DWRITE_RENDERING_MODE_GDI_NATURAL No documentation. DWRITE_RENDERING_MODE_NATURAL DWRITE_RENDERING_MODE_NATURAL No documentation. DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC No documentation. DWRITE_RENDERING_MODE_OUTLINE DWRITE_RENDERING_MODE_OUTLINE No documentation. DWRITE_RENDERING_MODE_CLEARTYPE_GDI_CLASSIC DWRITE_RENDERING_MODE_CLEARTYPE_GDI_CLASSIC No documentation. DWRITE_RENDERING_MODE_CLEARTYPE_GDI_NATURAL DWRITE_RENDERING_MODE_CLEARTYPE_GDI_NATURAL No documentation. DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL No documentation. DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL_SYMMETRIC DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL_SYMMETRIC No documentation. DWRITE_RENDERING_MODE1 DWRITE_RENDERING_MODE1 No documentation. DWRITE_RENDERING_MODE1_DEFAULT DWRITE_RENDERING_MODE1_DEFAULT No documentation. DWRITE_RENDERING_MODE1_ALIASED DWRITE_RENDERING_MODE1_ALIASED No documentation. DWRITE_RENDERING_MODE1_GDI_CLASSIC DWRITE_RENDERING_MODE1_GDI_CLASSIC No documentation. DWRITE_RENDERING_MODE1_GDI_NATURAL DWRITE_RENDERING_MODE1_GDI_NATURAL No documentation. DWRITE_RENDERING_MODE1_NATURAL DWRITE_RENDERING_MODE1_NATURAL No documentation. DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC No documentation. DWRITE_RENDERING_MODE1_OUTLINE DWRITE_RENDERING_MODE1_OUTLINE No documentation. DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED No documentation. DWRITE_SCRIPT_SHAPES DWRITE_SCRIPT_SHAPES No documentation. DWRITE_SCRIPT_SHAPES_DEFAULT DWRITE_SCRIPT_SHAPES_DEFAULT No documentation. DWRITE_SCRIPT_SHAPES_NO_VISUAL DWRITE_SCRIPT_SHAPES_NO_VISUAL No documentation. DWRITE_TEXT_ALIGNMENT DWRITE_TEXT_ALIGNMENT No documentation. DWRITE_TEXT_ALIGNMENT_LEADING DWRITE_TEXT_ALIGNMENT_LEADING No documentation. DWRITE_TEXT_ALIGNMENT_TRAILING DWRITE_TEXT_ALIGNMENT_TRAILING No documentation. DWRITE_TEXT_ALIGNMENT_CENTER DWRITE_TEXT_ALIGNMENT_CENTER No documentation. DWRITE_TEXT_ALIGNMENT_JUSTIFIED DWRITE_TEXT_ALIGNMENT_JUSTIFIED No documentation. DWRITE_TEXT_ANTIALIAS_MODE DWRITE_TEXT_ANTIALIAS_MODE No documentation. DWRITE_TEXT_ANTIALIAS_MODE_CLEARTYPE DWRITE_TEXT_ANTIALIAS_MODE_CLEARTYPE No documentation. DWRITE_TEXT_ANTIALIAS_MODE_GRAYSCALE DWRITE_TEXT_ANTIALIAS_MODE_GRAYSCALE No documentation. DWRITE_TEXTURE_TYPE DWRITE_TEXTURE_TYPE No documentation. DWRITE_TEXTURE_ALIASED_1x1 DWRITE_TEXTURE_ALIASED_1x1 No documentation. DWRITE_TEXTURE_CLEARTYPE_3x1 DWRITE_TEXTURE_CLEARTYPE_3x1 No documentation. DWRITE_TRIMMING_GRANULARITY DWRITE_TRIMMING_GRANULARITY No documentation. DWRITE_TRIMMING_GRANULARITY_NONE DWRITE_TRIMMING_GRANULARITY_NONE No documentation. DWRITE_TRIMMING_GRANULARITY_CHARACTER DWRITE_TRIMMING_GRANULARITY_CHARACTER No documentation. DWRITE_TRIMMING_GRANULARITY_WORD DWRITE_TRIMMING_GRANULARITY_WORD No documentation. DWRITE_VERTICAL_GLYPH_ORIENTATION DWRITE_VERTICAL_GLYPH_ORIENTATION No documentation. DWRITE_VERTICAL_GLYPH_ORIENTATION_DEFAULT DWRITE_VERTICAL_GLYPH_ORIENTATION_DEFAULT No documentation. DWRITE_VERTICAL_GLYPH_ORIENTATION_STACKED DWRITE_VERTICAL_GLYPH_ORIENTATION_STACKED No documentation. DWRITE_WORD_WRAPPING DWRITE_WORD_WRAPPING No documentation. DWRITE_WORD_WRAPPING_WRAP DWRITE_WORD_WRAPPING_WRAP No documentation. DWRITE_WORD_WRAPPING_NO_WRAP DWRITE_WORD_WRAPPING_NO_WRAP No documentation. DWRITE_WORD_WRAPPING_EMERGENCY_BREAK DWRITE_WORD_WRAPPING_EMERGENCY_BREAK No documentation. DWRITE_WORD_WRAPPING_WHOLE_WORD DWRITE_WORD_WRAPPING_WHOLE_WORD No documentation. DWRITE_WORD_WRAPPING_CHARACTER DWRITE_WORD_WRAPPING_CHARACTER No documentation. DWRITE_CARET_METRICS DWRITE_CARET_METRICS No documentation. slopeRise slopeRise No documentation. slopeRun slopeRun No documentation. offset offset No documentation. DWRITE_CLUSTER_METRICS DWRITE_CLUSTER_METRICS No documentation. width width No documentation. length length No documentation. canWrapLineAfter canWrapLineAfter No documentation. isWhitespace isWhitespace No documentation. isNewline isNewline No documentation. isSoftHyphen isSoftHyphen No documentation. isRightToLeft isRightToLeft No documentation. padding padding No documentation. DWRITE_COLOR_GLYPH_RUN DWRITE_COLOR_GLYPH_RUN No documentation. glyphRun glyphRun No documentation. glyphRunDescription glyphRunDescription No documentation. baselineOriginX baselineOriginX No documentation. baselineOriginY baselineOriginY No documentation. runColor runColor No documentation. paletteIndex paletteIndex No documentation. DWRITE_COLOR_GLYPH_RUN1 DWRITE_COLOR_GLYPH_RUN1 No documentation. glyphRun glyphRun No documentation. glyphRunDescription glyphRunDescription No documentation. baselineOriginX baselineOriginX No documentation. baselineOriginY baselineOriginY No documentation. runColor runColor No documentation. paletteIndex paletteIndex No documentation. glyphImageFormat glyphImageFormat No documentation. measuringMode measuringMode No documentation. DWRITE_FILE_FRAGMENT DWRITE_FILE_FRAGMENT No documentation. fileOffset fileOffset No documentation. fragmentSize fragmentSize No documentation. DWRITE_FONT_AXIS_RANGE DWRITE_FONT_AXIS_RANGE No documentation. axisTag axisTag No documentation. minValue minValue No documentation. maxValue maxValue No documentation. DWRITE_FONT_AXIS_VALUE DWRITE_FONT_AXIS_VALUE No documentation. axisTag axisTag No documentation. value value No documentation. DWRITE_FONT_FEATURE DWRITE_FONT_FEATURE No documentation. nameTag nameTag No documentation. parameter parameter No documentation. DWRITE_FONT_METRICS DWRITE_FONT_METRICS No documentation. designUnitsPerEm designUnitsPerEm No documentation. ascent ascent No documentation. descent descent No documentation. lineGap lineGap No documentation. capHeight capHeight No documentation. xHeight xHeight No documentation. underlinePosition underlinePosition No documentation. underlineThickness underlineThickness No documentation. strikethroughPosition strikethroughPosition No documentation. strikethroughThickness strikethroughThickness No documentation. DWRITE_FONT_METRICS1 DWRITE_FONT_METRICS1 No documentation. designUnitsPerEm designUnitsPerEm No documentation. ascent ascent No documentation. descent descent No documentation. lineGap lineGap No documentation. capHeight capHeight No documentation. xHeight xHeight No documentation. underlinePosition underlinePosition No documentation. underlineThickness underlineThickness No documentation. strikethroughPosition strikethroughPosition No documentation. strikethroughThickness strikethroughThickness No documentation. glyphBoxLeft glyphBoxLeft No documentation. glyphBoxTop glyphBoxTop No documentation. glyphBoxRight glyphBoxRight No documentation. glyphBoxBottom glyphBoxBottom No documentation. subscriptPositionX subscriptPositionX No documentation. subscriptPositionY subscriptPositionY No documentation. subscriptSizeX subscriptSizeX No documentation. subscriptSizeY subscriptSizeY No documentation. superscriptPositionX superscriptPositionX No documentation. superscriptPositionY superscriptPositionY No documentation. superscriptSizeX superscriptSizeX No documentation. superscriptSizeY superscriptSizeY No documentation. hasTypographicMetrics hasTypographicMetrics No documentation. DWRITE_FONT_PROPERTY DWRITE_FONT_PROPERTY No documentation. propertyId propertyId No documentation. propertyValue propertyValue No documentation. localeName localeName No documentation. DWRITE_GLYPH_IMAGE_DATA DWRITE_GLYPH_IMAGE_DATA No documentation. imageData imageData No documentation. imageDataSize imageDataSize No documentation. uniqueDataId uniqueDataId No documentation. pixelsPerEm pixelsPerEm No documentation. pixelSize pixelSize No documentation. horizontalLeftOrigin horizontalLeftOrigin No documentation. horizontalRightOrigin horizontalRightOrigin No documentation. verticalTopOrigin verticalTopOrigin No documentation. verticalBottomOrigin verticalBottomOrigin No documentation. DWRITE_GLYPH_METRICS DWRITE_GLYPH_METRICS No documentation. leftSideBearing leftSideBearing No documentation. advanceWidth advanceWidth No documentation. rightSideBearing rightSideBearing No documentation. topSideBearing topSideBearing No documentation. advanceHeight advanceHeight No documentation. bottomSideBearing bottomSideBearing No documentation. verticalOriginY verticalOriginY No documentation. DWRITE_GLYPH_OFFSET DWRITE_GLYPH_OFFSET No documentation. advanceOffset advanceOffset No documentation. ascenderOffset ascenderOffset No documentation. DWRITE_GLYPH_RUN_DESCRIPTION DWRITE_GLYPH_RUN_DESCRIPTION No documentation. localeName localeName No documentation. string string No documentation. stringLength stringLength No documentation. clusterMap clusterMap No documentation. textPosition textPosition No documentation. DWRITE_HIT_TEST_METRICS DWRITE_HIT_TEST_METRICS No documentation. textPosition textPosition No documentation. length length No documentation. left left No documentation. top top No documentation. width width No documentation. height height No documentation. bidiLevel bidiLevel No documentation. isText isText No documentation. isTrimmed isTrimmed No documentation. DWRITE_INLINE_OBJECT_METRICS DWRITE_INLINE_OBJECT_METRICS No documentation. width width No documentation. height height No documentation. baseline baseline No documentation. supportsSideways supportsSideways No documentation. DWRITE_JUSTIFICATION_OPPORTUNITY DWRITE_JUSTIFICATION_OPPORTUNITY No documentation. expansionMinimum expansionMinimum No documentation. expansionMaximum expansionMaximum No documentation. compressionMaximum compressionMaximum No documentation. expansionPriority expansionPriority No documentation. compressionPriority compressionPriority No documentation. allowResidualExpansion allowResidualExpansion No documentation. allowResidualCompression allowResidualCompression No documentation. applyToLeadingEdge applyToLeadingEdge No documentation. applyToTrailingEdge applyToTrailingEdge No documentation. reserved reserved No documentation. DWRITE_LINE_BREAKPOINT DWRITE_LINE_BREAKPOINT No documentation. breakConditionBefore breakConditionBefore No documentation. breakConditionAfter breakConditionAfter No documentation. isWhitespace isWhitespace No documentation. isSoftHyphen isSoftHyphen No documentation. padding padding No documentation. DWRITE_LINE_METRICS DWRITE_LINE_METRICS No documentation. length length No documentation. trailingWhitespaceLength trailingWhitespaceLength No documentation. newlineLength newlineLength No documentation. height height No documentation. baseline baseline No documentation. isTrimmed isTrimmed No documentation. DWRITE_LINE_METRICS1 DWRITE_LINE_METRICS1 No documentation. length length No documentation. trailingWhitespaceLength trailingWhitespaceLength No documentation. newlineLength newlineLength No documentation. height height No documentation. baseline baseline No documentation. isTrimmed isTrimmed No documentation. leadingBefore leadingBefore No documentation. leadingAfter leadingAfter No documentation. DWRITE_LINE_SPACING DWRITE_LINE_SPACING No documentation. method method No documentation. height height No documentation. baseline baseline No documentation. leadingBefore leadingBefore No documentation. fontLineGapUsage fontLineGapUsage No documentation. DWRITE_OVERHANG_METRICS DWRITE_OVERHANG_METRICS No documentation. left left No documentation. top top No documentation. right right No documentation. bottom bottom No documentation. DWRITE_PANOSE DWRITE_PANOSE No documentation. values values No documentation. familyKind familyKind No documentation. text text No documentation. script script No documentation. decorative decorative No documentation. symbol symbol No documentation. DWRITE_PANOSE_INNER_0 DWRITE_PANOSE_INNER_0 No documentation. familyKind familyKind No documentation. serifStyle serifStyle No documentation. weight weight No documentation. proportion proportion No documentation. contrast contrast No documentation. strokeVariation strokeVariation No documentation. armStyle armStyle No documentation. letterform letterform No documentation. midline midline No documentation. xHeight xHeight No documentation. DWRITE_PANOSE_INNER_1 DWRITE_PANOSE_INNER_1 No documentation. familyKind familyKind No documentation. toolKind toolKind No documentation. weight weight No documentation. spacing spacing No documentation. aspectRatio aspectRatio No documentation. contrast contrast No documentation. scriptTopology scriptTopology No documentation. scriptForm scriptForm No documentation. finials finials No documentation. xAscent xAscent No documentation. DWRITE_PANOSE_INNER_2 DWRITE_PANOSE_INNER_2 No documentation. familyKind familyKind No documentation. decorativeClass decorativeClass No documentation. weight weight No documentation. aspect aspect No documentation. contrast contrast No documentation. serifVariant serifVariant No documentation. fill fill No documentation. lining lining No documentation. decorativeTopology decorativeTopology No documentation. characterRange characterRange No documentation. DWRITE_PANOSE_INNER_3 DWRITE_PANOSE_INNER_3 No documentation. familyKind familyKind No documentation. symbolKind symbolKind No documentation. weight weight No documentation. spacing spacing No documentation. aspectRatioAndContrast aspectRatioAndContrast No documentation. aspectRatio94 aspectRatio94 No documentation. aspectRatio119 aspectRatio119 No documentation. aspectRatio157 aspectRatio157 No documentation. aspectRatio163 aspectRatio163 No documentation. aspectRatio211 aspectRatio211 No documentation. DWRITE_SCRIPT_ANALYSIS DWRITE_SCRIPT_ANALYSIS No documentation. script script No documentation. shapes shapes No documentation. DWRITE_SCRIPT_PROPERTIES DWRITE_SCRIPT_PROPERTIES No documentation. isoScriptCode isoScriptCode No documentation. isoScriptNumber isoScriptNumber No documentation. clusterLookahead clusterLookahead No documentation. justificationCharacter justificationCharacter No documentation. restrictCaretToClusters restrictCaretToClusters No documentation. usesWordDividers usesWordDividers No documentation. isDiscreteWriting isDiscreteWriting No documentation. isBlockWriting isBlockWriting No documentation. isDistributedWithinCluster isDistributedWithinCluster No documentation. isConnectedWriting isConnectedWriting No documentation. isCursiveWriting isCursiveWriting No documentation. reserved reserved No documentation. DWRITE_SHAPING_GLYPH_PROPERTIES DWRITE_SHAPING_GLYPH_PROPERTIES No documentation. justification justification No documentation. isClusterStart isClusterStart No documentation. isDiacritic isDiacritic No documentation. isZeroWidthSpace isZeroWidthSpace No documentation. reserved reserved No documentation. DWRITE_SHAPING_TEXT_PROPERTIES DWRITE_SHAPING_TEXT_PROPERTIES No documentation. isShapedAlone isShapedAlone No documentation. reserved1 reserved1 No documentation. canBreakShapingAfter canBreakShapingAfter No documentation. reserved reserved No documentation. DWRITE_STRIKETHROUGH DWRITE_STRIKETHROUGH No documentation. width width No documentation. thickness thickness No documentation. offset offset No documentation. readingDirection readingDirection No documentation. flowDirection flowDirection No documentation. localeName localeName No documentation. measuringMode measuringMode No documentation. DWRITE_TEXT_METRICS DWRITE_TEXT_METRICS No documentation. left left No documentation. top top No documentation. width width No documentation. widthIncludingTrailingWhitespace widthIncludingTrailingWhitespace No documentation. height height No documentation. layoutWidth layoutWidth No documentation. layoutHeight layoutHeight No documentation. maxBidiReorderingDepth maxBidiReorderingDepth No documentation. lineCount lineCount No documentation. DWRITE_TEXT_METRICS1 DWRITE_TEXT_METRICS1 No documentation. left left No documentation. top top No documentation. width width No documentation. widthIncludingTrailingWhitespace widthIncludingTrailingWhitespace No documentation. height height No documentation. layoutWidth layoutWidth No documentation. layoutHeight layoutHeight No documentation. maxBidiReorderingDepth maxBidiReorderingDepth No documentation. lineCount lineCount No documentation. heightIncludingTrailingWhitespace heightIncludingTrailingWhitespace No documentation. DWRITE_TEXT_RANGE DWRITE_TEXT_RANGE No documentation. startPosition startPosition No documentation. length length No documentation. DWRITE_TRIMMING DWRITE_TRIMMING No documentation. granularity granularity No documentation. delimiter delimiter No documentation. delimiterCount delimiterCount No documentation. DWRITE_TYPOGRAPHIC_FEATURES DWRITE_TYPOGRAPHIC_FEATURES No documentation. features features No documentation. featureCount featureCount No documentation. DWRITE_UNDERLINE DWRITE_UNDERLINE No documentation. width width No documentation. thickness thickness No documentation. offset offset No documentation. runHeight runHeight No documentation. readingDirection readingDirection No documentation. flowDirection flowDirection No documentation. localeName localeName No documentation. measuringMode measuringMode No documentation. DWRITE_UNICODE_RANGE DWRITE_UNICODE_RANGE No documentation. first first No documentation. last last No documentation. GetWaitHandle GetWaitHandle No documentation. GetResult GetResult No documentation. No documentation. HANDLE IDWriteAsyncResult::GetWaitHandle() IDWriteAsyncResult::GetWaitHandle No documentation. No documentation. HRESULT IDWriteAsyncResult::GetResult() IDWriteAsyncResult::GetResult No documentation. GetMemoryDC GetMemoryDC No documentation. GetPixelsPerDip / SetPixelsPerDip GetPixelsPerDip No documentation. GetCurrentTransform / SetCurrentTransform GetCurrentTransform No documentation. GetSize GetSize No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteBitmapRenderTarget::DrawGlyphRun([In] float baselineOriginX,[In] float baselineOriginY,[In] DWRITE_MEASURING_MODE measuringMode,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] IDWriteRenderingParams* renderingParams,[In] DWORD textColor,[Out, Optional] RECT* blackBoxRect) IDWriteBitmapRenderTarget::DrawGlyphRun No documentation. No documentation. HDC IDWriteBitmapRenderTarget::GetMemoryDC() IDWriteBitmapRenderTarget::GetMemoryDC No documentation. No documentation. float IDWriteBitmapRenderTarget::GetPixelsPerDip() IDWriteBitmapRenderTarget::GetPixelsPerDip No documentation. No documentation. No documentation. HRESULT IDWriteBitmapRenderTarget::SetPixelsPerDip([In] float pixelsPerDip) IDWriteBitmapRenderTarget::SetPixelsPerDip No documentation. No documentation. No documentation. HRESULT IDWriteBitmapRenderTarget::GetCurrentTransform([Out] DWRITE_MATRIX* transform) IDWriteBitmapRenderTarget::GetCurrentTransform No documentation. No documentation. No documentation. HRESULT IDWriteBitmapRenderTarget::SetCurrentTransform([In, Optional] const DWRITE_MATRIX* transform) IDWriteBitmapRenderTarget::SetCurrentTransform No documentation. No documentation. No documentation. HRESULT IDWriteBitmapRenderTarget::GetSize([Out] SIZE* size) IDWriteBitmapRenderTarget::GetSize No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteBitmapRenderTarget::Resize([In] UINT32 width,[In] UINT32 height) IDWriteBitmapRenderTarget::Resize No documentation. GetTextAntialiasMode / SetTextAntialiasMode GetTextAntialiasMode No documentation. No documentation. DWRITE_TEXT_ANTIALIAS_MODE IDWriteBitmapRenderTarget1::GetTextAntialiasMode() IDWriteBitmapRenderTarget1::GetTextAntialiasMode No documentation. No documentation. No documentation. HRESULT IDWriteBitmapRenderTarget1::SetTextAntialiasMode([In] DWRITE_TEXT_ANTIALIAS_MODE antialiasMode) IDWriteBitmapRenderTarget1::SetTextAntialiasMode No documentation. GetCurrentRun GetCurrentRun No documentation. No documentation. No documentation. HRESULT IDWriteColorGlyphRunEnumerator::MoveNext([Out] BOOL* hasRun) IDWriteColorGlyphRunEnumerator::MoveNext No documentation. No documentation. No documentation. HRESULT IDWriteColorGlyphRunEnumerator::GetCurrentRun([Out] const DWRITE_COLOR_GLYPH_RUN** colorGlyphRun) IDWriteColorGlyphRunEnumerator::GetCurrentRun No documentation. GetCurrentRun GetCurrentRun No documentation. No documentation. No documentation. HRESULT IDWriteColorGlyphRunEnumerator1::GetCurrentRun([Out] const DWRITE_COLOR_GLYPH_RUN1** colorGlyphRun) IDWriteColorGlyphRunEnumerator1::GetCurrentRun No documentation. GetSystemFontSet GetSystemFontSet No documentation. GetFontDownloadQueue GetFontDownloadQueue No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::CreateGlyphRunAnalysis([In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] const DWRITE_MATRIX* transform,[In] DWRITE_RENDERING_MODE1 renderingMode,[In] DWRITE_MEASURING_MODE measuringMode,[In] DWRITE_GRID_FIT_MODE gridFitMode,[In] DWRITE_TEXT_ANTIALIAS_MODE antialiasMode,[In] float baselineOriginX,[In] float baselineOriginY,[Out] IDWriteGlyphRunAnalysis** glyphRunAnalysis) IDWriteFactory3::CreateGlyphRunAnalysis No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::CreateCustomRenderingParams([In] float gamma,[In] float enhancedContrast,[In] float grayscaleEnhancedContrast,[In] float clearTypeLevel,[In] DWRITE_PIXEL_GEOMETRY pixelGeometry,[In] DWRITE_RENDERING_MODE1 renderingMode,[In] DWRITE_GRID_FIT_MODE gridFitMode,[Out] IDWriteRenderingParams3** renderingParams) IDWriteFactory3::CreateCustomRenderingParams No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::CreateFontFaceReference([In] IDWriteFontFile* fontFile,[In] UINT32 faceIndex,[In] DWRITE_FONT_SIMULATIONS fontSimulations,[Out] IDWriteFontFaceReference** fontFaceReference) IDWriteFactory3::CreateFontFaceReference No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::CreateFontFaceReference([In] const wchar_t* filePath,[In, Optional] const FILETIME* lastWriteTime,[In] UINT32 faceIndex,[In] DWRITE_FONT_SIMULATIONS fontSimulations,[Out] IDWriteFontFaceReference** fontFaceReference) IDWriteFactory3::CreateFontFaceReference No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::GetSystemFontSet([Out] IDWriteFontSet** fontSet) IDWriteFactory3::GetSystemFontSet No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::CreateFontSetBuilder([Out] IDWriteFontSetBuilder** fontSetBuilder) IDWriteFactory3::CreateFontSetBuilder No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::CreateFontCollectionFromFontSet([In] IDWriteFontSet* fontSet,[Out] IDWriteFontCollection1** fontCollection) IDWriteFactory3::CreateFontCollectionFromFontSet No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::GetSystemFontCollection([In] BOOL includeDownloadableFonts,[Out] IDWriteFontCollection1** fontCollection,[In] BOOL checkForUpdates) IDWriteFactory3::GetSystemFontCollection No documentation. No documentation. No documentation. HRESULT IDWriteFactory3::GetFontDownloadQueue([Out] IDWriteFontDownloadQueue** fontDownloadQueue) IDWriteFactory3::GetFontDownloadQueue No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory4::TranslateColorGlyphRun([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] const DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription,[In] DWRITE_GLYPH_IMAGE_FORMATS desiredGlyphImageFormats,[In] DWRITE_MEASURING_MODE measuringMode,[In, Optional] const DWRITE_MATRIX* worldAndDpiTransform,[In] UINT32 colorPaletteIndex,[Out] IDWriteColorGlyphRunEnumerator1** colorLayers) IDWriteFactory4::TranslateColorGlyphRun No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory4::ComputeGlyphOrigins([In] const DWRITE_GLYPH_RUN* glyphRun,[In] D2D_POINT_2F baselineOrigin,[Out, Buffer] D2D_POINT_2F* glyphOrigins) IDWriteFactory4::ComputeGlyphOrigins No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory4::ComputeGlyphOrigins([In] const DWRITE_GLYPH_RUN* glyphRun,[In] DWRITE_MEASURING_MODE measuringMode,[In] D2D_POINT_2F baselineOrigin,[In, Optional] const DWRITE_MATRIX* worldAndDpiTransform,[Out, Buffer] D2D_POINT_2F* glyphOrigins) IDWriteFactory4::ComputeGlyphOrigins No documentation. No documentation. No documentation. HRESULT IDWriteFactory5::CreateFontSetBuilder([Out] IDWriteFontSetBuilder1** fontSetBuilder) IDWriteFactory5::CreateFontSetBuilder No documentation. No documentation. No documentation. HRESULT IDWriteFactory5::CreateInMemoryFontFileLoader([Out] IDWriteInMemoryFontFileLoader** newLoader) IDWriteFactory5::CreateInMemoryFontFileLoader No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory5::CreateHttpFontFileLoader([In, Optional] const wchar_t* referrerUrl,[In, Optional] const wchar_t* extraHeaders,[Out] IDWriteRemoteFontFileLoader** newLoader) IDWriteFactory5::CreateHttpFontFileLoader No documentation. No documentation. No documentation. No documentation. DWRITE_CONTAINER_TYPE IDWriteFactory5::AnalyzeContainerType([In, Buffer] const void* fileData,[In] UINT32 fileDataSize) IDWriteFactory5::AnalyzeContainerType No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory5::UnpackFontFile([In] DWRITE_CONTAINER_TYPE containerType,[In, Buffer] const void* fileData,[In] UINT32 fileDataSize,[Out] IDWriteFontFileStream** unpackedFontStream) IDWriteFactory5::UnpackFontFile No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory6::CreateFontFaceReference([In] IDWriteFontFile* fontFile,[In] UINT32 faceIndex,[In] DWRITE_FONT_SIMULATIONS fontSimulations,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[Out] IDWriteFontFaceReference1** fontFaceReference) IDWriteFactory6::CreateFontFaceReference No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory6::CreateFontResource([In] IDWriteFontFile* fontFile,[In] UINT32 faceIndex,[Out] IDWriteFontResource** fontResource) IDWriteFactory6::CreateFontResource No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory6::GetSystemFontSet([In] BOOL includeDownloadableFonts,[Out] IDWriteFontSet1** fontSet) IDWriteFactory6::GetSystemFontSet No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory6::GetSystemFontCollection([In] BOOL includeDownloadableFonts,[In] DWRITE_FONT_FAMILY_MODEL fontFamilyModel,[Out] IDWriteFontCollection2** fontCollection) IDWriteFactory6::GetSystemFontCollection No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory6::CreateFontCollectionFromFontSet([In] IDWriteFontSet* fontSet,[In] DWRITE_FONT_FAMILY_MODEL fontFamilyModel,[Out] IDWriteFontCollection2** fontCollection) IDWriteFactory6::CreateFontCollectionFromFontSet No documentation. No documentation. No documentation. HRESULT IDWriteFactory6::CreateFontSetBuilder([Out] IDWriteFontSetBuilder2** fontSetBuilder) IDWriteFactory6::CreateFontSetBuilder No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory6::CreateTextFormat([In] const wchar_t* fontFamilyName,[In, Optional] IDWriteFontCollection* fontCollection,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[In] float fontSize,[In] const wchar_t* localeName,[Out] IDWriteTextFormat3** textFormat) IDWriteFactory6::CreateTextFormat No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory7::GetSystemFontSet([In] BOOL includeDownloadableFonts,[Out] IDWriteFontSet2** fontSet) IDWriteFactory7::GetSystemFontSet No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFactory7::GetSystemFontCollection([In] BOOL includeDownloadableFonts,[In] DWRITE_FONT_FAMILY_MODEL fontFamilyModel,[Out] IDWriteFontCollection3** fontCollection) IDWriteFactory7::GetSystemFontCollection No documentation. GetFontFamily GetFontFamily No documentation. GetWeight GetWeight No documentation. GetStretch GetStretch No documentation. GetStyle GetStyle No documentation. IsSymbolFont IsSymbolFont No documentation. GetFaceNames GetFaceNames No documentation. GetSimulations GetSimulations No documentation. GetMetrics GetMetrics No documentation. No documentation. No documentation. HRESULT IDWriteFont::GetFontFamily([Out] IDWriteFontFamily** fontFamily) IDWriteFont::GetFontFamily No documentation. No documentation. DWRITE_FONT_WEIGHT IDWriteFont::GetWeight() IDWriteFont::GetWeight No documentation. No documentation. DWRITE_FONT_STRETCH IDWriteFont::GetStretch() IDWriteFont::GetStretch No documentation. No documentation. DWRITE_FONT_STYLE IDWriteFont::GetStyle() IDWriteFont::GetStyle No documentation. No documentation. BOOL IDWriteFont::IsSymbolFont() IDWriteFont::IsSymbolFont No documentation. No documentation. No documentation. HRESULT IDWriteFont::GetFaceNames([Out] IDWriteLocalizedStrings** names) IDWriteFont::GetFaceNames No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFont::GetInformationalStrings([In] DWRITE_INFORMATIONAL_STRING_ID informationalStringID,[Out, Optional] IDWriteLocalizedStrings** informationalStrings,[Out] BOOL* exists) IDWriteFont::GetInformationalStrings No documentation. No documentation. DWRITE_FONT_SIMULATIONS IDWriteFont::GetSimulations() IDWriteFont::GetSimulations No documentation. No documentation. void IDWriteFont::GetMetrics([Out] DWRITE_FONT_METRICS* fontMetrics) IDWriteFont::GetMetrics No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFont::HasCharacter([In] UINT32 unicodeValue,[Out] BOOL* exists) IDWriteFont::HasCharacter No documentation. No documentation. HRESULT IDWriteFont::CreateFontFace([Out] IDWriteFontFace** fontFace) IDWriteFont::CreateFontFace No documentation. GetMetrics GetMetrics No documentation. GetPanose GetPanose No documentation. IsMonospacedFont IsMonospacedFont No documentation. No documentation. void IDWriteFont1::GetMetrics([Out] DWRITE_FONT_METRICS1* fontMetrics) IDWriteFont1::GetMetrics No documentation. No documentation. void IDWriteFont1::GetPanose([Out] DWRITE_PANOSE* panose) IDWriteFont1::GetPanose No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFont1::GetUnicodeRanges([In] UINT32 maxRangeCount,[Out, Buffer, Optional] DWRITE_UNICODE_RANGE* unicodeRanges,[Out] UINT32* actualRangeCount) IDWriteFont1::GetUnicodeRanges No documentation. No documentation. BOOL IDWriteFont1::IsMonospacedFont() IDWriteFont1::IsMonospacedFont No documentation. IsColorFont IsColorFont No documentation. No documentation. BOOL IDWriteFont2::IsColorFont() IDWriteFont2::IsColorFont No documentation. GetFontFaceReference GetFontFaceReference No documentation. GetLocality GetLocality No documentation. No documentation. No documentation. HRESULT IDWriteFont3::CreateFontFace([Out] IDWriteFontFace3** fontFace) IDWriteFont3::CreateFontFace No documentation. No documentation. No documentation. BOOL IDWriteFont3::Equals([In] IDWriteFont* font) IDWriteFont3::Equals No documentation. No documentation. No documentation. HRESULT IDWriteFont3::GetFontFaceReference([Out] IDWriteFontFaceReference** fontFaceReference) IDWriteFont3::GetFontFaceReference No documentation. No documentation. No documentation. BOOL IDWriteFont3::HasCharacter([In] UINT32 unicodeValue) IDWriteFont3::HasCharacter No documentation. No documentation. DWRITE_LOCALITY IDWriteFont3::GetLocality() IDWriteFont3::GetLocality No documentation. GetFontFamilyCount GetFontFamilyCount No documentation. No documentation. UINT32 IDWriteFontCollection::GetFontFamilyCount() IDWriteFontCollection::GetFontFamilyCount No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection::GetFontFamily([In] UINT32 index,[Out] IDWriteFontFamily** fontFamily) IDWriteFontCollection::GetFontFamily No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection::FindFamilyName([In] const wchar_t* familyName,[Out] UINT32* index,[Out] BOOL* exists) IDWriteFontCollection::FindFamilyName No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection::GetFontFromFontFace([In] IDWriteFontFace* fontFace,[Out] IDWriteFont** font) IDWriteFontCollection::GetFontFromFontFace No documentation. GetFontSet GetFontSet No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection1::GetFontSet([Out] IDWriteFontSet** fontSet) IDWriteFontCollection1::GetFontSet No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection1::GetFontFamily([In] UINT32 index,[Out] IDWriteFontFamily1** fontFamily) IDWriteFontCollection1::GetFontFamily No documentation. GetFontFamilyModel GetFontFamilyModel No documentation. GetFontSet GetFontSet No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection2::GetFontFamily([In] UINT32 index,[Out] IDWriteFontFamily2** fontFamily) IDWriteFontCollection2::GetFontFamily No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection2::GetMatchingFonts([In] const wchar_t* familyName,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[Out] IDWriteFontList2** fontList) IDWriteFontCollection2::GetMatchingFonts No documentation. No documentation. DWRITE_FONT_FAMILY_MODEL IDWriteFontCollection2::GetFontFamilyModel() IDWriteFontCollection2::GetFontFamilyModel No documentation. No documentation. No documentation. HRESULT IDWriteFontCollection2::GetFontSet([Out] IDWriteFontSet1** fontSet) IDWriteFontCollection2::GetFontSet No documentation. GetExpirationEvent GetExpirationEvent No documentation. No documentation. HANDLE IDWriteFontCollection3::GetExpirationEvent() IDWriteFontCollection3::GetExpirationEvent No documentation. No documentation. No documentation. No documentation. void IDWriteFontDownloadListener::DownloadCompleted([In] IDWriteFontDownloadQueue* downloadQueue,[In, Optional] IUnknown* context,[In] HRESULT downloadResult) IDWriteFontDownloadListener::DownloadCompleted No documentation. IsEmpty IsEmpty No documentation. GetGenerationCount GetGenerationCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontDownloadQueue::AddListener([In] IDWriteFontDownloadListener* listener,[Out] UINT32* token) IDWriteFontDownloadQueue::AddListener No documentation. No documentation. No documentation. HRESULT IDWriteFontDownloadQueue::RemoveListener([In] UINT32 token) IDWriteFontDownloadQueue::RemoveListener No documentation. No documentation. BOOL IDWriteFontDownloadQueue::IsEmpty() IDWriteFontDownloadQueue::IsEmpty No documentation. No documentation. No documentation. HRESULT IDWriteFontDownloadQueue::BeginDownload([In, Optional] IUnknown* context) IDWriteFontDownloadQueue::BeginDownload No documentation. No documentation. HRESULT IDWriteFontDownloadQueue::CancelDownload() IDWriteFontDownloadQueue::CancelDownload No documentation. No documentation. unsigned longlong IDWriteFontDownloadQueue::GetGenerationCount() IDWriteFontDownloadQueue::GetGenerationCount No documentation. GetType GetType No documentation. GetIndex GetIndex No documentation. GetSimulations GetSimulations No documentation. IsSymbolFont IsSymbolFont No documentation. GetMetrics GetMetrics No documentation. GetGlyphCount GetGlyphCount No documentation. No documentation. DWRITE_FONT_FACE_TYPE IDWriteFontFace::GetType() IDWriteFontFace::GetType No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::GetFiles([InOut] UINT32* numberOfFiles,[Out, Buffer, Optional] IDWriteFontFile** fontFiles) IDWriteFontFace::GetFiles No documentation. No documentation. UINT32 IDWriteFontFace::GetIndex() IDWriteFontFace::GetIndex No documentation. No documentation. DWRITE_FONT_SIMULATIONS IDWriteFontFace::GetSimulations() IDWriteFontFace::GetSimulations No documentation. No documentation. BOOL IDWriteFontFace::IsSymbolFont() IDWriteFontFace::IsSymbolFont No documentation. No documentation. void IDWriteFontFace::GetMetrics([Out] DWRITE_FONT_METRICS* fontFaceMetrics) IDWriteFontFace::GetMetrics No documentation. No documentation. unsigned short IDWriteFontFace::GetGlyphCount() IDWriteFontFace::GetGlyphCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::GetDesignGlyphMetrics([In, Buffer] const unsigned short* glyphIndices,[In] UINT32 glyphCount,[Out, Buffer] DWRITE_GLYPH_METRICS* glyphMetrics,[In] BOOL isSideways) IDWriteFontFace::GetDesignGlyphMetrics No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::GetGlyphIndicesW([In, Buffer] const UINT32* codePoints,[In] UINT32 codePointCount,[Out, Buffer] unsigned short* glyphIndices) IDWriteFontFace::GetGlyphIndicesW No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::TryGetFontTable([In] UINT32 openTypeTableTag,[Out, Buffer] const void** tableData,[Out] UINT32* tableSize,[Out] void** tableContext,[Out] BOOL* exists) IDWriteFontFace::TryGetFontTable No documentation. No documentation. void IDWriteFontFace::ReleaseFontTable([In] void* tableContext) IDWriteFontFace::ReleaseFontTable No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::GetGlyphRunOutline([In] float emSize,[In, Buffer] const unsigned short* glyphIndices,[In, Buffer, Optional] const float* glyphAdvances,[In, Buffer, Optional] const DWRITE_GLYPH_OFFSET* glyphOffsets,[In] UINT32 glyphCount,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In] ID2D1SimplifiedGeometrySink* geometrySink) IDWriteFontFace::GetGlyphRunOutline No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::GetRecommendedRenderingMode([In] float emSize,[In] float pixelsPerDip,[In] DWRITE_MEASURING_MODE measuringMode,[In] IDWriteRenderingParams* renderingParams,[Out] DWRITE_RENDERING_MODE* renderingMode) IDWriteFontFace::GetRecommendedRenderingMode No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::GetGdiCompatibleMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[Out] DWRITE_FONT_METRICS* fontFaceMetrics) IDWriteFontFace::GetGdiCompatibleMetrics No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace::GetGdiCompatibleGlyphMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In, Buffer] const unsigned short* glyphIndices,[In] UINT32 glyphCount,[Out, Buffer] DWRITE_GLYPH_METRICS* glyphMetrics,[In] BOOL isSideways) IDWriteFontFace::GetGdiCompatibleGlyphMetrics No documentation. GetMetrics GetMetrics No documentation. GetCaretMetrics GetCaretMetrics No documentation. IsMonospacedFont IsMonospacedFont No documentation. No documentation. void IDWriteFontFace1::GetMetrics([Out] DWRITE_FONT_METRICS1* fontMetrics) IDWriteFontFace1::GetMetrics No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace1::GetGdiCompatibleMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[Out] DWRITE_FONT_METRICS1* fontMetrics) IDWriteFontFace1::GetGdiCompatibleMetrics No documentation. No documentation. void IDWriteFontFace1::GetCaretMetrics([Out] DWRITE_CARET_METRICS* caretMetrics) IDWriteFontFace1::GetCaretMetrics No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace1::GetUnicodeRanges([In] UINT32 maxRangeCount,[Out, Buffer, Optional] DWRITE_UNICODE_RANGE* unicodeRanges,[Out] UINT32* actualRangeCount) IDWriteFontFace1::GetUnicodeRanges No documentation. No documentation. BOOL IDWriteFontFace1::IsMonospacedFont() IDWriteFontFace1::IsMonospacedFont No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace1::GetDesignGlyphAdvances([In] UINT32 glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvances,[In] BOOL isSideways) IDWriteFontFace1::GetDesignGlyphAdvances No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace1::GetGdiCompatibleGlyphAdvances([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In] BOOL isSideways,[In] UINT32 glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvances) IDWriteFontFace1::GetGdiCompatibleGlyphAdvances No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace1::GetKerningPairAdjustments([In] UINT32 glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvanceAdjustments) IDWriteFontFace1::GetKerningPairAdjustments No documentation. No documentation. BOOL IDWriteFontFace1::HasKerningPairs() IDWriteFontFace1::HasKerningPairs No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace1::GetRecommendedRenderingMode([In] float fontEmSize,[In] float dpiX,[In] float dpiY,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL isSideways,[In] DWRITE_OUTLINE_THRESHOLD outlineThreshold,[In] DWRITE_MEASURING_MODE measuringMode,[Out] DWRITE_RENDERING_MODE* renderingMode) IDWriteFontFace1::GetRecommendedRenderingMode No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace1::GetVerticalGlyphVariants([In] UINT32 glyphCount,[In, Buffer] const unsigned short* nominalGlyphIndices,[Out, Buffer] unsigned short* verticalGlyphIndices) IDWriteFontFace1::GetVerticalGlyphVariants No documentation. No documentation. BOOL IDWriteFontFace1::HasVerticalGlyphVariants() IDWriteFontFace1::HasVerticalGlyphVariants No documentation. IsColorFont IsColorFont No documentation. GetColorPaletteCount GetColorPaletteCount No documentation. GetPaletteEntryCount GetPaletteEntryCount No documentation. No documentation. BOOL IDWriteFontFace2::IsColorFont() IDWriteFontFace2::IsColorFont No documentation. No documentation. UINT32 IDWriteFontFace2::GetColorPaletteCount() IDWriteFontFace2::GetColorPaletteCount No documentation. No documentation. UINT32 IDWriteFontFace2::GetPaletteEntryCount() IDWriteFontFace2::GetPaletteEntryCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace2::GetPaletteEntries([In] UINT32 colorPaletteIndex,[In] UINT32 firstEntryIndex,[In] UINT32 entryCount,[Out, Buffer] D3DCOLORVALUE* paletteEntries) IDWriteFontFace2::GetPaletteEntries No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace2::GetRecommendedRenderingMode([In] float fontEmSize,[In] float dpiX,[In] float dpiY,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL isSideways,[In] DWRITE_OUTLINE_THRESHOLD outlineThreshold,[In] DWRITE_MEASURING_MODE measuringMode,[In, Optional] IDWriteRenderingParams* renderingParams,[Out] DWRITE_RENDERING_MODE* renderingMode,[Out] DWRITE_GRID_FIT_MODE* gridFitMode) IDWriteFontFace2::GetRecommendedRenderingMode No documentation. GetFontFaceReference GetFontFaceReference No documentation. GetPanose GetPanose No documentation. GetWeight GetWeight No documentation. GetStretch GetStretch No documentation. GetStyle GetStyle No documentation. GetFamilyNames GetFamilyNames No documentation. GetFaceNames GetFaceNames No documentation. No documentation. No documentation. HRESULT IDWriteFontFace3::GetFontFaceReference([Out] IDWriteFontFaceReference** fontFaceReference) IDWriteFontFace3::GetFontFaceReference No documentation. No documentation. void IDWriteFontFace3::GetPanose([Out] DWRITE_PANOSE* panose) IDWriteFontFace3::GetPanose No documentation. No documentation. DWRITE_FONT_WEIGHT IDWriteFontFace3::GetWeight() IDWriteFontFace3::GetWeight No documentation. No documentation. DWRITE_FONT_STRETCH IDWriteFontFace3::GetStretch() IDWriteFontFace3::GetStretch No documentation. No documentation. DWRITE_FONT_STYLE IDWriteFontFace3::GetStyle() IDWriteFontFace3::GetStyle No documentation. No documentation. No documentation. HRESULT IDWriteFontFace3::GetFamilyNames([Out] IDWriteLocalizedStrings** names) IDWriteFontFace3::GetFamilyNames No documentation. No documentation. No documentation. HRESULT IDWriteFontFace3::GetFaceNames([Out] IDWriteLocalizedStrings** names) IDWriteFontFace3::GetFaceNames No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace3::GetInformationalStrings([In] DWRITE_INFORMATIONAL_STRING_ID informationalStringID,[Out, Optional] IDWriteLocalizedStrings** informationalStrings,[Out] BOOL* exists) IDWriteFontFace3::GetInformationalStrings No documentation. No documentation. No documentation. BOOL IDWriteFontFace3::HasCharacter([In] UINT32 unicodeValue) IDWriteFontFace3::HasCharacter No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace3::GetRecommendedRenderingMode([In] float fontEmSize,[In] float dpiX,[In] float dpiY,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL isSideways,[In] DWRITE_OUTLINE_THRESHOLD outlineThreshold,[In] DWRITE_MEASURING_MODE measuringMode,[In, Optional] IDWriteRenderingParams* renderingParams,[Out] DWRITE_RENDERING_MODE1* renderingMode,[Out] DWRITE_GRID_FIT_MODE* gridFitMode) IDWriteFontFace3::GetRecommendedRenderingMode No documentation. No documentation. No documentation. BOOL IDWriteFontFace3::IsCharacterLocal([In] UINT32 unicodeValue) IDWriteFontFace3::IsCharacterLocal No documentation. No documentation. No documentation. BOOL IDWriteFontFace3::IsGlyphLocal([In] unsigned short glyphId) IDWriteFontFace3::IsGlyphLocal No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace3::AreCharactersLocal([In, Buffer] const wchar_t* characters,[In] UINT32 characterCount,[In] BOOL enqueueIfNotLocal,[Out] BOOL* isLocal) IDWriteFontFace3::AreCharactersLocal No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace3::AreGlyphsLocal([In, Buffer] const unsigned short* glyphIndices,[In] UINT32 glyphCount,[In] BOOL enqueueIfNotLocal,[Out] BOOL* isLocal) IDWriteFontFace3::AreGlyphsLocal No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace4::GetGlyphImageFormats([In] unsigned short glyphId,[In] UINT32 pixelsPerEmFirst,[In] UINT32 pixelsPerEmLast,[Out] DWRITE_GLYPH_IMAGE_FORMATS* glyphImageFormats) IDWriteFontFace4::GetGlyphImageFormats No documentation. No documentation. DWRITE_GLYPH_IMAGE_FORMATS IDWriteFontFace4::GetGlyphImageFormats() IDWriteFontFace4::GetGlyphImageFormats No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace4::GetGlyphImageData([In] unsigned short glyphId,[In] UINT32 pixelsPerEm,[In] DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat,[Out] DWRITE_GLYPH_IMAGE_DATA* glyphData,[Out, Optional] void** glyphDataContext) IDWriteFontFace4::GetGlyphImageData No documentation. No documentation. void IDWriteFontFace4::ReleaseGlyphImageData([In] void* glyphDataContext) IDWriteFontFace4::ReleaseGlyphImageData No documentation. GetFontAxisValueCount GetFontAxisValueCount No documentation. GetFontResource GetFontResource No documentation. No documentation. UINT32 IDWriteFontFace5::GetFontAxisValueCount() IDWriteFontFace5::GetFontAxisValueCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFace5::GetFontAxisValues([Out, Buffer] DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount) IDWriteFontFace5::GetFontAxisValues No documentation. No documentation. BOOL IDWriteFontFace5::HasVariations() IDWriteFontFace5::HasVariations No documentation. No documentation. No documentation. HRESULT IDWriteFontFace5::GetFontResource([Out] IDWriteFontResource** fontResource) IDWriteFontFace5::GetFontResource No documentation. No documentation. No documentation. BOOL IDWriteFontFace5::Equals([In] IDWriteFontFace* fontFace) IDWriteFontFace5::Equals No documentation. GetFontFaceIndex GetFontFaceIndex No documentation. GetSimulations GetSimulations No documentation. GetFontFile GetFontFile No documentation. GetLocalFileSize GetLocalFileSize No documentation. GetFileSize GetFileSize No documentation. GetFileTime GetFileTime No documentation. GetLocality GetLocality No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference::CreateFontFace([Out] IDWriteFontFace3** fontFace) IDWriteFontFaceReference::CreateFontFace No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference::CreateFontFaceWithSimulations([In] DWRITE_FONT_SIMULATIONS fontFaceSimulationFlags,[Out] IDWriteFontFace3** fontFace) IDWriteFontFaceReference::CreateFontFaceWithSimulations No documentation. No documentation. No documentation. BOOL IDWriteFontFaceReference::Equals([In] IDWriteFontFaceReference* fontFaceReference) IDWriteFontFaceReference::Equals No documentation. No documentation. UINT32 IDWriteFontFaceReference::GetFontFaceIndex() IDWriteFontFaceReference::GetFontFaceIndex No documentation. No documentation. DWRITE_FONT_SIMULATIONS IDWriteFontFaceReference::GetSimulations() IDWriteFontFaceReference::GetSimulations No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference::GetFontFile([Out] IDWriteFontFile** fontFile) IDWriteFontFaceReference::GetFontFile No documentation. No documentation. unsigned longlong IDWriteFontFaceReference::GetLocalFileSize() IDWriteFontFaceReference::GetLocalFileSize No documentation. No documentation. unsigned longlong IDWriteFontFaceReference::GetFileSize() IDWriteFontFaceReference::GetFileSize No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference::GetFileTime([Out] FILETIME* lastWriteTime) IDWriteFontFaceReference::GetFileTime No documentation. No documentation. DWRITE_LOCALITY IDWriteFontFaceReference::GetLocality() IDWriteFontFaceReference::GetLocality No documentation. No documentation. HRESULT IDWriteFontFaceReference::EnqueueFontDownloadRequest() IDWriteFontFaceReference::EnqueueFontDownloadRequest No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference::EnqueueCharacterDownloadRequest([In, Buffer] const wchar_t* characters,[In] UINT32 characterCount) IDWriteFontFaceReference::EnqueueCharacterDownloadRequest No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference::EnqueueGlyphDownloadRequest([In, Buffer] const unsigned short* glyphIndices,[In] UINT32 glyphCount) IDWriteFontFaceReference::EnqueueGlyphDownloadRequest No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference::EnqueueFileFragmentDownloadRequest([In] unsigned longlong fileOffset,[In] unsigned longlong fragmentSize) IDWriteFontFaceReference::EnqueueFileFragmentDownloadRequest No documentation. GetFontAxisValueCount GetFontAxisValueCount No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference1::CreateFontFace([Out] IDWriteFontFace5** fontFace) IDWriteFontFaceReference1::CreateFontFace No documentation. No documentation. UINT32 IDWriteFontFaceReference1::GetFontAxisValueCount() IDWriteFontFaceReference1::GetFontAxisValueCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFaceReference1::GetFontAxisValues([Out, Buffer] DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount) IDWriteFontFaceReference1::GetFontAxisValues No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFallback::MapCharacters([In] IDWriteTextAnalysisSource* analysisSource,[In] UINT32 textPosition,[In] UINT32 textLength,[In, Optional] IDWriteFontCollection* baseFontCollection,[In, Optional] const wchar_t* baseFamilyName,[In] DWRITE_FONT_WEIGHT baseWeight,[In] DWRITE_FONT_STYLE baseStyle,[In] DWRITE_FONT_STRETCH baseStretch,[In] UINT32* mappedLength,[Out, Optional] IDWriteFont** mappedFont,[Out] float* scale) IDWriteFontFallback::MapCharacters No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFallback1::MapCharacters([In] IDWriteTextAnalysisSource* analysisSource,[In] UINT32 textPosition,[In] UINT32 textLength,[In, Optional] IDWriteFontCollection* baseFontCollection,[In, Optional] const wchar_t* baseFamilyName,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[In] UINT32* mappedLength,[Out] float* scale,[Out] IDWriteFontFace5** mappedFontFace) IDWriteFontFallback1::MapCharacters No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFallbackBuilder::AddMapping([In, Buffer] const DWRITE_UNICODE_RANGE* ranges,[In] UINT32 rangesCount,[In, Buffer] const wchar_t** targetFamilyNames,[In] UINT32 targetFamilyNamesCount,[In, Optional] IDWriteFontCollection* fontCollection,[In, Optional] const wchar_t* localeName,[In, Optional] const wchar_t* baseFamilyName,[In] float scale) IDWriteFontFallbackBuilder::AddMapping No documentation. No documentation. No documentation. HRESULT IDWriteFontFallbackBuilder::AddMappings([In] IDWriteFontFallback* fontFallback) IDWriteFontFallbackBuilder::AddMappings No documentation. No documentation. No documentation. HRESULT IDWriteFontFallbackBuilder::CreateFontFallback([Out] IDWriteFontFallback** fontFallback) IDWriteFontFallbackBuilder::CreateFontFallback No documentation. GetFamilyNames GetFamilyNames No documentation. No documentation. No documentation. HRESULT IDWriteFontFamily::GetFamilyNames([Out] IDWriteLocalizedStrings** names) IDWriteFontFamily::GetFamilyNames No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFamily::GetFirstMatchingFont([In] DWRITE_FONT_WEIGHT weight,[In] DWRITE_FONT_STRETCH stretch,[In] DWRITE_FONT_STYLE style,[Out] IDWriteFont** matchingFont) IDWriteFontFamily::GetFirstMatchingFont No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFamily::GetMatchingFonts([In] DWRITE_FONT_WEIGHT weight,[In] DWRITE_FONT_STRETCH stretch,[In] DWRITE_FONT_STYLE style,[Out] IDWriteFontList** matchingFonts) IDWriteFontFamily::GetMatchingFonts No documentation. No documentation. No documentation. DWRITE_LOCALITY IDWriteFontFamily1::GetFontLocality([In] UINT32 listIndex) IDWriteFontFamily1::GetFontLocality No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFamily1::GetFont([In] UINT32 listIndex,[Out] IDWriteFont3** font) IDWriteFontFamily1::GetFont No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFamily1::GetFontFaceReference([In] UINT32 listIndex,[Out] IDWriteFontFaceReference** fontFaceReference) IDWriteFontFamily1::GetFontFaceReference No documentation. GetFontSet GetFontSet No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFamily2::GetMatchingFonts([In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[Out] IDWriteFontList2** matchingFonts) IDWriteFontFamily2::GetMatchingFonts No documentation. No documentation. No documentation. HRESULT IDWriteFontFamily2::GetFontSet([Out] IDWriteFontSet1** fontSet) IDWriteFontFamily2::GetFontSet No documentation. GetLoader GetLoader No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFile::GetReferenceKey([Out, Buffer] const void** fontFileReferenceKey,[Out] UINT32* fontFileReferenceKeySize) IDWriteFontFile::GetReferenceKey No documentation. No documentation. No documentation. HRESULT IDWriteFontFile::GetLoader([Out] IDWriteFontFileLoader** fontFileLoader) IDWriteFontFile::GetLoader No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFile::Analyze([Out] BOOL* isSupportedFontType,[Out] DWRITE_FONT_FILE_TYPE* fontFileType,[Out, Optional] DWRITE_FONT_FACE_TYPE* fontFaceType,[Out] UINT32* numberOfFaces) IDWriteFontFile::Analyze No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFileLoader::CreateStreamFromKey([In, Buffer] const void* fontFileReferenceKey,[In] UINT32 fontFileReferenceKeySize,[Out] IDWriteFontFileStream** fontFileStream) IDWriteFontFileLoader::CreateStreamFromKey No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontFileStream::ReadFileFragment([Out] const void** fragmentStart,[In] unsigned longlong fileOffset,[In] unsigned longlong fragmentSize,[Out] void** fragmentContext) IDWriteFontFileStream::ReadFileFragment No documentation. No documentation. void IDWriteFontFileStream::ReleaseFileFragment([In] void* fragmentContext) IDWriteFontFileStream::ReleaseFileFragment No documentation. No documentation. No documentation. HRESULT IDWriteFontFileStream::GetFileSize([Out] unsigned longlong* fileSize) IDWriteFontFileStream::GetFileSize No documentation. No documentation. No documentation. HRESULT IDWriteFontFileStream::GetLastWriteTime([Out] unsigned longlong* lastWriteTime) IDWriteFontFileStream::GetLastWriteTime No documentation. GetFontCollection GetFontCollection No documentation. GetFontCount GetFontCount No documentation. No documentation. No documentation. HRESULT IDWriteFontList::GetFontCollection([Out] IDWriteFontCollection** fontCollection) IDWriteFontList::GetFontCollection No documentation. No documentation. UINT32 IDWriteFontList::GetFontCount() IDWriteFontList::GetFontCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontList::GetFont([In] UINT32 index,[Out] IDWriteFont** font) IDWriteFontList::GetFont No documentation. No documentation. No documentation. DWRITE_LOCALITY IDWriteFontList1::GetFontLocality([In] UINT32 listIndex) IDWriteFontList1::GetFontLocality No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontList1::GetFont([In] UINT32 listIndex,[Out] IDWriteFont3** font) IDWriteFontList1::GetFont No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontList1::GetFontFaceReference([In] UINT32 listIndex,[Out] IDWriteFontFaceReference** fontFaceReference) IDWriteFontList1::GetFontFaceReference No documentation. GetFontSet GetFontSet No documentation. No documentation. No documentation. HRESULT IDWriteFontList2::GetFontSet([Out] IDWriteFontSet1** fontSet) IDWriteFontList2::GetFontSet No documentation. GetFontFile GetFontFile No documentation. GetFontFaceIndex GetFontFaceIndex No documentation. GetFontAxisCount GetFontAxisCount No documentation. No documentation. No documentation. HRESULT IDWriteFontResource::GetFontFile([Out] IDWriteFontFile** fontFile) IDWriteFontResource::GetFontFile No documentation. No documentation. UINT32 IDWriteFontResource::GetFontFaceIndex() IDWriteFontResource::GetFontFaceIndex No documentation. No documentation. UINT32 IDWriteFontResource::GetFontAxisCount() IDWriteFontResource::GetFontAxisCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontResource::GetDefaultFontAxisValues([Out, Buffer] DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount) IDWriteFontResource::GetDefaultFontAxisValues No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontResource::GetFontAxisRanges([Out, Buffer] DWRITE_FONT_AXIS_RANGE* fontAxisRanges,[In] UINT32 fontAxisRangeCount) IDWriteFontResource::GetFontAxisRanges No documentation. No documentation. No documentation. DWRITE_FONT_AXIS_ATTRIBUTES IDWriteFontResource::GetFontAxisAttributes([In] UINT32 axisIndex) IDWriteFontResource::GetFontAxisAttributes No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontResource::GetAxisNames([In] UINT32 axisIndex,[Out] IDWriteLocalizedStrings** names) IDWriteFontResource::GetAxisNames No documentation. No documentation. No documentation. UINT32 IDWriteFontResource::GetAxisValueNameCount([In] UINT32 axisIndex) IDWriteFontResource::GetAxisValueNameCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontResource::GetAxisValueNames([In] UINT32 axisIndex,[In] UINT32 axisValueIndex,[Out] DWRITE_FONT_AXIS_RANGE* fontAxisRange,[Out] IDWriteLocalizedStrings** names) IDWriteFontResource::GetAxisValueNames No documentation. No documentation. BOOL IDWriteFontResource::HasVariations() IDWriteFontResource::HasVariations No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontResource::CreateFontFace([In] DWRITE_FONT_SIMULATIONS fontSimulations,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[Out] IDWriteFontFace5** fontFace) IDWriteFontResource::CreateFontFace No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontResource::CreateFontFaceReference([In] DWRITE_FONT_SIMULATIONS fontSimulations,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[Out] IDWriteFontFaceReference1** fontFaceReference) IDWriteFontResource::CreateFontFaceReference No documentation. GetFontCount GetFontCount No documentation. No documentation. UINT32 IDWriteFontSet::GetFontCount() IDWriteFontSet::GetFontCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::GetFontFaceReference([In] UINT32 listIndex,[Out] IDWriteFontFaceReference** fontFaceReference) IDWriteFontSet::GetFontFaceReference No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::FindFontFaceReference([In] IDWriteFontFaceReference* fontFaceReference,[Out] UINT32* listIndex,[Out] BOOL* exists) IDWriteFontSet::FindFontFaceReference No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::FindFontFace([In] IDWriteFontFace* fontFace,[Out] UINT32* listIndex,[Out] BOOL* exists) IDWriteFontSet::FindFontFace No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::GetPropertyValues([In] DWRITE_FONT_PROPERTY_ID propertyID,[Out] IDWriteStringList** values) IDWriteFontSet::GetPropertyValues No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::GetPropertyValues([In] DWRITE_FONT_PROPERTY_ID propertyID,[In] const wchar_t* preferredLocaleNames,[Out] IDWriteStringList** values) IDWriteFontSet::GetPropertyValues No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::GetPropertyValues([In] UINT32 listIndex,[In] DWRITE_FONT_PROPERTY_ID propertyId,[Out] BOOL* exists,[Out, Optional] IDWriteLocalizedStrings** values) IDWriteFontSet::GetPropertyValues No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::GetPropertyOccurrenceCount([In] const DWRITE_FONT_PROPERTY* property,[Out] UINT32* propertyOccurrenceCount) IDWriteFontSet::GetPropertyOccurrenceCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::GetMatchingFonts([In] const wchar_t* familyName,[In] DWRITE_FONT_WEIGHT fontWeight,[In] DWRITE_FONT_STRETCH fontStretch,[In] DWRITE_FONT_STYLE fontStyle,[Out] IDWriteFontSet** filteredSet) IDWriteFontSet::GetMatchingFonts No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet::GetMatchingFonts([In, Buffer] const DWRITE_FONT_PROPERTY* properties,[In] UINT32 propertyCount,[Out] IDWriteFontSet** filteredSet) IDWriteFontSet::GetMatchingFonts No documentation. GetFirstFontResources GetFirstFontResources No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetMatchingFonts([In, Optional] const DWRITE_FONT_PROPERTY* fontProperty,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[Out] IDWriteFontSet1** matchingFonts) IDWriteFontSet1::GetMatchingFonts No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFirstFontResources([Out] IDWriteFontSet1** filteredFontSet) IDWriteFontSet1::GetFirstFontResources No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFilteredFonts([In, Buffer] const UINT32* indices,[In] UINT32 indexCount,[Out] IDWriteFontSet1** filteredFontSet) IDWriteFontSet1::GetFilteredFonts No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFilteredFonts([In, Buffer] const DWRITE_FONT_AXIS_RANGE* fontAxisRanges,[In] UINT32 fontAxisRangeCount,[In] BOOL selectAnyRange,[Out] IDWriteFontSet1** filteredFontSet) IDWriteFontSet1::GetFilteredFonts No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFilteredFonts([In, Buffer, Optional] const DWRITE_FONT_PROPERTY* properties,[In] UINT32 propertyCount,[In] BOOL selectAnyProperty,[Out] IDWriteFontSet1** filteredFontSet) IDWriteFontSet1::GetFilteredFonts No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFilteredFontIndices([In, Buffer] const DWRITE_FONT_AXIS_RANGE* fontAxisRanges,[In] UINT32 fontAxisRangeCount,[In] BOOL selectAnyRange,[Out, Buffer] UINT32* indices,[In] UINT32 maxIndexCount,[Out] UINT32* actualIndexCount) IDWriteFontSet1::GetFilteredFontIndices No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFilteredFontIndices([In, Buffer] const DWRITE_FONT_PROPERTY* properties,[In] UINT32 propertyCount,[In] BOOL selectAnyProperty,[Out, Buffer] UINT32* indices,[In] UINT32 maxIndexCount,[Out] UINT32* actualIndexCount) IDWriteFontSet1::GetFilteredFontIndices No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFontAxisRanges([In] UINT32 listIndex,[Out, Buffer] DWRITE_FONT_AXIS_RANGE* fontAxisRanges,[In] UINT32 maxFontAxisRangeCount,[Out] UINT32* actualFontAxisRangeCount) IDWriteFontSet1::GetFontAxisRanges No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFontAxisRanges([Out, Buffer] DWRITE_FONT_AXIS_RANGE* fontAxisRanges,[In] UINT32 maxFontAxisRangeCount,[Out] UINT32* actualFontAxisRangeCount) IDWriteFontSet1::GetFontAxisRanges No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::GetFontFaceReference([In] UINT32 listIndex,[Out] IDWriteFontFaceReference1** fontFaceReference) IDWriteFontSet1::GetFontFaceReference No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::CreateFontResource([In] UINT32 listIndex,[Out] IDWriteFontResource** fontResource) IDWriteFontSet1::CreateFontResource No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet1::CreateFontFace([In] UINT32 listIndex,[Out] IDWriteFontFace5** fontFace) IDWriteFontSet1::CreateFontFace No documentation. No documentation. No documentation. DWRITE_LOCALITY IDWriteFontSet1::GetFontLocality([In] UINT32 listIndex) IDWriteFontSet1::GetFontLocality No documentation. GetExpirationEvent GetExpirationEvent No documentation. No documentation. HANDLE IDWriteFontSet2::GetExpirationEvent() IDWriteFontSet2::GetExpirationEvent No documentation. No documentation. No documentation. DWRITE_FONT_SOURCE_TYPE IDWriteFontSet3::GetFontSourceType([In] UINT32 fontIndex) IDWriteFontSet3::GetFontSourceType No documentation. No documentation. No documentation. UINT32 IDWriteFontSet3::GetFontSourceNameLength([In] UINT32 listIndex) IDWriteFontSet3::GetFontSourceNameLength No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSet3::GetFontSourceName([In] UINT32 listIndex,[Out, Buffer] wchar_t* stringBuffer,[In] UINT32 stringBufferSize) IDWriteFontSet3::GetFontSourceName No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSetBuilder::AddFontFaceReference([In] IDWriteFontFaceReference* fontFaceReference,[In, Buffer] const DWRITE_FONT_PROPERTY* properties,[In] UINT32 propertyCount) IDWriteFontSetBuilder::AddFontFaceReference No documentation. No documentation. No documentation. HRESULT IDWriteFontSetBuilder::AddFontFaceReference([In] IDWriteFontFaceReference* fontFaceReference) IDWriteFontSetBuilder::AddFontFaceReference No documentation. No documentation. No documentation. HRESULT IDWriteFontSetBuilder::AddFontSet([In] IDWriteFontSet* fontSet) IDWriteFontSetBuilder::AddFontSet No documentation. No documentation. No documentation. HRESULT IDWriteFontSetBuilder::CreateFontSet([Out] IDWriteFontSet** fontSet) IDWriteFontSetBuilder::CreateFontSet No documentation. No documentation. No documentation. HRESULT IDWriteFontSetBuilder1::AddFontFile([In] IDWriteFontFile* fontFile) IDWriteFontSetBuilder1::AddFontFile No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteFontSetBuilder2::AddFont([In] IDWriteFontFile* fontFile,[In] UINT32 fontFaceIndex,[In] DWRITE_FONT_SIMULATIONS fontSimulations,[In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[In, Buffer] const DWRITE_FONT_AXIS_RANGE* fontAxisRanges,[In] UINT32 fontAxisRangeCount,[In, Buffer] const DWRITE_FONT_PROPERTY* properties,[In] UINT32 propertyCount) IDWriteFontSetBuilder2::AddFont No documentation. No documentation. No documentation. HRESULT IDWriteFontSetBuilder2::AddFontFile([In] const wchar_t* filePath) IDWriteFontSetBuilder2::AddFontFile No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGlyphRunAnalysis::GetAlphaTextureBounds([In] DWRITE_TEXTURE_TYPE textureType,[Out] RECT* textureBounds) IDWriteGlyphRunAnalysis::GetAlphaTextureBounds No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGlyphRunAnalysis::CreateAlphaTexture([In] DWRITE_TEXTURE_TYPE textureType,[In] const RECT* textureBounds,[Out, Buffer] unsigned char* alphaValues,[In] UINT32 bufferSize) IDWriteGlyphRunAnalysis::CreateAlphaTexture No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteGlyphRunAnalysis::GetAlphaBlendParams([In] IDWriteRenderingParams* renderingParams,[Out] float* blendGamma,[Out] float* blendEnhancedContrast,[Out] float* blendClearTypeLevel) IDWriteGlyphRunAnalysis::GetAlphaBlendParams No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteInlineObject::Draw([In, Optional] void* clientDrawingContext,[In] IDWriteTextRenderer* renderer,[In] float originX,[In] float originY,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In, Optional] IUnknown* clientDrawingEffect) IDWriteInlineObject::Draw No documentation. No documentation. No documentation. HRESULT IDWriteInlineObject::GetMetrics([Out] DWRITE_INLINE_OBJECT_METRICS* metrics) IDWriteInlineObject::GetMetrics No documentation. No documentation. No documentation. HRESULT IDWriteInlineObject::GetOverhangMetrics([Out] DWRITE_OVERHANG_METRICS* overhangs) IDWriteInlineObject::GetOverhangMetrics No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteInlineObject::GetBreakConditions([Out] DWRITE_BREAK_CONDITION* breakConditionBefore,[Out] DWRITE_BREAK_CONDITION* breakConditionAfter) IDWriteInlineObject::GetBreakConditions No documentation. GetFileCount GetFileCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteInMemoryFontFileLoader::CreateInMemoryFontFileReference([In] IDWriteFactory* factory,[In, Buffer] const void* fontData,[In] UINT32 fontDataSize,[In, Optional] IUnknown* ownerObject,[Out] IDWriteFontFile** fontFile) IDWriteInMemoryFontFileLoader::CreateInMemoryFontFileReference No documentation. No documentation. UINT32 IDWriteInMemoryFontFileLoader::GetFileCount() IDWriteInMemoryFontFileLoader::GetFileCount No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteLocalFontFileLoader::GetFilePathLengthFromKey([In, Buffer] const void* fontFileReferenceKey,[In] UINT32 fontFileReferenceKeySize,[Out] UINT32* filePathLength) IDWriteLocalFontFileLoader::GetFilePathLengthFromKey No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteLocalFontFileLoader::GetFilePathFromKey([In, Buffer] const void* fontFileReferenceKey,[In] UINT32 fontFileReferenceKeySize,[Out, Buffer] wchar_t* filePath,[In] UINT32 filePathSize) IDWriteLocalFontFileLoader::GetFilePathFromKey No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteLocalFontFileLoader::GetLastWriteTimeFromKey([In, Buffer] const void* fontFileReferenceKey,[In] UINT32 fontFileReferenceKeySize,[Out] FILETIME* lastWriteTime) IDWriteLocalFontFileLoader::GetLastWriteTimeFromKey No documentation. No documentation. No documentation. No documentation. HRESULT IDWritePixelSnapping::IsPixelSnappingDisabled([In, Optional] void* clientDrawingContext,[Out] BOOL* isDisabled) IDWritePixelSnapping::IsPixelSnappingDisabled No documentation. No documentation. No documentation. No documentation. HRESULT IDWritePixelSnapping::GetCurrentTransform([In, Optional] void* clientDrawingContext,[Out] DWRITE_MATRIX* transform) IDWritePixelSnapping::GetCurrentTransform No documentation. No documentation. No documentation. No documentation. HRESULT IDWritePixelSnapping::GetPixelsPerDip([In, Optional] void* clientDrawingContext,[Out] float* pixelsPerDip) IDWritePixelSnapping::GetPixelsPerDip No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteRemoteFontFileLoader::CreateRemoteStreamFromKey([In, Buffer] const void* fontFileReferenceKey,[In] UINT32 fontFileReferenceKeySize,[Out] IDWriteRemoteFontFileStream** fontFileStream) IDWriteRemoteFontFileLoader::CreateRemoteStreamFromKey No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteRemoteFontFileLoader::GetLocalityFromKey([In, Buffer] const void* fontFileReferenceKey,[In] UINT32 fontFileReferenceKeySize,[Out] DWRITE_LOCALITY* locality) IDWriteRemoteFontFileLoader::GetLocalityFromKey No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteRemoteFontFileLoader::CreateFontFileReferenceFromUrl([In] IDWriteFactory* factory,[In, Optional] const wchar_t* baseUrl,[In] const wchar_t* fontFileUrl,[Out] IDWriteFontFile** fontFile) IDWriteRemoteFontFileLoader::CreateFontFileReferenceFromUrl No documentation. No documentation. HRESULT IDWriteRemoteFontFileStream::GetLocalFileSize([Out] unsigned longlong* localFileSize) IDWriteRemoteFontFileStream::GetLocalFileSize No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteRemoteFontFileStream::GetFileFragmentLocality([In] unsigned longlong fileOffset,[In] unsigned longlong fragmentSize,[Out] BOOL* isLocal,[Out] unsigned longlong* partialSize) IDWriteRemoteFontFileStream::GetFileFragmentLocality No documentation. No documentation. DWRITE_LOCALITY IDWriteRemoteFontFileStream::GetLocality() IDWriteRemoteFontFileStream::GetLocality No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteRemoteFontFileStream::BeginDownload([In] const GUID* downloadOperationID,[In, Buffer] const DWRITE_FILE_FRAGMENT* fileFragments,[In] UINT32 fragmentCount,[Out, Optional] IDWriteAsyncResult** asyncResult) IDWriteRemoteFontFileStream::BeginDownload No documentation. GetGamma GetGamma No documentation. GetEnhancedContrast GetEnhancedContrast No documentation. GetClearTypeLevel GetClearTypeLevel No documentation. GetPixelGeometry GetPixelGeometry No documentation. GetRenderingMode GetRenderingMode No documentation. No documentation. float IDWriteRenderingParams::GetGamma() IDWriteRenderingParams::GetGamma No documentation. No documentation. float IDWriteRenderingParams::GetEnhancedContrast() IDWriteRenderingParams::GetEnhancedContrast No documentation. No documentation. float IDWriteRenderingParams::GetClearTypeLevel() IDWriteRenderingParams::GetClearTypeLevel No documentation. No documentation. DWRITE_PIXEL_GEOMETRY IDWriteRenderingParams::GetPixelGeometry() IDWriteRenderingParams::GetPixelGeometry No documentation. No documentation. DWRITE_RENDERING_MODE IDWriteRenderingParams::GetRenderingMode() IDWriteRenderingParams::GetRenderingMode No documentation. GetGrayscaleEnhancedContrast GetGrayscaleEnhancedContrast No documentation. No documentation. float IDWriteRenderingParams1::GetGrayscaleEnhancedContrast() IDWriteRenderingParams1::GetGrayscaleEnhancedContrast No documentation. GetGridFitMode GetGridFitMode No documentation. No documentation. DWRITE_GRID_FIT_MODE IDWriteRenderingParams2::GetGridFitMode() IDWriteRenderingParams2::GetGridFitMode No documentation. GetRenderingMode1 GetRenderingMode1 No documentation. No documentation. DWRITE_RENDERING_MODE1 IDWriteRenderingParams3::GetRenderingMode1() IDWriteRenderingParams3::GetRenderingMode1 No documentation. GetCount GetCount No documentation. No documentation. UINT32 IDWriteStringList::GetCount() IDWriteStringList::GetCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteStringList::GetLocaleNameLength([In] UINT32 listIndex,[Out] UINT32* length) IDWriteStringList::GetLocaleNameLength No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteStringList::GetLocaleName([In] UINT32 listIndex,[Out, Buffer] wchar_t* localeName,[In] UINT32 size) IDWriteStringList::GetLocaleName No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteStringList::GetStringLength([In] UINT32 listIndex,[Out] UINT32* length) IDWriteStringList::GetStringLength No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteStringList::GetString([In] UINT32 listIndex,[Out, Buffer] wchar_t* stringBuffer,[In] UINT32 stringBufferSize) IDWriteStringList::GetString No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer::AnalyzeScript([In] IDWriteTextAnalysisSource* analysisSource,[In] UINT32 textPosition,[In] UINT32 textLength,[In] IDWriteTextAnalysisSink* analysisSink) IDWriteTextAnalyzer::AnalyzeScript No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer::AnalyzeBidi([In] IDWriteTextAnalysisSource* analysisSource,[In] UINT32 textPosition,[In] UINT32 textLength,[In] IDWriteTextAnalysisSink* analysisSink) IDWriteTextAnalyzer::AnalyzeBidi No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer::AnalyzeNumberSubstitution([In] IDWriteTextAnalysisSource* analysisSource,[In] UINT32 textPosition,[In] UINT32 textLength,[In] IDWriteTextAnalysisSink* analysisSink) IDWriteTextAnalyzer::AnalyzeNumberSubstitution No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer::AnalyzeLineBreakpoints([In] IDWriteTextAnalysisSource* analysisSource,[In] UINT32 textPosition,[In] UINT32 textLength,[In] IDWriteTextAnalysisSink* analysisSink) IDWriteTextAnalyzer::AnalyzeLineBreakpoints No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer::GetGlyphs([In, Buffer] const wchar_t* textString,[In] UINT32 textLength,[In] IDWriteFontFace* fontFace,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In] const DWRITE_SCRIPT_ANALYSIS* scriptAnalysis,[In, Optional] const wchar_t* localeName,[In, Optional] IDWriteNumberSubstitution* numberSubstitution,[In, Buffer, Optional] const DWRITE_TYPOGRAPHIC_FEATURES** features,[In, Buffer, Optional] const UINT32* featureRangeLengths,[In] UINT32 featureRanges,[In] UINT32 maxGlyphCount,[Out, Buffer] unsigned short* clusterMap,[Out, Buffer] DWRITE_SHAPING_TEXT_PROPERTIES* textProps,[Out, Buffer] unsigned short* glyphIndices,[Out, Buffer] DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProps,[Out] UINT32* actualGlyphCount) IDWriteTextAnalyzer::GetGlyphs No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer::GetGlyphPlacements([In, Buffer] const wchar_t* textString,[In, Buffer] const unsigned short* clusterMap,[Out, Buffer] DWRITE_SHAPING_TEXT_PROPERTIES* textProps,[In] UINT32 textLength,[In, Buffer] const unsigned short* glyphIndices,[In, Buffer] const DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProps,[In] UINT32 glyphCount,[In] IDWriteFontFace* fontFace,[In] float fontEmSize,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In] const DWRITE_SCRIPT_ANALYSIS* scriptAnalysis,[In, Optional] const wchar_t* localeName,[In, Buffer, Optional] const DWRITE_TYPOGRAPHIC_FEATURES** features,[In, Buffer, Optional] const UINT32* featureRangeLengths,[In] UINT32 featureRanges,[Out, Buffer] float* glyphAdvances,[Out, Buffer] DWRITE_GLYPH_OFFSET* glyphOffsets) IDWriteTextAnalyzer::GetGlyphPlacements No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer::GetGdiCompatibleGlyphPlacements([In, Buffer] const wchar_t* textString,[In, Buffer] const unsigned short* clusterMap,[In, Buffer] DWRITE_SHAPING_TEXT_PROPERTIES* textProps,[In] UINT32 textLength,[In, Buffer] const unsigned short* glyphIndices,[In, Buffer] const DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProps,[In] UINT32 glyphCount,[In] IDWriteFontFace* fontFace,[In] float fontEmSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In] const DWRITE_SCRIPT_ANALYSIS* scriptAnalysis,[In, Optional] const wchar_t* localeName,[In, Buffer, Optional] const DWRITE_TYPOGRAPHIC_FEATURES** features,[In, Buffer, Optional] const UINT32* featureRangeLengths,[In] UINT32 featureRanges,[Out, Buffer] float* glyphAdvances,[Out, Buffer] DWRITE_GLYPH_OFFSET* glyphOffsets) IDWriteTextAnalyzer::GetGdiCompatibleGlyphPlacements No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::ApplyCharacterSpacing([In] float leadingSpacing,[In] float trailingSpacing,[In] float minimumAdvanceWidth,[In] UINT32 textLength,[In] UINT32 glyphCount,[In, Buffer] const unsigned short* clusterMap,[In, Buffer] const float* glyphAdvances,[In, Buffer] const DWRITE_GLYPH_OFFSET* glyphOffsets,[In, Buffer] const DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProperties,[Out, Buffer] float* modifiedGlyphAdvances,[Out, Buffer] DWRITE_GLYPH_OFFSET* modifiedGlyphOffsets) IDWriteTextAnalyzer1::ApplyCharacterSpacing No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::GetBaseline([In] IDWriteFontFace* fontFace,[In] DWRITE_BASELINE baseline,[In] BOOL isVertical,[In] BOOL isSimulationAllowed,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In, Optional] const wchar_t* localeName,[Out] int* baselineCoordinate,[Out] BOOL* exists) IDWriteTextAnalyzer1::GetBaseline No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::AnalyzeVerticalGlyphOrientation([In] IDWriteTextAnalysisSource1* analysisSource,[In] UINT32 textPosition,[In] UINT32 textLength,[In] IDWriteTextAnalysisSink1* analysisSink) IDWriteTextAnalyzer1::AnalyzeVerticalGlyphOrientation No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::GetGlyphOrientationTransform([In] DWRITE_GLYPH_ORIENTATION_ANGLE glyphOrientationAngle,[In] BOOL isSideways,[Out] DWRITE_MATRIX* transform) IDWriteTextAnalyzer1::GetGlyphOrientationTransform No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::GetScriptProperties([In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[Out] DWRITE_SCRIPT_PROPERTIES* scriptProperties) IDWriteTextAnalyzer1::GetScriptProperties No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::GetTextComplexity([In, Buffer] const wchar_t* textString,[In] UINT32 textLength,[In] IDWriteFontFace* fontFace,[Out] BOOL* isTextSimple,[In] UINT32* textLengthRead,[Out, Buffer, Optional] unsigned short* glyphIndices) IDWriteTextAnalyzer1::GetTextComplexity No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::GetJustificationOpportunities([In, Optional] IDWriteFontFace* fontFace,[In] float fontEmSize,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In] UINT32 textLength,[In] UINT32 glyphCount,[In, Buffer] const wchar_t* textString,[In, Buffer] const unsigned short* clusterMap,[In, Buffer] const DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProperties,[Out, Buffer] DWRITE_JUSTIFICATION_OPPORTUNITY* justificationOpportunities) IDWriteTextAnalyzer1::GetJustificationOpportunities No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::JustifyGlyphAdvances([In] float lineWidth,[In] UINT32 glyphCount,[In, Buffer] const DWRITE_JUSTIFICATION_OPPORTUNITY* justificationOpportunities,[In, Buffer] const float* glyphAdvances,[In, Buffer] const DWRITE_GLYPH_OFFSET* glyphOffsets,[Out, Buffer] float* justifiedGlyphAdvances,[Out, Buffer, Optional] DWRITE_GLYPH_OFFSET* justifiedGlyphOffsets) IDWriteTextAnalyzer1::JustifyGlyphAdvances No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer1::GetJustifiedGlyphs([In, Optional] IDWriteFontFace* fontFace,[In] float fontEmSize,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In] UINT32 textLength,[In] UINT32 glyphCount,[In] UINT32 maxGlyphCount,[In, Buffer, Optional] const unsigned short* clusterMap,[In, Buffer] const unsigned short* glyphIndices,[In, Buffer] const float* glyphAdvances,[In, Buffer] const float* justifiedGlyphAdvances,[In, Buffer] const DWRITE_GLYPH_OFFSET* justifiedGlyphOffsets,[In, Buffer] const DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProperties,[In] UINT32* actualGlyphCount,[Out, Buffer, Optional] unsigned short* modifiedClusterMap,[Out, Buffer] unsigned short* modifiedGlyphIndices,[Out, Buffer] float* modifiedGlyphAdvances,[Out, Buffer] DWRITE_GLYPH_OFFSET* modifiedGlyphOffsets) IDWriteTextAnalyzer1::GetJustifiedGlyphs No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer2::GetGlyphOrientationTransform([In] DWRITE_GLYPH_ORIENTATION_ANGLE glyphOrientationAngle,[In] BOOL isSideways,[In] float originX,[In] float originY,[Out] DWRITE_MATRIX* transform) IDWriteTextAnalyzer2::GetGlyphOrientationTransform No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer2::GetTypographicFeatures([In] IDWriteFontFace* fontFace,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In, Optional] const wchar_t* localeName,[In] UINT32 maxTagCount,[Out] UINT32* actualTagCount,[Out, Buffer] DWRITE_FONT_FEATURE_TAG* tags) IDWriteTextAnalyzer2::GetTypographicFeatures No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextAnalyzer2::CheckTypographicFeature([In] IDWriteFontFace* fontFace,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In, Optional] const wchar_t* localeName,[In] DWRITE_FONT_FEATURE_TAG featureTag,[In] UINT32 glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] unsigned char* featureApplies) IDWriteTextAnalyzer2::CheckTypographicFeature No documentation. GetVerticalGlyphOrientation / SetVerticalGlyphOrientation GetVerticalGlyphOrientation No documentation. GetLastLineWrapping / SetLastLineWrapping GetLastLineWrapping No documentation. GetOpticalAlignment / SetOpticalAlignment GetOpticalAlignment No documentation. GetFontFallback / SetFontFallback GetFontFallback No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat1::SetVerticalGlyphOrientation([In] DWRITE_VERTICAL_GLYPH_ORIENTATION glyphOrientation) IDWriteTextFormat1::SetVerticalGlyphOrientation No documentation. No documentation. DWRITE_VERTICAL_GLYPH_ORIENTATION IDWriteTextFormat1::GetVerticalGlyphOrientation() IDWriteTextFormat1::GetVerticalGlyphOrientation No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat1::SetLastLineWrapping([In] BOOL isLastLineWrappingEnabled) IDWriteTextFormat1::SetLastLineWrapping No documentation. No documentation. BOOL IDWriteTextFormat1::GetLastLineWrapping() IDWriteTextFormat1::GetLastLineWrapping No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat1::SetOpticalAlignment([In] DWRITE_OPTICAL_ALIGNMENT opticalAlignment) IDWriteTextFormat1::SetOpticalAlignment No documentation. No documentation. DWRITE_OPTICAL_ALIGNMENT IDWriteTextFormat1::GetOpticalAlignment() IDWriteTextFormat1::GetOpticalAlignment No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat1::SetFontFallback([In] IDWriteFontFallback* fontFallback) IDWriteTextFormat1::SetFontFallback No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat1::GetFontFallback([Out] IDWriteFontFallback** fontFallback) IDWriteTextFormat1::GetFontFallback No documentation. GetLineSpacing / SetLineSpacing GetLineSpacing No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat2::SetLineSpacing([In] const DWRITE_LINE_SPACING* lineSpacingOptions) IDWriteTextFormat2::SetLineSpacing No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat2::GetLineSpacing([Out] DWRITE_LINE_SPACING* lineSpacingOptions) IDWriteTextFormat2::GetLineSpacing No documentation. GetFontAxisValueCount GetFontAxisValueCount No documentation. GetAutomaticFontAxes / SetAutomaticFontAxes GetAutomaticFontAxes No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat3::SetFontAxisValues([In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount) IDWriteTextFormat3::SetFontAxisValues No documentation. No documentation. UINT32 IDWriteTextFormat3::GetFontAxisValueCount() IDWriteTextFormat3::GetFontAxisValueCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat3::GetFontAxisValues([Out, Buffer] DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount) IDWriteTextFormat3::GetFontAxisValues No documentation. No documentation. DWRITE_AUTOMATIC_FONT_AXES IDWriteTextFormat3::GetAutomaticFontAxes() IDWriteTextFormat3::GetAutomaticFontAxes No documentation. No documentation. No documentation. HRESULT IDWriteTextFormat3::SetAutomaticFontAxes([In] DWRITE_AUTOMATIC_FONT_AXES automaticFontAxes) IDWriteTextFormat3::SetAutomaticFontAxes No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout1::SetPairKerning([In] BOOL isPairKerningEnabled,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout1::SetPairKerning No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout1::GetPairKerning([In] UINT32 currentPosition,[Out] BOOL* isPairKerningEnabled,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout1::GetPairKerning No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout1::SetCharacterSpacing([In] float leadingSpacing,[In] float trailingSpacing,[In] float minimumAdvanceWidth,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout1::SetCharacterSpacing No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout1::GetCharacterSpacing([In] UINT32 currentPosition,[Out] float* leadingSpacing,[Out] float* trailingSpacing,[Out] float* minimumAdvanceWidth,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout1::GetCharacterSpacing No documentation. GetMetrics GetMetrics No documentation. GetVerticalGlyphOrientation / SetVerticalGlyphOrientation GetVerticalGlyphOrientation No documentation. GetLastLineWrapping / SetLastLineWrapping GetLastLineWrapping No documentation. GetOpticalAlignment / SetOpticalAlignment GetOpticalAlignment No documentation. GetFontFallback / SetFontFallback GetFontFallback No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout2::GetMetrics([Out] DWRITE_TEXT_METRICS1* textMetrics) IDWriteTextLayout2::GetMetrics No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout2::SetVerticalGlyphOrientation([In] DWRITE_VERTICAL_GLYPH_ORIENTATION glyphOrientation) IDWriteTextLayout2::SetVerticalGlyphOrientation No documentation. No documentation. DWRITE_VERTICAL_GLYPH_ORIENTATION IDWriteTextLayout2::GetVerticalGlyphOrientation() IDWriteTextLayout2::GetVerticalGlyphOrientation No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout2::SetLastLineWrapping([In] BOOL isLastLineWrappingEnabled) IDWriteTextLayout2::SetLastLineWrapping No documentation. No documentation. BOOL IDWriteTextLayout2::GetLastLineWrapping() IDWriteTextLayout2::GetLastLineWrapping No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout2::SetOpticalAlignment([In] DWRITE_OPTICAL_ALIGNMENT opticalAlignment) IDWriteTextLayout2::SetOpticalAlignment No documentation. No documentation. DWRITE_OPTICAL_ALIGNMENT IDWriteTextLayout2::GetOpticalAlignment() IDWriteTextLayout2::GetOpticalAlignment No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout2::SetFontFallback([In] IDWriteFontFallback* fontFallback) IDWriteTextLayout2::SetFontFallback No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout2::GetFontFallback([Out] IDWriteFontFallback** fontFallback) IDWriteTextLayout2::GetFontFallback No documentation. GetLineSpacing / SetLineSpacing GetLineSpacing No documentation. No documentation. HRESULT IDWriteTextLayout3::InvalidateLayout() IDWriteTextLayout3::InvalidateLayout No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout3::SetLineSpacing([In] const DWRITE_LINE_SPACING* lineSpacingOptions) IDWriteTextLayout3::SetLineSpacing No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout3::GetLineSpacing([Out] DWRITE_LINE_SPACING* lineSpacingOptions) IDWriteTextLayout3::GetLineSpacing No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout3::GetLineMetrics([Out, Buffer, Optional] DWRITE_LINE_METRICS1* lineMetrics,[In] UINT32 maxLineCount,[Out] UINT32* actualLineCount) IDWriteTextLayout3::GetLineMetrics No documentation. GetAutomaticFontAxes / SetAutomaticFontAxes GetAutomaticFontAxes No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout4::SetFontAxisValues([In, Buffer] const DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[In] DWRITE_TEXT_RANGE textRange) IDWriteTextLayout4::SetFontAxisValues No documentation. No documentation. No documentation. UINT32 IDWriteTextLayout4::GetFontAxisValueCount([In] UINT32 currentPosition) IDWriteTextLayout4::GetFontAxisValueCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout4::GetFontAxisValues([In] UINT32 currentPosition,[Out, Buffer] DWRITE_FONT_AXIS_VALUE* fontAxisValues,[In] UINT32 fontAxisValueCount,[Out, Optional] DWRITE_TEXT_RANGE* textRange) IDWriteTextLayout4::GetFontAxisValues No documentation. No documentation. DWRITE_AUTOMATIC_FONT_AXES IDWriteTextLayout4::GetAutomaticFontAxes() IDWriteTextLayout4::GetAutomaticFontAxes No documentation. No documentation. No documentation. HRESULT IDWriteTextLayout4::SetAutomaticFontAxes([In] DWRITE_AUTOMATIC_FONT_AXES automaticFontAxes) IDWriteTextLayout4::SetAutomaticFontAxes No documentation. GetFontFeatureCount GetFontFeatureCount No documentation. No documentation. No documentation. HRESULT IDWriteTypography::AddFontFeature([In] DWRITE_FONT_FEATURE fontFeature) IDWriteTypography::AddFontFeature No documentation. No documentation. UINT32 IDWriteTypography::GetFontFeatureCount() IDWriteTypography::GetFontFeatureCount No documentation. No documentation. No documentation. No documentation. HRESULT IDWriteTypography::GetFontFeature([In] UINT32 fontFeatureIndex,[Out] DWRITE_FONT_FEATURE* fontFeature) IDWriteTypography::GetFontFeature No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmap::Lock([In] const WICRect* prcLock,[In] DWORD flags,[Out] IWICBitmapLock** ppILock) IWICBitmap::Lock No documentation. No documentation. No documentation. HRESULT IWICBitmap::SetPalette([In, Optional] IWICPalette* pIPalette) IWICBitmap::SetPalette No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmap::SetResolution([In] double dpiX,[In] double dpiY) IWICBitmap::SetResolution No documentation. GetContainerFormat GetContainerFormat No documentation. GetDecoderInfo GetDecoderInfo No documentation. GetMetadataQueryReader GetMetadataQueryReader No documentation. GetPreview GetPreview No documentation. GetThumbnail GetThumbnail No documentation. GetFrameCount GetFrameCount No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::QueryCapability([In, Optional] IStream* pIStream,[Out] DWORD* pdwCapability) IWICBitmapDecoder::QueryCapability No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::Initialize([In, Optional] IStream* pIStream,[In] WICDecodeOptions cacheOptions) IWICBitmapDecoder::Initialize No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetContainerFormat([Out] GUID* pguidContainerFormat) IWICBitmapDecoder::GetContainerFormat No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetDecoderInfo([Out] IWICBitmapDecoderInfo** ppIDecoderInfo) IWICBitmapDecoder::GetDecoderInfo No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::CopyPalette([In, Optional] IWICPalette* pIPalette) IWICBitmapDecoder::CopyPalette No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetMetadataQueryReader([Out] IWICMetadataQueryReader** ppIMetadataQueryReader) IWICBitmapDecoder::GetMetadataQueryReader No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetPreview([Out] IWICBitmapSource** ppIBitmapSource) IWICBitmapDecoder::GetPreview No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetColorContexts([In] UINT cCount,[Out, Buffer, Optional] IWICColorContext** ppIColorContexts,[Out] UINT* pcActualCount) IWICBitmapDecoder::GetColorContexts No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetThumbnail([Out] IWICBitmapSource** ppIThumbnail) IWICBitmapDecoder::GetThumbnail No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetFrameCount([Out] UINT* pCount) IWICBitmapDecoder::GetFrameCount No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoder::GetFrame([In] UINT index,[Out] IWICBitmapFrameDecode** ppIBitmapFrame) IWICBitmapDecoder::GetFrame Initializes the encoder with the provided stream. The stream to use for initialization. The used on initialization. Initializes the encoder with the provided stream. The stream to use for initialization. The used on initialization. No documentation. GetContainerFormat GetContainerFormat No documentation. GetEncoderInfo GetEncoderInfo No documentation. SetPalette SetPalette No documentation. SetThumbnail SetThumbnail No documentation. SetPreview SetPreview No documentation. GetMetadataQueryWriter GetMetadataQueryWriter No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::Initialize([In, Optional] IStream* pIStream,[In] WICBitmapEncoderCacheOption cacheOption) IWICBitmapEncoder::Initialize No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::GetContainerFormat([Out] GUID* pguidContainerFormat) IWICBitmapEncoder::GetContainerFormat No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::GetEncoderInfo([Out] IWICBitmapEncoderInfo** ppIEncoderInfo) IWICBitmapEncoder::GetEncoderInfo No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::SetColorContexts([In] UINT cCount,[In, Buffer] IWICColorContext** ppIColorContext) IWICBitmapEncoder::SetColorContexts No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::SetPalette([In, Optional] IWICPalette* pIPalette) IWICBitmapEncoder::SetPalette No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::SetThumbnail([In, Optional] IWICBitmapSource* pIThumbnail) IWICBitmapEncoder::SetThumbnail No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::SetPreview([In, Optional] IWICBitmapSource* pIPreview) IWICBitmapEncoder::SetPreview No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::CreateNewFrame([Out] IWICBitmapFrameEncode** ppIFrameEncode,[In, Optional] IPropertyBag2** ppIEncoderOptions) IWICBitmapEncoder::CreateNewFrame No documentation. No documentation. HRESULT IWICBitmapEncoder::Commit() IWICBitmapEncoder::Commit No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::GetMetadataQueryWriter([Out] IWICMetadataQueryWriter** ppIMetadataQueryWriter) IWICBitmapEncoder::GetMetadataQueryWriter No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::SetColorContexts([In] UINT cCount,[In, Buffer] IWICColorContext** ppIColorContext) IWICBitmapEncoder::SetColorContexts No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoder::SetColorContexts([In] UINT cCount,[In, Buffer] IWICColorContext** ppIColorContext) IWICBitmapEncoder::SetColorContexts Sets the objects for this frame encoder. The color contexts to set for the encoder. Requests that the encoder use the specified pixel format. On input, the requested pixel format GUID. On output, the closest pixel format GUID supported by the encoder; this may be different than the requested format. For a list of pixel format GUIDs, see class. Sets the output image dimensions for the frame. The width and height of the output image. Encodes a bitmap source. The bitmap source to encode. Encodes a bitmap source. The bitmap source to encode. The size rectangle of the bitmap source. No documentation. GetMetadataQueryWriter GetMetadataQueryWriter No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::Initialize([In, Optional] IPropertyBag2* pIEncoderOptions) IWICBitmapFrameEncode::Initialize No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetSize([In] UINT uiWidth,[In] UINT uiHeight) IWICBitmapFrameEncode::SetSize No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetResolution([In] double dpiX,[In] double dpiY) IWICBitmapFrameEncode::SetResolution No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetPixelFormat([InOut] GUID* pPixelFormat) IWICBitmapFrameEncode::SetPixelFormat No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetColorContexts([In] UINT cCount,[In, Buffer] IWICColorContext** ppIColorContext) IWICBitmapFrameEncode::SetColorContexts No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetPalette([In, Optional] IWICPalette* pIPalette) IWICBitmapFrameEncode::SetPalette No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetThumbnail([In, Optional] IWICBitmapSource* pIThumbnail) IWICBitmapFrameEncode::SetThumbnail No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::WritePixels([In] UINT lineCount,[In] UINT cbStride,[In] UINT cbBufferSize,[In, Buffer] unsigned char* pbPixels) IWICBitmapFrameEncode::WritePixels No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::WriteSource([In, Optional] IWICBitmapSource* pIBitmapSource,[In] WICRect* prc) IWICBitmapFrameEncode::WriteSource No documentation. No documentation. HRESULT IWICBitmapFrameEncode::Commit() IWICBitmapFrameEncode::Commit No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::GetMetadataQueryWriter([Out] IWICMetadataQueryWriter** ppIMetadataQueryWriter) IWICBitmapFrameEncode::GetMetadataQueryWriter No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetColorContexts([In] UINT cCount,[In, Buffer] IWICColorContext** ppIColorContext) IWICBitmapFrameEncode::SetColorContexts No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameEncode::SetColorContexts([In] UINT cCount,[In, Buffer] IWICColorContext** ppIColorContext) IWICBitmapFrameEncode::SetColorContexts Gets a to the data. No documentation. GetStride GetStride No documentation. GetPixelFormat GetPixelFormat No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapLock::GetSize([Out] UINT* puiWidth,[Out] UINT* puiHeight) IWICBitmapLock::GetSize No documentation. No documentation. No documentation. HRESULT IWICBitmapLock::GetStride([Out] UINT* pcbStride) IWICBitmapLock::GetStride No documentation. No documentation. No documentation. HRESULT IWICBitmapLock::GetDataPointer([Out] UINT* pcbBufferSize,[Out] unsigned char** ppbData) IWICBitmapLock::GetDataPointer No documentation. No documentation. No documentation. HRESULT IWICBitmapLock::GetPixelFormat([Out] GUID* pPixelFormat) IWICBitmapLock::GetPixelFormat No documentation. GetPixelFormat GetPixelFormat No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapSource::GetSize([Out] UINT* puiWidth,[Out] UINT* puiHeight) IWICBitmapSource::GetSize No documentation. No documentation. No documentation. HRESULT IWICBitmapSource::GetPixelFormat([Out] GUID* pPixelFormat) IWICBitmapSource::GetPixelFormat No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapSource::GetResolution([Out] double* pDpiX,[Out] double* pDpiY) IWICBitmapSource::GetResolution No documentation. No documentation. No documentation. HRESULT IWICBitmapSource::CopyPalette([In, Optional] IWICPalette* pIPalette) IWICBitmapSource::CopyPalette No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapSource::CopyPixels([In] const WICRect* prc,[In] UINT cbStride,[In] UINT cbBufferSize,[Out, Buffer] unsigned char* pbBuffer) IWICBitmapSource::CopyPixels Create new unitialized instance. New instance of . Create a from file name. The file name. The mode. New instance of or throws exception. Create a from another stream. Access rights are inherited from the underlying stream The initialize stream. New instance of or throws exception. Create a from another stream. Access rights are inherited from the underlying stream The initialize stream. New instance of or throws exception. Create a from given data. Data to initialize with. New instance of or throws exception. Constant WICImagingFactoryClsid CLSID_WICImagingFactory No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateDecoderFromFilename([In] const wchar_t* wzFilename,[In, Optional] const GUID* pguidVendor,[In] DWORD dwDesiredAccess,[In] WICDecodeOptions metadataOptions,[Out] IWICBitmapDecoder** ppIDecoder) IWICImagingFactory::CreateDecoderFromFilename No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateDecoderFromStream([In, Optional] IStream* pIStream,[In, Optional] const GUID* pguidVendor,[In] WICDecodeOptions metadataOptions,[Out] IWICBitmapDecoder** ppIDecoder) IWICImagingFactory::CreateDecoderFromStream No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateDecoderFromFileHandle([In] ULONG_PTR hFile,[In, Optional] const GUID* pguidVendor,[In] WICDecodeOptions metadataOptions,[Out] IWICBitmapDecoder** ppIDecoder) IWICImagingFactory::CreateDecoderFromFileHandle No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateComponentInfo([In] const GUID& clsidComponent,[Out] IWICComponentInfo** ppIInfo) IWICImagingFactory::CreateComponentInfo No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateDecoder([In] const GUID& guidContainerFormat,[In, Optional] const GUID* pguidVendor,[Out] IWICBitmapDecoder** ppIDecoder) IWICImagingFactory::CreateDecoder No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateEncoder([In] const GUID& guidContainerFormat,[In, Optional] const GUID* pguidVendor,[Out] IWICBitmapEncoder** ppIEncoder) IWICImagingFactory::CreateEncoder No documentation. No documentation. HRESULT IWICImagingFactory::CreatePalette([Out] IWICPalette** ppIPalette) IWICImagingFactory::CreatePalette No documentation. No documentation. HRESULT IWICImagingFactory::CreateFormatConverter([Out] IWICFormatConverter** ppIFormatConverter) IWICImagingFactory::CreateFormatConverter No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapScaler([Out] IWICBitmapScaler** ppIBitmapScaler) IWICImagingFactory::CreateBitmapScaler No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapClipper([Out] IWICBitmapClipper** ppIBitmapClipper) IWICImagingFactory::CreateBitmapClipper No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapFlipRotator([Out] IWICBitmapFlipRotator** ppIBitmapFlipRotator) IWICImagingFactory::CreateBitmapFlipRotator No documentation. No documentation. HRESULT IWICImagingFactory::CreateStream([Out] IWICStream** ppIWICStream) IWICImagingFactory::CreateStream No documentation. No documentation. HRESULT IWICImagingFactory::CreateColorContext([Out] IWICColorContext** ppIWICColorContext) IWICImagingFactory::CreateColorContext No documentation. No documentation. HRESULT IWICImagingFactory::CreateColorTransformer([Out] IWICColorTransform** ppIWICColorTransform) IWICImagingFactory::CreateColorTransformer No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmap([In] UINT uiWidth,[In] UINT uiHeight,[In] const GUID& pixelFormat,[In] WICBitmapCreateCacheOption option,[Out] IWICBitmap** ppIBitmap) IWICImagingFactory::CreateBitmap No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapFromSource([In, Optional] IWICBitmapSource* pIBitmapSource,[In] WICBitmapCreateCacheOption option,[Out] IWICBitmap** ppIBitmap) IWICImagingFactory::CreateBitmapFromSource No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapFromSourceRect([In, Optional] IWICBitmapSource* pIBitmapSource,[In] UINT x,[In] UINT y,[In] UINT width,[In] UINT height,[Out] IWICBitmap** ppIBitmap) IWICImagingFactory::CreateBitmapFromSourceRect No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapFromMemory([In] UINT uiWidth,[In] UINT uiHeight,[In] const GUID& pixelFormat,[In] UINT cbStride,[In] UINT cbBufferSize,[In, Buffer] unsigned char* pbBuffer,[Out] IWICBitmap** ppIBitmap) IWICImagingFactory::CreateBitmapFromMemory No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapFromHBITMAP([In] HBITMAP hBitmap,[In, Optional] HPALETTE hPalette,[In] WICBitmapAlphaChannelOption options,[Out] IWICBitmap** ppIBitmap) IWICImagingFactory::CreateBitmapFromHBITMAP No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateBitmapFromHICON([In] HICON hIcon,[Out] IWICBitmap** ppIBitmap) IWICImagingFactory::CreateBitmapFromHICON No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateFastMetadataEncoderFromDecoder([In, Optional] IWICBitmapDecoder* pIDecoder,[Out] IWICFastMetadataEncoder** ppIFastEncoder) IWICImagingFactory::CreateFastMetadataEncoderFromDecoder No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateFastMetadataEncoderFromFrameDecode([In, Optional] IWICBitmapFrameDecode* pIFrameDecoder,[Out] IWICFastMetadataEncoder** ppIFastEncoder) IWICImagingFactory::CreateFastMetadataEncoderFromFrameDecode No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateQueryWriter([In] const GUID& guidMetadataFormat,[In, Optional] const GUID* pguidVendor,[Out] IWICMetadataQueryWriter** ppIQueryWriter) IWICImagingFactory::CreateQueryWriter No documentation. No documentation. No documentation. No documentation. HRESULT IWICImagingFactory::CreateQueryWriterFromReader([In, Optional] IWICMetadataQueryReader* pIQueryReader,[In, Optional] const GUID* pguidVendor,[Out] IWICMetadataQueryWriter** ppIQueryWriter) IWICImagingFactory::CreateQueryWriterFromReader No documentation. No documentation. No documentation. HRESULT IWICImagingFactory2::CreateImageEncoder([In] ID2D1Device* pD2DDevice,[Out] IWICImageEncoder** ppWICImageEncoder) IWICImagingFactory2::CreateImageEncoder No documentation. GetType GetType No documentation. GetColorCount GetColorCount No documentation. IsBlackWhite IsBlackWhite No documentation. IsGrayscale IsGrayscale No documentation. No documentation. No documentation. No documentation. HRESULT IWICPalette::InitializePredefined([In] WICBitmapPaletteType ePaletteType,[In] BOOL fAddTransparentColor) IWICPalette::InitializePredefined No documentation. No documentation. No documentation. No documentation. HRESULT IWICPalette::InitializeCustom([In, Buffer] UINT32* pColors,[In] UINT cCount) IWICPalette::InitializeCustom No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPalette::InitializeFromBitmap([In, Optional] IWICBitmapSource* pISurface,[In] UINT cCount,[In] BOOL fAddTransparentColor) IWICPalette::InitializeFromBitmap No documentation. No documentation. No documentation. HRESULT IWICPalette::InitializeFromPalette([In, Optional] IWICPalette* pIPalette) IWICPalette::InitializeFromPalette No documentation. No documentation. No documentation. HRESULT IWICPalette::GetType([Out] WICBitmapPaletteType* pePaletteType) IWICPalette::GetType No documentation. No documentation. No documentation. HRESULT IWICPalette::GetColorCount([Out] UINT* pcCount) IWICPalette::GetColorCount No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPalette::GetColors([In] UINT cCount,[Out, Buffer] UINT32* pColors,[Out] UINT* pcActualColors) IWICPalette::GetColors No documentation. No documentation. No documentation. HRESULT IWICPalette::IsBlackWhite([Out] BOOL* pfIsBlackWhite) IWICPalette::IsBlackWhite No documentation. No documentation. No documentation. HRESULT IWICPalette::IsGrayscale([Out] BOOL* pfIsGrayscale) IWICPalette::IsGrayscale No documentation. No documentation. No documentation. HRESULT IWICPalette::HasAlpha([Out] BOOL* pfHasAlpha) IWICPalette::HasAlpha Initialize stream from file name. The file name. The mode. Initialize the from another stream. Access rights are inherited from the underlying stream Initialize the from another stream. Access rights are inherited from the underlying stream The initialize stream. Initialize the stream from given data. Data to initialize with. Initialize the stream from given data. Data to initialize with. Initialize the stream from given data. Data to initialize with. No documentation. No documentation. No documentation. HRESULT IWICStream::InitializeFromIStream([In, Optional] IStream* pIStream) IWICStream::InitializeFromIStream No documentation. No documentation. No documentation. No documentation. HRESULT IWICStream::InitializeFromFilename([In] const wchar_t* wzFileName,[In] DWORD dwDesiredAccess) IWICStream::InitializeFromFilename No documentation. No documentation. No documentation. No documentation. HRESULT IWICStream::InitializeFromMemory([In] unsigned char* pbBuffer,[In] DWORD cbBufferSize) IWICStream::InitializeFromMemory No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICStream::InitializeFromIStreamRegion([In, Optional] IStream* pIStream,[In] ULARGE_INTEGER ulOffset,[In] ULARGE_INTEGER ulMaxSize) IWICStream::InitializeFromIStreamRegion Functions No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT WICConvertBitmapSource([In] const GUID& dstFormat,[In] IWICBitmapSource* pISrc,[Out] IWICBitmapSource** ppIDst) WICConvertBitmapSource No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT WICCreateBitmapFromSection([In] UINT width,[In] UINT height,[In] const GUID& pixelFormat,[In] HANDLE hSection,[In] UINT stride,[In] UINT offset,[Out] IWICBitmap** ppIBitmap) WICCreateBitmapFromSection No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT WICCreateBitmapFromSectionEx([In] UINT width,[In] UINT height,[In] const GUID& pixelFormat,[In] HANDLE hSection,[In] UINT stride,[In] UINT offset,[In] WICSectionAccessLevel desiredAccessLevel,[Out] IWICBitmap** ppIBitmap) WICCreateBitmapFromSectionEx No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT WICMapGuidToShortName([In] const GUID& guid,[In] UINT cchName,[Out, Buffer, Optional] wchar_t* wzName,[Out] UINT* pcchActual) WICMapGuidToShortName No documentation. No documentation. No documentation. No documentation. HRESULT WICMapShortNameToGuid([In] const wchar_t* wzName,[Out] GUID* pguid) WICMapShortNameToGuid No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT WICMapSchemaToName([In] const GUID& guidMetadataFormat,[In] wchar_t* pwzSchema,[In] UINT cchName,[Out, Buffer, Optional] wchar_t* wzName,[Out] UINT* pcchActual) WICMapSchemaToName No documentation. WIC8BIMIptcDigestProperties WIC8BIMIptcDigestProperties No documentation. WIC8BIMIptcDigestPString WIC8BIMIptcDigestPString No documentation. WIC8BIMIptcDigestIptcDigest WIC8BIMIptcDigestIptcDigest No documentation. WIC8BIMIptcProperties WIC8BIMIptcProperties No documentation. WIC8BIMIptcPString WIC8BIMIptcPString No documentation. WIC8BIMIptcEmbeddedIPTC WIC8BIMIptcEmbeddedIPTC No documentation. WIC8BIMResolutionInfoProperties WIC8BIMResolutionInfoProperties No documentation. WIC8BIMResolutionInfoPString WIC8BIMResolutionInfoPString No documentation. WIC8BIMResolutionInfoHResolution WIC8BIMResolutionInfoHResolution No documentation. WIC8BIMResolutionInfoHResolutionUnit WIC8BIMResolutionInfoHResolutionUnit No documentation. WIC8BIMResolutionInfoWidthUnit WIC8BIMResolutionInfoWidthUnit No documentation. WIC8BIMResolutionInfoVResolution WIC8BIMResolutionInfoVResolution No documentation. WIC8BIMResolutionInfoVResolutionUnit WIC8BIMResolutionInfoVResolutionUnit No documentation. WIC8BIMResolutionInfoHeightUnit WIC8BIMResolutionInfoHeightUnit No documentation. WICBitmapAlphaChannelOption WICBitmapAlphaChannelOption No documentation. WICBitmapUseAlpha WICBitmapUseAlpha No documentation. WICBitmapUsePremultipliedAlpha WICBitmapUsePremultipliedAlpha No documentation. WICBitmapIgnoreAlpha WICBitmapIgnoreAlpha No documentation. WICBitmapCreateCacheOption WICBitmapCreateCacheOption No documentation. WICBitmapNoCache WICBitmapNoCache No documentation. WICBitmapCacheOnDemand WICBitmapCacheOnDemand No documentation. WICBitmapCacheOnLoad WICBitmapCacheOnLoad No documentation. WICBitmapDecoderCapabilities WICBitmapDecoderCapabilities No documentation. WICBitmapDecoderCapabilitySameEncoder WICBitmapDecoderCapabilitySameEncoder No documentation. WICBitmapDecoderCapabilityCanDecodeAllImages WICBitmapDecoderCapabilityCanDecodeAllImages No documentation. WICBitmapDecoderCapabilityCanDecodeSomeImages WICBitmapDecoderCapabilityCanDecodeSomeImages No documentation. WICBitmapDecoderCapabilityCanEnumerateMetadata WICBitmapDecoderCapabilityCanEnumerateMetadata No documentation. WICBitmapDecoderCapabilityCanDecodeThumbnail WICBitmapDecoderCapabilityCanDecodeThumbnail No documentation. WICBitmapDitherType WICBitmapDitherType No documentation. WICBitmapDitherTypeNone WICBitmapDitherTypeNone No documentation. WICBitmapDitherTypeSolid WICBitmapDitherTypeSolid No documentation. WICBitmapDitherTypeOrdered4x4 WICBitmapDitherTypeOrdered4x4 No documentation. WICBitmapDitherTypeOrdered8x8 WICBitmapDitherTypeOrdered8x8 No documentation. WICBitmapDitherTypeOrdered16x16 WICBitmapDitherTypeOrdered16x16 No documentation. WICBitmapDitherTypeSpiral4x4 WICBitmapDitherTypeSpiral4x4 No documentation. WICBitmapDitherTypeSpiral8x8 WICBitmapDitherTypeSpiral8x8 No documentation. WICBitmapDitherTypeDualSpiral4x4 WICBitmapDitherTypeDualSpiral4x4 No documentation. WICBitmapDitherTypeDualSpiral8x8 WICBitmapDitherTypeDualSpiral8x8 No documentation. WICBitmapDitherTypeErrorDiffusion WICBitmapDitherTypeErrorDiffusion No documentation. WICBitmapEncoderCacheOption WICBitmapEncoderCacheOption No documentation. WICBitmapEncoderCacheInMemory WICBitmapEncoderCacheInMemory No documentation. WICBitmapEncoderCacheTempFile WICBitmapEncoderCacheTempFile No documentation. WICBitmapEncoderNoCache WICBitmapEncoderNoCache No documentation. WICBitmapInterpolationMode WICBitmapInterpolationMode No documentation. WICBitmapInterpolationModeNearestNeighbor WICBitmapInterpolationModeNearestNeighbor No documentation. WICBitmapInterpolationModeLinear WICBitmapInterpolationModeLinear No documentation. WICBitmapInterpolationModeCubic WICBitmapInterpolationModeCubic No documentation. WICBitmapInterpolationModeFant WICBitmapInterpolationModeFant No documentation. WICBitmapInterpolationModeHighQualityCubic WICBitmapInterpolationModeHighQualityCubic No documentation. WICBitmapLockRead WICBitmapLockRead No documentation. WICBitmapLockWrite WICBitmapLockWrite None None None No documentation. WICBitmapPaletteType WICBitmapPaletteType No documentation. WICBitmapPaletteTypeCustom WICBitmapPaletteTypeCustom No documentation. WICBitmapPaletteTypeMedianCut WICBitmapPaletteTypeMedianCut No documentation. WICBitmapPaletteTypeFixedBW WICBitmapPaletteTypeFixedBW No documentation. WICBitmapPaletteTypeFixedHalftone8 WICBitmapPaletteTypeFixedHalftone8 No documentation. WICBitmapPaletteTypeFixedHalftone27 WICBitmapPaletteTypeFixedHalftone27 No documentation. WICBitmapPaletteTypeFixedHalftone64 WICBitmapPaletteTypeFixedHalftone64 No documentation. WICBitmapPaletteTypeFixedHalftone125 WICBitmapPaletteTypeFixedHalftone125 No documentation. WICBitmapPaletteTypeFixedHalftone216 WICBitmapPaletteTypeFixedHalftone216 No documentation. WICBitmapPaletteTypeFixedWebPalette WICBitmapPaletteTypeFixedWebPalette No documentation. WICBitmapPaletteTypeFixedHalftone252 WICBitmapPaletteTypeFixedHalftone252 No documentation. WICBitmapPaletteTypeFixedHalftone256 WICBitmapPaletteTypeFixedHalftone256 No documentation. WICBitmapPaletteTypeFixedGray4 WICBitmapPaletteTypeFixedGray4 No documentation. WICBitmapPaletteTypeFixedGray16 WICBitmapPaletteTypeFixedGray16 No documentation. WICBitmapPaletteTypeFixedGray256 WICBitmapPaletteTypeFixedGray256 No documentation. WICBitmapTransformOptions WICBitmapTransformOptions No documentation. WICBitmapTransformRotate0 WICBitmapTransformRotate0 No documentation. WICBitmapTransformRotate90 WICBitmapTransformRotate90 No documentation. WICBitmapTransformRotate180 WICBitmapTransformRotate180 No documentation. WICBitmapTransformRotate270 WICBitmapTransformRotate270 No documentation. WICBitmapTransformFlipHorizontal WICBitmapTransformFlipHorizontal No documentation. WICBitmapTransformFlipVertical WICBitmapTransformFlipVertical No documentation. WICColorContextType WICColorContextType No documentation. WICColorContextUninitialized WICColorContextUninitialized No documentation. WICColorContextProfile WICColorContextProfile No documentation. WICColorContextExifColorSpace WICColorContextExifColorSpace No documentation. WICComponentEnumerateDefault WICComponentEnumerateDefault No documentation. WICComponentEnumerateRefresh WICComponentEnumerateRefresh No documentation. WICComponentEnumerateDisabled WICComponentEnumerateDisabled No documentation. WICComponentEnumerateUnsigned WICComponentEnumerateUnsigned No documentation. WICComponentEnumerateBuiltInOnly WICComponentEnumerateBuiltInOnly No documentation. WICComponentSigned WICComponentSigned No documentation. WICComponentUnsigned WICComponentUnsigned No documentation. WICComponentSafe WICComponentSafe No documentation. WICComponentDisabled WICComponentDisabled No documentation. WICDecoder WICDecoder No documentation. WICEncoder WICEncoder No documentation. WICPixelFormatConverter WICPixelFormatConverter No documentation. WICMetadataReader WICMetadataReader No documentation. WICMetadataWriter WICMetadataWriter No documentation. WICPixelFormat WICPixelFormat No documentation. WICAllComponents WICAllComponents No documentation. WICDdsAlphaMode WICDdsAlphaMode No documentation. WICDdsAlphaModeUnknown WICDdsAlphaModeUnknown No documentation. WICDdsAlphaModeStraight WICDdsAlphaModeStraight No documentation. WICDdsAlphaModePremultiplied WICDdsAlphaModePremultiplied No documentation. WICDdsAlphaModeOpaque WICDdsAlphaModeOpaque No documentation. WICDdsAlphaModeCustom WICDdsAlphaModeCustom No documentation. WICDdsDimension WICDdsDimension No documentation. WICDdsTexture1D WICDdsTexture1D No documentation. WICDdsTexture2D WICDdsTexture2D No documentation. WICDdsTexture3D WICDdsTexture3D No documentation. WICDdsTextureCube WICDdsTextureCube No documentation. WICDecodeOptions WICDecodeOptions No documentation. WICDecodeMetadataCacheOnDemand WICDecodeMetadataCacheOnDemand No documentation. WICDecodeMetadataCacheOnLoad WICDecodeMetadataCacheOnLoad No documentation. WICGifApplicationExtensionProperties WICGifApplicationExtensionProperties No documentation. WICGifApplicationExtensionApplication WICGifApplicationExtensionApplication No documentation. WICGifApplicationExtensionData WICGifApplicationExtensionData No documentation. WICGifCommentExtensionProperties WICGifCommentExtensionProperties No documentation. WICGifCommentExtensionText WICGifCommentExtensionText No documentation. WICGifGraphicControlExtensionProperties WICGifGraphicControlExtensionProperties No documentation. WICGifGraphicControlExtensionDisposal WICGifGraphicControlExtensionDisposal No documentation. WICGifGraphicControlExtensionUserInputFlag WICGifGraphicControlExtensionUserInputFlag No documentation. WICGifGraphicControlExtensionTransparencyFlag WICGifGraphicControlExtensionTransparencyFlag No documentation. WICGifGraphicControlExtensionDelay WICGifGraphicControlExtensionDelay No documentation. WICGifGraphicControlExtensionTransparentColorIndex WICGifGraphicControlExtensionTransparentColorIndex No documentation. WICGifImageDescriptorProperties WICGifImageDescriptorProperties No documentation. WICGifImageDescriptorLeft WICGifImageDescriptorLeft No documentation. WICGifImageDescriptorTop WICGifImageDescriptorTop No documentation. WICGifImageDescriptorWidth WICGifImageDescriptorWidth No documentation. WICGifImageDescriptorHeight WICGifImageDescriptorHeight No documentation. WICGifImageDescriptorLocalColorTableFlag WICGifImageDescriptorLocalColorTableFlag No documentation. WICGifImageDescriptorInterlaceFlag WICGifImageDescriptorInterlaceFlag No documentation. WICGifImageDescriptorSortFlag WICGifImageDescriptorSortFlag No documentation. WICGifImageDescriptorLocalColorTableSize WICGifImageDescriptorLocalColorTableSize No documentation. WICGifLogicalScreenDescriptorProperties WICGifLogicalScreenDescriptorProperties No documentation. WICGifLogicalScreenSignature WICGifLogicalScreenSignature No documentation. WICGifLogicalScreenDescriptorWidth WICGifLogicalScreenDescriptorWidth No documentation. WICGifLogicalScreenDescriptorHeight WICGifLogicalScreenDescriptorHeight No documentation. WICGifLogicalScreenDescriptorGlobalColorTableFlag WICGifLogicalScreenDescriptorGlobalColorTableFlag No documentation. WICGifLogicalScreenDescriptorColorResolution WICGifLogicalScreenDescriptorColorResolution No documentation. WICGifLogicalScreenDescriptorSortFlag WICGifLogicalScreenDescriptorSortFlag No documentation. WICGifLogicalScreenDescriptorGlobalColorTableSize WICGifLogicalScreenDescriptorGlobalColorTableSize No documentation. WICGifLogicalScreenDescriptorBackgroundColorIndex WICGifLogicalScreenDescriptorBackgroundColorIndex No documentation. WICGifLogicalScreenDescriptorPixelAspectRatio WICGifLogicalScreenDescriptorPixelAspectRatio No documentation. WICHeifHdrProperties WICHeifHdrProperties No documentation. WICHeifHdrMaximumLuminanceLevel WICHeifHdrMaximumLuminanceLevel No documentation. WICHeifHdrMaximumFrameAverageLuminanceLevel WICHeifHdrMaximumFrameAverageLuminanceLevel No documentation. WICHeifHdrMinimumMasteringDisplayLuminanceLevel WICHeifHdrMinimumMasteringDisplayLuminanceLevel No documentation. WICHeifHdrMaximumMasteringDisplayLuminanceLevel WICHeifHdrMaximumMasteringDisplayLuminanceLevel No documentation. WICHeifHdrCustomVideoPrimaries WICHeifHdrCustomVideoPrimaries No documentation. WICHeifProperties WICHeifProperties No documentation. WICHeifOrientation WICHeifOrientation No documentation. WICJpegChrominanceProperties WICJpegChrominanceProperties No documentation. WICJpegChrominanceTable WICJpegChrominanceTable No documentation. WICJpegCommentProperties WICJpegCommentProperties No documentation. WICJpegCommentText WICJpegCommentText No documentation. WICJpegIndexingOptions WICJpegIndexingOptions No documentation. WICJpegIndexingOptionsGenerateOnDemand WICJpegIndexingOptionsGenerateOnDemand No documentation. WICJpegIndexingOptionsGenerateOnLoad WICJpegIndexingOptionsGenerateOnLoad No documentation. WICJpegLuminanceProperties WICJpegLuminanceProperties No documentation. WICJpegLuminanceTable WICJpegLuminanceTable No documentation. WICJpegScanType WICJpegScanType No documentation. WICJpegScanTypeInterleaved WICJpegScanTypeInterleaved No documentation. WICJpegScanTypePlanarComponents WICJpegScanTypePlanarComponents No documentation. WICJpegScanTypeProgressive WICJpegScanTypeProgressive No documentation. WICJpegTransferMatrix WICJpegTransferMatrix No documentation. WICJpegTransferMatrixIdentity WICJpegTransferMatrixIdentity No documentation. WICJpegTransferMatrixBT601 WICJpegTransferMatrixBT601 No documentation. WICJpegYCrCbSubsamplingOption WICJpegYCrCbSubsamplingOption No documentation. WICJpegYCrCbSubsamplingDefault WICJpegYCrCbSubsamplingDefault No documentation. WICJpegYCrCbSubsampling420 WICJpegYCrCbSubsampling420 No documentation. WICJpegYCrCbSubsampling422 WICJpegYCrCbSubsampling422 No documentation. WICJpegYCrCbSubsampling444 WICJpegYCrCbSubsampling444 No documentation. WICJpegYCrCbSubsampling440 WICJpegYCrCbSubsampling440 No documentation. WICNamedWhitePoint WICNamedWhitePoint No documentation. WICWhitePointDefault WICWhitePointDefault No documentation. WICWhitePointDaylight WICWhitePointDaylight No documentation. WICWhitePointCloudy WICWhitePointCloudy No documentation. WICWhitePointShade WICWhitePointShade No documentation. WICWhitePointTungsten WICWhitePointTungsten No documentation. WICWhitePointFluorescent WICWhitePointFluorescent No documentation. WICWhitePointFlash WICWhitePointFlash No documentation. WICWhitePointUnderwater WICWhitePointUnderwater No documentation. WICWhitePointCustom WICWhitePointCustom No documentation. WICWhitePointAutoWhiteBalance WICWhitePointAutoWhiteBalance No documentation. WICWhitePointAsShot WICWhitePointAsShot No documentation. WICPixelFormatNumericRepresentation WICPixelFormatNumericRepresentation No documentation. WICPixelFormatNumericRepresentationUnspecified WICPixelFormatNumericRepresentationUnspecified No documentation. WICPixelFormatNumericRepresentationIndexed WICPixelFormatNumericRepresentationIndexed No documentation. WICPixelFormatNumericRepresentationUnsignedInteger WICPixelFormatNumericRepresentationUnsignedInteger No documentation. WICPixelFormatNumericRepresentationSignedInteger WICPixelFormatNumericRepresentationSignedInteger No documentation. WICPixelFormatNumericRepresentationFixed WICPixelFormatNumericRepresentationFixed No documentation. WICPixelFormatNumericRepresentationFloat WICPixelFormatNumericRepresentationFloat No documentation. WICPlanarOptions WICPlanarOptions No documentation. WICPlanarOptionsDefault WICPlanarOptionsDefault No documentation. WICPlanarOptionsPreserveSubsampling WICPlanarOptionsPreserveSubsampling No documentation. WICPngBkgdProperties WICPngBkgdProperties No documentation. WICPngBkgdBackgroundColor WICPngBkgdBackgroundColor No documentation. WICPngChrmProperties WICPngChrmProperties No documentation. WICPngChrmWhitePointX WICPngChrmWhitePointX No documentation. WICPngChrmWhitePointY WICPngChrmWhitePointY No documentation. WICPngChrmRedX WICPngChrmRedX No documentation. WICPngChrmRedY WICPngChrmRedY No documentation. WICPngChrmGreenX WICPngChrmGreenX No documentation. WICPngChrmGreenY WICPngChrmGreenY No documentation. WICPngChrmBlueX WICPngChrmBlueX No documentation. WICPngChrmBlueY WICPngChrmBlueY No documentation. WICPngFilterOption WICPngFilterOption No documentation. WICPngFilterUnspecified WICPngFilterUnspecified No documentation. WICPngFilterNone WICPngFilterNone No documentation. WICPngFilterSub WICPngFilterSub No documentation. WICPngFilterUp WICPngFilterUp No documentation. WICPngFilterAverage WICPngFilterAverage No documentation. WICPngFilterPaeth WICPngFilterPaeth No documentation. WICPngFilterAdaptive WICPngFilterAdaptive No documentation. WICPngGamaProperties WICPngGamaProperties No documentation. WICPngGamaGamma WICPngGamaGamma No documentation. WICPngHistProperties WICPngHistProperties No documentation. WICPngHistFrequencies WICPngHistFrequencies No documentation. WICPngIccpProperties WICPngIccpProperties No documentation. WICPngIccpProfileName WICPngIccpProfileName No documentation. WICPngIccpProfileData WICPngIccpProfileData No documentation. WICPngItxtProperties WICPngItxtProperties No documentation. WICPngItxtKeyword WICPngItxtKeyword No documentation. WICPngItxtCompressionFlag WICPngItxtCompressionFlag No documentation. WICPngItxtLanguageTag WICPngItxtLanguageTag No documentation. WICPngItxtTranslatedKeyword WICPngItxtTranslatedKeyword No documentation. WICPngItxtText WICPngItxtText No documentation. WICPngSrgbProperties WICPngSrgbProperties No documentation. WICPngSrgbRenderingIntent WICPngSrgbRenderingIntent No documentation. WICPngTimeProperties WICPngTimeProperties No documentation. WICPngTimeYear WICPngTimeYear No documentation. WICPngTimeMonth WICPngTimeMonth No documentation. WICPngTimeDay WICPngTimeDay No documentation. WICPngTimeHour WICPngTimeHour No documentation. WICPngTimeMinute WICPngTimeMinute No documentation. WICPngTimeSecond WICPngTimeSecond No documentation. WICProgressNotification WICProgressNotification No documentation. WICProgressNotificationBegin WICProgressNotificationBegin No documentation. WICProgressNotificationEnd WICProgressNotificationEnd No documentation. WICProgressNotificationFrequent WICProgressNotificationFrequent No documentation. WICProgressNotificationAll WICProgressNotificationAll No documentation. WICProgressOperation WICProgressOperation No documentation. WICProgressOperationCopyPixels WICProgressOperationCopyPixels No documentation. WICProgressOperationWritePixels WICProgressOperationWritePixels No documentation. WICProgressOperationAll WICProgressOperationAll No documentation. WICRawCapabilities WICRawCapabilities No documentation. WICRawCapabilityNotSupported WICRawCapabilityNotSupported No documentation. WICRawCapabilityGetSupported WICRawCapabilityGetSupported No documentation. WICRawCapabilityFullySupported WICRawCapabilityFullySupported No documentation. WICRawParameterSet WICRawParameterSet No documentation. WICAsShotParameterSet WICAsShotParameterSet No documentation. WICUserAdjustedParameterSet WICUserAdjustedParameterSet No documentation. WICAutoAdjustedParameterSet WICAutoAdjustedParameterSet No documentation. WICRawRenderMode WICRawRenderMode No documentation. WICRawRenderModeDraft WICRawRenderModeDraft No documentation. WICRawRenderModeNormal WICRawRenderModeNormal No documentation. WICRawRenderModeBestQuality WICRawRenderModeBestQuality No documentation. WICRawRotationCapabilities WICRawRotationCapabilities No documentation. WICRawRotationCapabilityNotSupported WICRawRotationCapabilityNotSupported No documentation. WICRawRotationCapabilityGetSupported WICRawRotationCapabilityGetSupported No documentation. WICRawRotationCapabilityNinetyDegreesSupported WICRawRotationCapabilityNinetyDegreesSupported No documentation. WICRawRotationCapabilityFullySupported WICRawRotationCapabilityFullySupported No documentation. WICSectionAccessLevel WICSectionAccessLevel No documentation. WICSectionAccessLevelRead WICSectionAccessLevelRead No documentation. WICSectionAccessLevelReadWrite WICSectionAccessLevelReadWrite No documentation. WICTiffCompressionOption WICTiffCompressionOption No documentation. WICTiffCompressionDontCare WICTiffCompressionDontCare No documentation. WICTiffCompressionNone WICTiffCompressionNone No documentation. WICTiffCompressionCCITT3 WICTiffCompressionCCITT3 No documentation. WICTiffCompressionCCITT4 WICTiffCompressionCCITT4 No documentation. WICTiffCompressionLZW WICTiffCompressionLZW No documentation. WICTiffCompressionRLE WICTiffCompressionRLE No documentation. WICTiffCompressionZIP WICTiffCompressionZIP No documentation. WICTiffCompressionLZWHDifferencing WICTiffCompressionLZWHDifferencing No documentation. WICWebpAnimProperties WICWebpAnimProperties No documentation. WICWebpAnimLoopCount WICWebpAnimLoopCount No documentation. WICWebpAnmfProperties WICWebpAnmfProperties No documentation. WICWebpAnmfFrameDuration WICWebpAnmfFrameDuration No documentation. WICBitmapPattern WICBitmapPattern No documentation. Position Position No documentation. Length Length No documentation. Pattern Pattern No documentation. Mask Mask No documentation. EndOfStream EndOfStream No documentation. WICBitmapPlane WICBitmapPlane No documentation. Format Format No documentation. pbBuffer pbBuffer No documentation. cbStride cbStride No documentation. cbBufferSize cbBufferSize No documentation. WICBitmapPlaneDescription WICBitmapPlaneDescription No documentation. Format Format No documentation. Width Width No documentation. Height Height No documentation. WICDdsFormatInfo WICDdsFormatInfo No documentation. DxgiFormat DxgiFormat No documentation. BytesPerBlock BytesPerBlock No documentation. BlockWidth BlockWidth No documentation. BlockHeight BlockHeight No documentation. WICDdsParameters WICDdsParameters No documentation. Width Width No documentation. Height Height No documentation. Depth Depth No documentation. MipLevels MipLevels No documentation. ArraySize ArraySize No documentation. DxgiFormat DxgiFormat No documentation. Dimension Dimension No documentation. AlphaMode AlphaMode No documentation. WICImageParameters WICImageParameters No documentation. PixelFormat PixelFormat No documentation. DpiX DpiX No documentation. DpiY DpiY No documentation. Top Top No documentation. Left Left No documentation. PixelWidth PixelWidth No documentation. PixelHeight PixelHeight No documentation. WICJpegFrameHeader WICJpegFrameHeader No documentation. Width Width No documentation. Height Height No documentation. TransferMatrix TransferMatrix No documentation. ScanType ScanType No documentation. cComponents cComponents No documentation. ComponentIdentifiers ComponentIdentifiers No documentation. SampleFactors SampleFactors No documentation. QuantizationTableIndices QuantizationTableIndices No documentation. WICJpegScanHeader WICJpegScanHeader No documentation. cComponents cComponents No documentation. RestartInterval RestartInterval No documentation. ComponentSelectors ComponentSelectors No documentation. HuffmanTableIndices HuffmanTableIndices No documentation. StartSpectralSelection StartSpectralSelection No documentation. EndSpectralSelection EndSpectralSelection No documentation. SuccessiveApproximationHigh SuccessiveApproximationHigh No documentation. SuccessiveApproximationLow SuccessiveApproximationLow No documentation. WICRawCapabilitiesInfo WICRawCapabilitiesInfo No documentation. cbSize cbSize No documentation. CodecMajorVersion CodecMajorVersion No documentation. CodecMinorVersion CodecMinorVersion No documentation. ExposureCompensationSupport ExposureCompensationSupport No documentation. ContrastSupport ContrastSupport No documentation. RGBWhitePointSupport RGBWhitePointSupport No documentation. NamedWhitePointSupport NamedWhitePointSupport No documentation. NamedWhitePointSupportMask NamedWhitePointSupportMask No documentation. KelvinWhitePointSupport KelvinWhitePointSupport No documentation. GammaSupport GammaSupport No documentation. TintSupport TintSupport No documentation. SaturationSupport SaturationSupport No documentation. SharpnessSupport SharpnessSupport No documentation. NoiseReductionSupport NoiseReductionSupport No documentation. DestinationColorProfileSupport DestinationColorProfileSupport No documentation. ToneCurveSupport ToneCurveSupport No documentation. RotationSupport RotationSupport No documentation. RenderModeSupport RenderModeSupport No documentation. WICRawToneCurve WICRawToneCurve No documentation. cPoints cPoints No documentation. aPoints aPoints No documentation. WICRawToneCurvePoint WICRawToneCurvePoint No documentation. Input Input No documentation. Output Output No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapClipper::Initialize([In, Optional] IWICBitmapSource* pISource,[In] const WICRect* prc) IWICBitmapClipper::Initialize No documentation. GetContainerFormat GetContainerFormat No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::GetContainerFormat([Out] GUID* pguidContainerFormat) IWICBitmapCodecInfo::GetContainerFormat No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::GetPixelFormats([In] UINT cFormats,[Out, Buffer, Optional] GUID* pguidPixelFormats,[Out] UINT* pcActual) IWICBitmapCodecInfo::GetPixelFormats No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::GetColorManagementVersion([In] UINT cchColorManagementVersion,[Out, Buffer, Optional] wchar_t* wzColorManagementVersion,[Out] UINT* pcchActual) IWICBitmapCodecInfo::GetColorManagementVersion No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::GetDeviceManufacturer([In] UINT cchDeviceManufacturer,[Out, Buffer, Optional] wchar_t* wzDeviceManufacturer,[Out] UINT* pcchActual) IWICBitmapCodecInfo::GetDeviceManufacturer No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::GetDeviceModels([In] UINT cchDeviceModels,[Out, Buffer, Optional] wchar_t* wzDeviceModels,[Out] UINT* pcchActual) IWICBitmapCodecInfo::GetDeviceModels No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::GetMimeTypes([In] UINT cchMimeTypes,[Out, Buffer, Optional] wchar_t* wzMimeTypes,[Out] UINT* pcchActual) IWICBitmapCodecInfo::GetMimeTypes No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::GetFileExtensions([In] UINT cchFileExtensions,[Out, Buffer, Optional] wchar_t* wzFileExtensions,[Out] UINT* pcchActual) IWICBitmapCodecInfo::GetFileExtensions No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::DoesSupportAnimation([Out] BOOL* pfSupportAnimation) IWICBitmapCodecInfo::DoesSupportAnimation No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::DoesSupportChromakey([Out] BOOL* pfSupportChromakey) IWICBitmapCodecInfo::DoesSupportChromakey No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::DoesSupportLossless([Out] BOOL* pfSupportLossless) IWICBitmapCodecInfo::DoesSupportLossless No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::DoesSupportMultiframe([Out] BOOL* pfSupportMultiframe) IWICBitmapCodecInfo::DoesSupportMultiframe No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecInfo::MatchesMimeType([In] const wchar_t* wzMimeType,[Out] BOOL* pfMatches) IWICBitmapCodecInfo::MatchesMimeType No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapCodecProgressNotification::RegisterProgressNotification([In, Optional] __function__stdcall* pfnProgressNotification,[In, Optional] void* pvData,[In] DWORD dwProgressFlags) IWICBitmapCodecProgressNotification::RegisterProgressNotification No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoderInfo::GetPatterns([In] UINT cbSizePatterns,[Out, Buffer, Optional] WICBitmapPattern* pPatterns,[Out, Optional] UINT* pcPatterns,[Out] UINT* pcbPatternsActual) IWICBitmapDecoderInfo::GetPatterns No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoderInfo::MatchesPattern([In, Optional] IStream* pIStream,[Out] BOOL* pfMatches) IWICBitmapDecoderInfo::MatchesPattern No documentation. No documentation. No documentation. HRESULT IWICBitmapDecoderInfo::CreateInstance([Out] IWICBitmapDecoder** ppIBitmapDecoder) IWICBitmapDecoderInfo::CreateInstance No documentation. No documentation. No documentation. HRESULT IWICBitmapEncoderInfo::CreateInstance([Out] IWICBitmapEncoder** ppIBitmapEncoder) IWICBitmapEncoderInfo::CreateInstance No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFlipRotator::Initialize([In, Optional] IWICBitmapSource* pISource,[In] WICBitmapTransformOptions options) IWICBitmapFlipRotator::Initialize No documentation. GetMetadataQueryReader GetMetadataQueryReader No documentation. GetThumbnail GetThumbnail No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameDecode::GetMetadataQueryReader([Out] IWICMetadataQueryReader** ppIMetadataQueryReader) IWICBitmapFrameDecode::GetMetadataQueryReader No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameDecode::GetColorContexts([In] UINT cCount,[Out, Buffer, Optional] IWICColorContext** ppIColorContexts,[Out] UINT* pcActualCount) IWICBitmapFrameDecode::GetColorContexts No documentation. No documentation. No documentation. HRESULT IWICBitmapFrameDecode::GetThumbnail([Out] IWICBitmapSource** ppIThumbnail) IWICBitmapFrameDecode::GetThumbnail No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapScaler::Initialize([In, Optional] IWICBitmapSource* pISource,[In] UINT uiWidth,[In] UINT uiHeight,[In] WICBitmapInterpolationMode mode) IWICBitmapScaler::Initialize No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapSourceTransform::CopyPixels([In, Optional] const WICRect* prc,[In] UINT uiWidth,[In] UINT uiHeight,[In, Optional] GUID* pguidDstFormat,[In] WICBitmapTransformOptions dstTransform,[In] UINT nStride,[In] UINT cbBufferSize,[Out, Buffer] unsigned char* pbBuffer) IWICBitmapSourceTransform::CopyPixels No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapSourceTransform::GetClosestSize([InOut] UINT* puiWidth,[InOut] UINT* puiHeight) IWICBitmapSourceTransform::GetClosestSize No documentation. No documentation. No documentation. HRESULT IWICBitmapSourceTransform::GetClosestPixelFormat([InOut] GUID* pguidDstFormat) IWICBitmapSourceTransform::GetClosestPixelFormat No documentation. No documentation. No documentation. No documentation. HRESULT IWICBitmapSourceTransform::DoesSupportTransform([In] WICBitmapTransformOptions dstTransform,[Out] BOOL* pfIsSupported) IWICBitmapSourceTransform::DoesSupportTransform No documentation. GetType GetType No documentation. GetExifColorSpace GetExifColorSpace No documentation. No documentation. No documentation. HRESULT IWICColorContext::InitializeFromFilename([In] const wchar_t* wzFilename) IWICColorContext::InitializeFromFilename No documentation. No documentation. No documentation. No documentation. HRESULT IWICColorContext::InitializeFromMemory([In, Buffer] const unsigned char* pbBuffer,[In] UINT cbBufferSize) IWICColorContext::InitializeFromMemory No documentation. No documentation. No documentation. HRESULT IWICColorContext::InitializeFromExifColorSpace([In] UINT value) IWICColorContext::InitializeFromExifColorSpace No documentation. No documentation. No documentation. HRESULT IWICColorContext::GetType([Out] WICColorContextType* pType) IWICColorContext::GetType No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICColorContext::GetProfileBytes([In] UINT cbBuffer,[Out, Buffer, Optional] unsigned char* pbBuffer,[Out] UINT* pcbActual) IWICColorContext::GetProfileBytes No documentation. No documentation. No documentation. HRESULT IWICColorContext::GetExifColorSpace([Out] UINT* pValue) IWICColorContext::GetExifColorSpace No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICColorTransform::Initialize([In, Optional] IWICBitmapSource* pIBitmapSource,[In, Optional] IWICColorContext* pIContextSource,[In, Optional] IWICColorContext* pIContextDest,[In] const GUID& pixelFmtDest) IWICColorTransform::Initialize No documentation. GetComponentType GetComponentType No documentation. GetCLSID GetCLSID No documentation. GetSigningStatus GetSigningStatus No documentation. GetVendorGUID GetVendorGUID No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetComponentType([Out] WICComponentType* pType) IWICComponentInfo::GetComponentType No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetCLSID([Out] GUID* pclsid) IWICComponentInfo::GetCLSID No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetSigningStatus([Out] DWORD* pStatus) IWICComponentInfo::GetSigningStatus No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetAuthor([In] UINT cchAuthor,[Out, Buffer, Optional] wchar_t* wzAuthor,[Out] UINT* pcchActual) IWICComponentInfo::GetAuthor No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetVendorGUID([Out] GUID* pguidVendor) IWICComponentInfo::GetVendorGUID No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetVersion([In] UINT cchVersion,[Out, Buffer, Optional] wchar_t* wzVersion,[Out] UINT* pcchActual) IWICComponentInfo::GetVersion No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetSpecVersion([In] UINT cchSpecVersion,[Out, Buffer, Optional] wchar_t* wzSpecVersion,[Out] UINT* pcchActual) IWICComponentInfo::GetSpecVersion No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICComponentInfo::GetFriendlyName([In] UINT cchFriendlyName,[Out, Buffer, Optional] wchar_t* wzFriendlyName,[Out] UINT* pcchActual) IWICComponentInfo::GetFriendlyName No documentation. GetParameters GetParameters No documentation. No documentation. No documentation. HRESULT IWICDdsDecoder::GetParameters([Out] WICDdsParameters* pParameters) IWICDdsDecoder::GetParameters No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICDdsDecoder::GetFrame([In] UINT arrayIndex,[In] UINT mipLevel,[In] UINT sliceIndex,[Out] IWICBitmapFrameDecode** ppIBitmapFrame) IWICDdsDecoder::GetFrame No documentation. GetParameters / SetParameters GetParameters No documentation. No documentation. No documentation. HRESULT IWICDdsEncoder::SetParameters([In] WICDdsParameters* pParameters) IWICDdsEncoder::SetParameters No documentation. No documentation. No documentation. HRESULT IWICDdsEncoder::GetParameters([Out] WICDdsParameters* pParameters) IWICDdsEncoder::GetParameters No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICDdsEncoder::CreateNewFrame([Out] IWICBitmapFrameEncode** ppIFrameEncode,[Out] UINT* pArrayIndex,[Out] UINT* pMipLevel,[Out] UINT* pSliceIndex) IWICDdsEncoder::CreateNewFrame No documentation. GetFormatInfo GetFormatInfo No documentation. No documentation. No documentation. No documentation. HRESULT IWICDdsFrameDecode::GetSizeInBlocks([Out] UINT* pWidthInBlocks,[Out] UINT* pHeightInBlocks) IWICDdsFrameDecode::GetSizeInBlocks No documentation. No documentation. No documentation. HRESULT IWICDdsFrameDecode::GetFormatInfo([Out] WICDdsFormatInfo* pFormatInfo) IWICDdsFrameDecode::GetFormatInfo No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICDdsFrameDecode::CopyBlocks([In, Optional] const WICRect* prcBoundsInBlocks,[In] UINT cbStride,[In] UINT cbBufferSize,[Out, Buffer] unsigned char* pbBuffer) IWICDdsFrameDecode::CopyBlocks No documentation. GetCurrentParameterSet GetCurrentParameterSet No documentation. GetExposureCompensation / SetExposureCompensation GetExposureCompensation No documentation. GetNamedWhitePoint / SetNamedWhitePoint GetNamedWhitePoint No documentation. GetWhitePointKelvin / SetWhitePointKelvin GetWhitePointKelvin No documentation. GetContrast / SetContrast GetContrast No documentation. GetGamma / SetGamma GetGamma No documentation. GetSharpness / SetSharpness GetSharpness No documentation. GetSaturation / SetSaturation GetSaturation No documentation. GetTint / SetTint GetTint No documentation. GetNoiseReduction / SetNoiseReduction GetNoiseReduction No documentation. SetDestinationColorContext SetDestinationColorContext No documentation. GetRotation / SetRotation GetRotation No documentation. GetRenderMode / SetRenderMode GetRenderMode No documentation. SetNotificationCallback SetNotificationCallback No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::QueryRawCapabilitiesInfo([In] WICRawCapabilitiesInfo* pInfo) IWICDevelopRaw::QueryRawCapabilitiesInfo No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::LoadParameterSet([In] WICRawParameterSet ParameterSet) IWICDevelopRaw::LoadParameterSet No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetCurrentParameterSet([Out] IPropertyBag2** ppCurrentParameterSet) IWICDevelopRaw::GetCurrentParameterSet No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetExposureCompensation([In] double ev) IWICDevelopRaw::SetExposureCompensation No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetExposureCompensation([Out] double* pEV) IWICDevelopRaw::GetExposureCompensation No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetWhitePointRGB([In] UINT Red,[In] UINT Green,[In] UINT Blue) IWICDevelopRaw::SetWhitePointRGB No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetWhitePointRGB([Out] UINT* pRed,[Out] UINT* pGreen,[Out] UINT* pBlue) IWICDevelopRaw::GetWhitePointRGB No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetNamedWhitePoint([In] WICNamedWhitePoint WhitePoint) IWICDevelopRaw::SetNamedWhitePoint No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetNamedWhitePoint([Out] WICNamedWhitePoint* pWhitePoint) IWICDevelopRaw::GetNamedWhitePoint No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetWhitePointKelvin([In] UINT WhitePointKelvin) IWICDevelopRaw::SetWhitePointKelvin No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetWhitePointKelvin([Out] UINT* pWhitePointKelvin) IWICDevelopRaw::GetWhitePointKelvin No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetKelvinRangeInfo([Out] UINT* pMinKelvinTemp,[Out] UINT* pMaxKelvinTemp,[Out] UINT* pKelvinTempStepValue) IWICDevelopRaw::GetKelvinRangeInfo No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetContrast([In] double Contrast) IWICDevelopRaw::SetContrast No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetContrast([Out] double* pContrast) IWICDevelopRaw::GetContrast No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetGamma([In] double Gamma) IWICDevelopRaw::SetGamma No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetGamma([Out] double* pGamma) IWICDevelopRaw::GetGamma No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetSharpness([In] double Sharpness) IWICDevelopRaw::SetSharpness No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetSharpness([Out] double* pSharpness) IWICDevelopRaw::GetSharpness No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetSaturation([In] double Saturation) IWICDevelopRaw::SetSaturation No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetSaturation([Out] double* pSaturation) IWICDevelopRaw::GetSaturation No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetTint([In] double Tint) IWICDevelopRaw::SetTint No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetTint([Out] double* pTint) IWICDevelopRaw::GetTint No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetNoiseReduction([In] double NoiseReduction) IWICDevelopRaw::SetNoiseReduction No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetNoiseReduction([Out] double* pNoiseReduction) IWICDevelopRaw::GetNoiseReduction No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetDestinationColorContext([In, Optional] IWICColorContext* pColorContext) IWICDevelopRaw::SetDestinationColorContext No documentation. No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetToneCurve([In] UINT cbToneCurveSize,[In, Buffer] const WICRawToneCurve* pToneCurve) IWICDevelopRaw::SetToneCurve No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetToneCurve([In] UINT cbToneCurveBufferSize,[Out, Buffer, Optional] WICRawToneCurve* pToneCurve,[InOut, Optional] UINT* pcbActualToneCurveBufferSize) IWICDevelopRaw::GetToneCurve No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetRotation([In] double Rotation) IWICDevelopRaw::SetRotation No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetRotation([Out] double* pRotation) IWICDevelopRaw::GetRotation No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetRenderMode([In] WICRawRenderMode RenderMode) IWICDevelopRaw::SetRenderMode No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::GetRenderMode([Out] WICRawRenderMode* pRenderMode) IWICDevelopRaw::GetRenderMode No documentation. No documentation. No documentation. HRESULT IWICDevelopRaw::SetNotificationCallback([In, Optional] IWICDevelopRawNotificationCallback* pCallback) IWICDevelopRaw::SetNotificationCallback No documentation. No documentation. No documentation. HRESULT IWICDevelopRawNotificationCallback::Notify([In] UINT NotificationMask) IWICDevelopRawNotificationCallback::Notify No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICEnumMetadataItem::Next([In] ULONG celt,[Out, Buffer, Optional] PROPVARIANT* rgeltSchema,[Out, Buffer] PROPVARIANT* rgeltId,[Out, Buffer] PROPVARIANT* rgeltValue,[Out] ULONG* pceltFetched) IWICEnumMetadataItem::Next No documentation. No documentation. No documentation. HRESULT IWICEnumMetadataItem::Skip([In] ULONG celt) IWICEnumMetadataItem::Skip No documentation. No documentation. HRESULT IWICEnumMetadataItem::Reset() IWICEnumMetadataItem::Reset No documentation. No documentation. No documentation. HRESULT IWICEnumMetadataItem::Clone([Out] IWICEnumMetadataItem** ppIEnumMetadataItem) IWICEnumMetadataItem::Clone No documentation. GetMetadataQueryWriter GetMetadataQueryWriter No documentation. No documentation. HRESULT IWICFastMetadataEncoder::Commit() IWICFastMetadataEncoder::Commit No documentation. No documentation. No documentation. HRESULT IWICFastMetadataEncoder::GetMetadataQueryWriter([Out] IWICMetadataQueryWriter** ppIMetadataQueryWriter) IWICFastMetadataEncoder::GetMetadataQueryWriter No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICFormatConverter::Initialize([In, Optional] IWICBitmapSource* pISource,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate) IWICFormatConverter::Initialize No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICFormatConverter::CanConvert([In] const GUID& srcPixelFormat,[In] const GUID& dstPixelFormat,[Out] BOOL* pfCanConvert) IWICFormatConverter::CanConvert No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICFormatConverterInfo::GetPixelFormats([In] UINT cFormats,[Out, Buffer, Optional] GUID* pPixelFormatGUIDs,[Out] UINT* pcActual) IWICFormatConverterInfo::GetPixelFormats No documentation. No documentation. No documentation. HRESULT IWICFormatConverterInfo::CreateInstance([Out] IWICFormatConverter** ppIConverter) IWICFormatConverterInfo::CreateInstance No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImageEncoder::WriteFrame([In] ID2D1Image* pImage,[In] IWICBitmapFrameEncode* pFrameEncode,[In] const WICImageParameters* pImageParameters) IWICImageEncoder::WriteFrame No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImageEncoder::WriteFrameThumbnail([In] ID2D1Image* pImage,[In] IWICBitmapFrameEncode* pFrameEncode,[In] const WICImageParameters* pImageParameters) IWICImageEncoder::WriteFrameThumbnail No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICImageEncoder::WriteThumbnail([In] ID2D1Image* pImage,[In] IWICBitmapEncoder* pEncoder,[In] const WICImageParameters* pImageParameters) IWICImageEncoder::WriteThumbnail No documentation. GetFrameHeader GetFrameHeader No documentation. No documentation. No documentation. HRESULT IWICJpegFrameDecode::DoesSupportIndexing([Out] BOOL* pfIndexingSupported) IWICJpegFrameDecode::DoesSupportIndexing No documentation. No documentation. No documentation. No documentation. HRESULT IWICJpegFrameDecode::SetIndexing([In] WICJpegIndexingOptions options,[In] UINT horizontalIntervalSize) IWICJpegFrameDecode::SetIndexing No documentation. No documentation. HRESULT IWICJpegFrameDecode::ClearIndexing() IWICJpegFrameDecode::ClearIndexing No documentation. No documentation. No documentation. HRESULT IWICJpegFrameDecode::GetFrameHeader([Out] WICJpegFrameHeader* pFrameHeader) IWICJpegFrameDecode::GetFrameHeader No documentation. No documentation. No documentation. No documentation. HRESULT IWICJpegFrameDecode::GetScanHeader([In] UINT scanIndex,[Out] WICJpegScanHeader* pScanHeader) IWICJpegFrameDecode::GetScanHeader No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICJpegFrameDecode::CopyScan([In] UINT scanIndex,[In] UINT scanOffset,[In] UINT cbScanData,[Out, Buffer] unsigned char* pbScanData,[Out] UINT* pcbScanDataActual) IWICJpegFrameDecode::CopyScan No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICJpegFrameDecode::CopyMinimalStream([In] UINT streamOffset,[In] UINT cbStreamData,[Out, Buffer] unsigned char* pbStreamData,[Out] UINT* pcbStreamDataActual) IWICJpegFrameDecode::CopyMinimalStream No documentation. No documentation. No documentation. No documentation. HRESULT IWICJpegFrameEncode::WriteScan([In] UINT cbScanData,[In, Buffer] const unsigned char* pbScanData) IWICJpegFrameEncode::WriteScan No documentation. GetContainerFormat GetContainerFormat No documentation. GetEnumerator GetEnumerator No documentation. No documentation. No documentation. HRESULT IWICMetadataQueryReader::GetContainerFormat([Out] GUID* pguidContainerFormat) IWICMetadataQueryReader::GetContainerFormat No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICMetadataQueryReader::GetLocation([In] UINT cchMaxLength,[Out, Buffer, Optional] wchar_t* wzNamespace,[Out] UINT* pcchActualLength) IWICMetadataQueryReader::GetLocation No documentation. No documentation. No documentation. HRESULT IWICMetadataQueryReader::GetMetadataByName([In] const wchar_t* wzName,[Out] PROPVARIANT* pvarValue) IWICMetadataQueryReader::GetMetadataByName No documentation. No documentation. No documentation. HRESULT IWICMetadataQueryReader::GetEnumerator([Out] IEnumString** ppIEnumString) IWICMetadataQueryReader::GetEnumerator No documentation. No documentation. No documentation. No documentation. HRESULT IWICMetadataQueryWriter::SetMetadataByName([In] const wchar_t* wzName,[In] const PROPVARIANT* pvarValue) IWICMetadataQueryWriter::SetMetadataByName No documentation. No documentation. No documentation. HRESULT IWICMetadataQueryWriter::RemoveMetadataByName([In] const wchar_t* wzName) IWICMetadataQueryWriter::RemoveMetadataByName No documentation. GetFormatGUID GetFormatGUID No documentation. GetColorContext GetColorContext No documentation. GetBitsPerPixel GetBitsPerPixel No documentation. GetChannelCount GetChannelCount No documentation. No documentation. No documentation. HRESULT IWICPixelFormatInfo::GetFormatGUID([Out] GUID* pFormat) IWICPixelFormatInfo::GetFormatGUID No documentation. No documentation. No documentation. HRESULT IWICPixelFormatInfo::GetColorContext([Out] IWICColorContext** ppIColorContext) IWICPixelFormatInfo::GetColorContext No documentation. No documentation. No documentation. HRESULT IWICPixelFormatInfo::GetBitsPerPixel([Out] UINT* puiBitsPerPixel) IWICPixelFormatInfo::GetBitsPerPixel No documentation. No documentation. No documentation. HRESULT IWICPixelFormatInfo::GetChannelCount([Out] UINT* puiChannelCount) IWICPixelFormatInfo::GetChannelCount No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPixelFormatInfo::GetChannelMask([In] UINT uiChannelIndex,[In] UINT cbMaskBuffer,[Out, Buffer, Optional] unsigned char* pbMaskBuffer,[Out] UINT* pcbActual) IWICPixelFormatInfo::GetChannelMask No documentation. GetNumericRepresentation GetNumericRepresentation No documentation. No documentation. No documentation. HRESULT IWICPixelFormatInfo2::SupportsTransparency([Out] BOOL* pfSupportsTransparency) IWICPixelFormatInfo2::SupportsTransparency No documentation. No documentation. No documentation. HRESULT IWICPixelFormatInfo2::GetNumericRepresentation([Out] WICPixelFormatNumericRepresentation* pNumericRepresentation) IWICPixelFormatInfo2::GetNumericRepresentation No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarBitmapFrameEncode::WritePixels([In] UINT lineCount,[In, Buffer] WICBitmapPlane* pPlanes,[In] UINT cPlanes) IWICPlanarBitmapFrameEncode::WritePixels No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarBitmapFrameEncode::WriteSource([In, Buffer] IWICBitmapSource** ppPlanes,[In] UINT cPlanes,[In, Optional] WICRect* prcSource) IWICPlanarBitmapFrameEncode::WriteSource No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarBitmapFrameEncode::WriteSource([In, Buffer] IWICBitmapSource** ppPlanes,[In] UINT cPlanes,[In, Optional] WICRect* prcSource) IWICPlanarBitmapFrameEncode::WriteSource No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarBitmapFrameEncode::WriteSource([In, Buffer] IWICBitmapSource** ppPlanes,[In] UINT cPlanes,[In, Optional] WICRect* prcSource) IWICPlanarBitmapFrameEncode::WriteSource No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarBitmapSourceTransform::DoesSupportTransform([InOut] UINT* puiWidth,[InOut] UINT* puiHeight,[In] WICBitmapTransformOptions dstTransform,[In] WICPlanarOptions dstPlanarOptions,[In, Buffer] const GUID* pguidDstFormats,[Out, Buffer] WICBitmapPlaneDescription* pPlaneDescriptions,[In] UINT cPlanes,[Out] BOOL* pfIsSupported) IWICPlanarBitmapSourceTransform::DoesSupportTransform No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarBitmapSourceTransform::CopyPixels([In, Optional] const WICRect* prcSource,[In] UINT uiWidth,[In] UINT uiHeight,[In] WICBitmapTransformOptions dstTransform,[In] WICPlanarOptions dstPlanarOptions,[In, Buffer] const WICBitmapPlane* pDstPlanes,[In] UINT cPlanes) IWICPlanarBitmapSourceTransform::CopyPixels No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarFormatConverter::Initialize([In, Buffer] IWICBitmapSource** ppPlanes,[In] UINT cPlanes,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate) IWICPlanarFormatConverter::Initialize No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarFormatConverter::CanConvert([In, Buffer] const GUID* pSrcPixelFormats,[In] UINT cSrcPlanes,[In] const GUID& dstPixelFormat,[Out] BOOL* pfCanConvert) IWICPlanarFormatConverter::CanConvert No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarFormatConverter::Initialize([In, Buffer] IWICBitmapSource** ppPlanes,[In] UINT cPlanes,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate) IWICPlanarFormatConverter::Initialize No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICPlanarFormatConverter::Initialize([In, Buffer] IWICBitmapSource** ppPlanes,[In] UINT cPlanes,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate) IWICPlanarFormatConverter::Initialize No documentation. No documentation. No documentation. No documentation. No documentation. HRESULT IWICProgressCallback::Notify([In] ULONG uFrameNum,[In] WICProgressOperation operation,[In] double dblProgress) IWICProgressCallback::Notify No documentation. GetLevelCount GetLevelCount No documentation. GetCurrentLevel / SetCurrentLevel GetCurrentLevel No documentation. No documentation. No documentation. HRESULT IWICProgressiveLevelControl::GetLevelCount([Out] UINT* pcLevels) IWICProgressiveLevelControl::GetLevelCount No documentation. No documentation. No documentation. HRESULT IWICProgressiveLevelControl::GetCurrentLevel([Out] UINT* pnLevel) IWICProgressiveLevelControl::GetCurrentLevel No documentation. No documentation. No documentation. HRESULT IWICProgressiveLevelControl::SetCurrentLevel([In] UINT nLevel) IWICProgressiveLevelControl::SetCurrentLevel Functions Constant Png CLSID_WICPngDecoder Constant Bmp CLSID_WICBmpDecoder Constant Ico CLSID_WICIcoDecoder Constant Jpeg CLSID_WICJpegDecoder Constant Gif CLSID_WICGifDecoder Constant Tiff CLSID_WICTiffDecoder Constant Wmp CLSID_WICWmpDecoder Constant Dds CLSID_WICDdsDecoder Constant Adng CLSID_WICAdngDecoder Constant Heif CLSID_WICHeifDecoder Constant Webp CLSID_WICWebpDecoder Constant Raw CLSID_WICRAWDecoder Functions Constant Bmp CLSID_WICBmpEncoder Constant Png CLSID_WICPngEncoder Constant Jpeg CLSID_WICJpegEncoder Constant Gif CLSID_WICGifEncoder Constant Tiff CLSID_WICTiffEncoder Constant Wmp CLSID_WICWmpEncoder Constant Dds CLSID_WICDdsEncoder Constant JpegQualcommPhone CLSID_WICJpegQualcommPhoneEncoder Constant Heif CLSID_WICHeifEncoder Functions Constant Bmp GUID_ContainerFormatBmp Constant Png GUID_ContainerFormatPng Constant Ico GUID_ContainerFormatIco Constant Jpeg GUID_ContainerFormatJpeg Constant Tiff GUID_ContainerFormatTiff Constant Gif GUID_ContainerFormatGif Constant Wmp GUID_ContainerFormatWmp Constant Dds GUID_ContainerFormatDds Constant Adng GUID_ContainerFormatAdng Constant Heif GUID_ContainerFormatHeif Constant Webp GUID_ContainerFormatWebp Constant Raw GUID_ContainerFormatRaw Functions Constant FormatDontCare GUID_WICPixelFormatDontCare Constant Format1bppIndexed GUID_WICPixelFormat1bppIndexed Constant Format2bppIndexed GUID_WICPixelFormat2bppIndexed Constant Format4bppIndexed GUID_WICPixelFormat4bppIndexed Constant Format8bppIndexed GUID_WICPixelFormat8bppIndexed Constant FormatBlackWhite GUID_WICPixelFormatBlackWhite Constant Format2bppGray GUID_WICPixelFormat2bppGray Constant Format4bppGray GUID_WICPixelFormat4bppGray Constant Format8bppGray GUID_WICPixelFormat8bppGray Constant Format8bppAlpha GUID_WICPixelFormat8bppAlpha Constant Format16bppBGR555 GUID_WICPixelFormat16bppBGR555 Constant Format16bppBGR565 GUID_WICPixelFormat16bppBGR565 Constant Format16bppBGRA5551 GUID_WICPixelFormat16bppBGRA5551 Constant Format16bppGray GUID_WICPixelFormat16bppGray Constant Format24bppBGR GUID_WICPixelFormat24bppBGR Constant Format24bppRGB GUID_WICPixelFormat24bppRGB Constant Format32bppBGR GUID_WICPixelFormat32bppBGR Constant Format32bppBGRA GUID_WICPixelFormat32bppBGRA Constant Format32bppPBGRA GUID_WICPixelFormat32bppPBGRA Constant Format32bppGrayFloat GUID_WICPixelFormat32bppGrayFloat Constant Format32bppRGB GUID_WICPixelFormat32bppRGB Constant Format32bppRGBA GUID_WICPixelFormat32bppRGBA Constant Format32bppPRGBA GUID_WICPixelFormat32bppPRGBA Constant Format48bppRGB GUID_WICPixelFormat48bppRGB Constant Format48bppBGR GUID_WICPixelFormat48bppBGR Constant Format64bppRGB GUID_WICPixelFormat64bppRGB Constant Format64bppRGBA GUID_WICPixelFormat64bppRGBA Constant Format64bppBGRA GUID_WICPixelFormat64bppBGRA Constant Format64bppPRGBA GUID_WICPixelFormat64bppPRGBA Constant Format64bppPBGRA GUID_WICPixelFormat64bppPBGRA Constant Format16bppGrayFixedPoint GUID_WICPixelFormat16bppGrayFixedPoint Constant Format32bppBGR101010 GUID_WICPixelFormat32bppBGR101010 Constant Format48bppRGBFixedPoint GUID_WICPixelFormat48bppRGBFixedPoint Constant Format48bppBGRFixedPoint GUID_WICPixelFormat48bppBGRFixedPoint Constant Format96bppRGBFixedPoint GUID_WICPixelFormat96bppRGBFixedPoint Constant Format96bppRGBFloat GUID_WICPixelFormat96bppRGBFloat Constant Format128bppRGBAFloat GUID_WICPixelFormat128bppRGBAFloat Constant Format128bppPRGBAFloat GUID_WICPixelFormat128bppPRGBAFloat Constant Format128bppRGBFloat GUID_WICPixelFormat128bppRGBFloat Constant Format32bppCMYK GUID_WICPixelFormat32bppCMYK Constant Format64bppRGBAFixedPoint GUID_WICPixelFormat64bppRGBAFixedPoint Constant Format64bppBGRAFixedPoint GUID_WICPixelFormat64bppBGRAFixedPoint Constant Format64bppRGBFixedPoint GUID_WICPixelFormat64bppRGBFixedPoint Constant Format128bppRGBAFixedPoint GUID_WICPixelFormat128bppRGBAFixedPoint Constant Format128bppRGBFixedPoint GUID_WICPixelFormat128bppRGBFixedPoint Constant Format64bppRGBAHalf GUID_WICPixelFormat64bppRGBAHalf Constant Format64bppPRGBAHalf GUID_WICPixelFormat64bppPRGBAHalf Constant Format64bppRGBHalf GUID_WICPixelFormat64bppRGBHalf Constant Format48bppRGBHalf GUID_WICPixelFormat48bppRGBHalf Constant Format32bppRGBE GUID_WICPixelFormat32bppRGBE Constant Format16bppGrayHalf GUID_WICPixelFormat16bppGrayHalf Constant Format32bppGrayFixedPoint GUID_WICPixelFormat32bppGrayFixedPoint Constant Format32bppRGBA1010102 GUID_WICPixelFormat32bppRGBA1010102 Constant Format32bppRGBA1010102XR GUID_WICPixelFormat32bppRGBA1010102XR Constant Format32bppR10G10B10A2 GUID_WICPixelFormat32bppR10G10B10A2 Constant Format32bppR10G10B10A2HDR10 GUID_WICPixelFormat32bppR10G10B10A2HDR10 Constant Format64bppCMYK GUID_WICPixelFormat64bppCMYK Constant Format24bpp3Channels GUID_WICPixelFormat24bpp3Channels Constant Format32bpp4Channels GUID_WICPixelFormat32bpp4Channels Constant Format40bpp5Channels GUID_WICPixelFormat40bpp5Channels Constant Format48bpp6Channels GUID_WICPixelFormat48bpp6Channels Constant Format56bpp7Channels GUID_WICPixelFormat56bpp7Channels Constant Format64bpp8Channels GUID_WICPixelFormat64bpp8Channels Constant Format48bpp3Channels GUID_WICPixelFormat48bpp3Channels Constant Format64bpp4Channels GUID_WICPixelFormat64bpp4Channels Constant Format80bpp5Channels GUID_WICPixelFormat80bpp5Channels Constant Format96bpp6Channels GUID_WICPixelFormat96bpp6Channels Constant Format112bpp7Channels GUID_WICPixelFormat112bpp7Channels Constant Format128bpp8Channels GUID_WICPixelFormat128bpp8Channels Constant Format40bppCMYKAlpha GUID_WICPixelFormat40bppCMYKAlpha Constant Format80bppCMYKAlpha GUID_WICPixelFormat80bppCMYKAlpha Constant Format32bpp3ChannelsAlpha GUID_WICPixelFormat32bpp3ChannelsAlpha Constant Format40bpp4ChannelsAlpha GUID_WICPixelFormat40bpp4ChannelsAlpha Constant Format48bpp5ChannelsAlpha GUID_WICPixelFormat48bpp5ChannelsAlpha Constant Format56bpp6ChannelsAlpha GUID_WICPixelFormat56bpp6ChannelsAlpha Constant Format64bpp7ChannelsAlpha GUID_WICPixelFormat64bpp7ChannelsAlpha Constant Format72bpp8ChannelsAlpha GUID_WICPixelFormat72bpp8ChannelsAlpha Constant Format64bpp3ChannelsAlpha GUID_WICPixelFormat64bpp3ChannelsAlpha Constant Format80bpp4ChannelsAlpha GUID_WICPixelFormat80bpp4ChannelsAlpha Constant Format96bpp5ChannelsAlpha GUID_WICPixelFormat96bpp5ChannelsAlpha Constant Format112bpp6ChannelsAlpha GUID_WICPixelFormat112bpp6ChannelsAlpha Constant Format128bpp7ChannelsAlpha GUID_WICPixelFormat128bpp7ChannelsAlpha Constant Format144bpp8ChannelsAlpha GUID_WICPixelFormat144bpp8ChannelsAlpha Constant Format8bppY GUID_WICPixelFormat8bppY Constant Format8bppCb GUID_WICPixelFormat8bppCb Constant Format8bppCr GUID_WICPixelFormat8bppCr Constant Format16bppCbCr GUID_WICPixelFormat16bppCbCr Constant Format16bppYQuantizedDctCoefficients GUID_WICPixelFormat16bppYQuantizedDctCoefficients Constant Format16bppCbQuantizedDctCoefficients GUID_WICPixelFormat16bppCbQuantizedDctCoefficients Constant Format16bppCrQuantizedDctCoefficients GUID_WICPixelFormat16bppCrQuantizedDctCoefficients Functions Constant Base WINCODEC_ERR_BASE Constant GenericError WINCODEC_ERR_GENERIC_ERROR Constant InvalidParameter WINCODEC_ERR_INVALIDPARAMETER Constant OutOfMemory WINCODEC_ERR_OUTOFMEMORY Constant NotImplemented WINCODEC_ERR_NOTIMPLEMENTED Constant Aborted WINCODEC_ERR_ABORTED Constant AccessDenied WINCODEC_ERR_ACCESSDENIED Constant ValueOverflow WINCODEC_ERR_VALUEOVERFLOW Constant WrongState WINCODEC_ERR_WRONGSTATE Constant ValueOutOfRange WINCODEC_ERR_VALUEOUTOFRANGE Constant UnknownImageFormat WINCODEC_ERR_UNKNOWNIMAGEFORMAT Constant UnsupportedVersion WINCODEC_ERR_UNSUPPORTEDVERSION Constant Notinitialized WINCODEC_ERR_NOTINITIALIZED Constant Alreadylocked WINCODEC_ERR_ALREADYLOCKED Constant Propertynotfound WINCODEC_ERR_PROPERTYNOTFOUND Constant Propertynotsupported WINCODEC_ERR_PROPERTYNOTSUPPORTED Constant Propertysize WINCODEC_ERR_PROPERTYSIZE Constant Codecpresent WINCODEC_ERR_CODECPRESENT Constant Codecnothumbnail WINCODEC_ERR_CODECNOTHUMBNAIL Constant Paletteunavailable WINCODEC_ERR_PALETTEUNAVAILABLE Constant Codectoomanyscanlines WINCODEC_ERR_CODECTOOMANYSCANLINES Constant Internalerror WINCODEC_ERR_INTERNALERROR Constant Sourcerectdoesnotmatchdimensions WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS Constant Componentnotfound WINCODEC_ERR_COMPONENTNOTFOUND Constant Imagesizeoutofrange WINCODEC_ERR_IMAGESIZEOUTOFRANGE Constant Toomuchmetadata WINCODEC_ERR_TOOMUCHMETADATA Constant Badimage WINCODEC_ERR_BADIMAGE Constant Badheader WINCODEC_ERR_BADHEADER Constant Framemissing WINCODEC_ERR_FRAMEMISSING Constant Badmetadataheader WINCODEC_ERR_BADMETADATAHEADER Constant Badstreamdata WINCODEC_ERR_BADSTREAMDATA Constant Streamwrite WINCODEC_ERR_STREAMWRITE Constant Streamread WINCODEC_ERR_STREAMREAD Constant Streamnotavailable WINCODEC_ERR_STREAMNOTAVAILABLE Constant Unsupportedpixelformat WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT Constant Unsupportedoperation WINCODEC_ERR_UNSUPPORTEDOPERATION Constant InverseAlidregistration WINCODEC_ERR_INVALIDREGISTRATION Constant Componentinitializefailure WINCODEC_ERR_COMPONENTINITIALIZEFAILURE Constant Insufficientbuffer WINCODEC_ERR_INSUFFICIENTBUFFER Constant Duplicatemetadatapresent WINCODEC_ERR_DUPLICATEMETADATAPRESENT Constant Propertyunexpectedtype WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE Constant Unexpectedsize WINCODEC_ERR_UNEXPECTEDSIZE Constant InverseAlidqueryrequest WINCODEC_ERR_INVALIDQUERYREQUEST Constant Unexpectedmetadatatype WINCODEC_ERR_UNEXPECTEDMETADATATYPE Constant Requestonlyvalidatmetadataroot WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT Constant InverseAlidquerycharacter WINCODEC_ERR_INVALIDQUERYCHARACTER Constant Win32error WINCODEC_ERR_WIN32ERROR Constant InverseAlidprogressivelevel WINCODEC_ERR_INVALIDPROGRESSIVELEVEL Constant InverseAlidjpegscanindex WINCODEC_ERR_INVALIDJPEGSCANINDEX