ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / RenderingParams Class / Create Method / Create(Factory,IntPtr) Method
A reference to a DirectWrite factory Factory
A handle for the specified monitor.

In This Topic
    Create(Factory,IntPtr) Method
    In This Topic
    Creates a rendering parameters object with default settings for the specified monitor. In most cases, this is the preferred way to create a rendering parameters object.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As Factory, _
       ByVal monitorHandle As System.IntPtr _
    ) As RenderingParams
    public static RenderingParams Create( 
       Factory factory,
       System.IntPtr monitorHandle
    )

    Parameters

    factory
    A reference to a DirectWrite factory Factory
    monitorHandle
    A handle for the specified monitor.
    See Also