ComponentOne Bitmap for WPF
Create(Factory,IntPtr) Method

C1.WPF.DX.4 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.
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

Reference

RenderingParams Class
RenderingParams Members
Overload List