[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.RenderTarget.CreateCompatibleRenderTarget

CreateCompatibleRenderTarget Method

CreateCompatibleRenderTarget(Size2F?, Size2L?, PixelFormat?, CompatibleRenderTargetOptions)

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, Fast] ID2D1BitmapRenderTarget** bitmapRenderTarget)

Declaration
public BitmapRenderTarget CreateCompatibleRenderTarget(Size2F? desiredSize, Size2L? desiredPixelSize, PixelFormat? desiredFormat, CompatibleRenderTargetOptions options)
Parameters
Type Name Description
Size2F? desiredSize
Size2L? desiredPixelSize
PixelFormat? desiredFormat
CompatibleRenderTargetOptions options
Returns
Type Description
BitmapRenderTarget