ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / PrintControl Class / Create Method / Create(Device,ImagingFactory,IntPtr) Method

In This Topic
    Create(Device,ImagingFactory,IntPtr) Method
    In This Topic
    Initializes a new instance of the PrintControl class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal device As Device, _
       ByVal wicFactory As ImagingFactory, _
       ByVal documentTargetPtr As IntPtr _
    ) As PrintControl
    public static PrintControl Create( 
       Device device,
       ImagingFactory wicFactory,
       IntPtr documentTargetPtr
    )

    Parameters

    device
    wicFactory
    documentTargetPtr
    See Also