C1.Win.C1DX.4.8 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
 

Parameters

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