[]
Graphics object used Direct2D and DirectWrite to perform drawing.
public class C1DXGraphics : C1Graphics, IDisposable, IC1DXTextLayoutOwner
Public Class C1DXGraphics
Inherits C1Graphics
Implements IDisposable, IC1DXTextLayoutOwner
| Name | Description |
|---|---|
| C1DXGraphics() | Initializes a new instance of the C1DXGraphics class. Instance of the class performs all drawing to the internal image object. Call BeginGetImage/EndGetImage() methods to start/finish drawing. |
| C1DXGraphics(DeviceContext, Device) | For internal use. Initializes a new instance of the C1DXGraphics class. |
| C1DXGraphics(DeviceContext, Device, Factory1, ImagingFactory2, Factory) | For internal use. Initializes a new instance of the C1DXGraphics class. |
| Name | Description |
|---|---|
| IsWindows8_0OrHigher | For internal use. Indicates whether current system is Windows 8.0 or higher. |
| IsWindows8_1OrHigher | For internal use. Indicates whether current system is Windows 8.1 or higher. |
| Name | Description |
|---|---|
| Context | Gets the C1.Util.DX.Direct2D.DeviceContext object. |
| DWFactory | Gets the C1.Util.DX.DirectWrite.Factory object. |
| Device | Gets the C1.Util.DX.Direct2D.Device. |
| DpiX | Gets the horizontal resolution of the context. |
| DpiY | Gets the vertical resolution of the context. |
| Factory | Gets the C1.Util.DX.Direct2D.Factory1 object. |
| FillColor | Used for drawing SSRS pages under Windows 7. |
| GdiCompatibleContext | Indicates if DeviceContext is based on opaque GdiCompatible bitmap. |
| ImagingFactory | Gets the C1.Util.DX.WIC.ImagingFactory2 object. |
| PrintImagesScaleFactor | For internal use. See C1.Document.C1PrintOptions.ImagesScaleFactor. |
| SolidBrush | Gets the C1.Util.DX.Direct2D.SolidColorBrush object. |
| SolidPen | Gets the C1.Util.DX.Direct2D.StrokeStyle object. |
| Transform | Gets or sets transformation matrix. |