[]
ID2D1PrintControl
[Guid("2c1d867d-c290-41c8-ae7e-34a98702e9a5")]
public class PrintControl : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
PrintControl(IntPtr) | Initializes a new instance of the PrintControl class. |
Name | Description |
---|---|
AddPage(CommandList, Size2F) | Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem. |
AddPage(CommandList, Size2F, ComStream) | Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem. |
AddPage(CommandList, Size2F, ComStream, out long, out long) | Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem. |
Close() | HRESULT ID2D1PrintControl::Close() |
Create(Device, ImagingFactory, IntPtr) | Initializes a new instance of the PrintControl class. |
Create(Device, ImagingFactory, IntPtr, PrintControlProperties) | Initializes a new instance of the PrintControl class. |
Name | Description |
---|---|
explicit operator PrintControl(IntPtr) | Performs an explicit conversion from IntPtr to PrintControl. |