Name | Description | |
---|---|---|
![]() | Aliased | Gets or sets a value indicating whether the graphic objects are drawn without antialiasing. |
![]() | Bitmap | Gets the target bitmap. |
![]() | ClipRect | Gets or sets a rectangle, in pixels, to which all subsequent drawing operations are clipped. |
![]() | ClipRegion | Gets or sets a region to which the subsequient drawing operations are clipped. |
![]() | ForceAntialiasingForText | Gets or sets a value specifying whether a GrapeCity.Documents.Text.TextLayout is always drawn with antialiasing regardless the value of the Aliased property. |
![]() | InterpolationMode | Gets or sets the sampling mode to use when drawing bitmaps with resizing. |
![]() | Multithreaded | Gets or sets a value indicating whether the rendering engine uses multiple threads to boost performance. |
![]() | SlowAntialiasing | Gets or sets a value indicating whether the antialiasing algorithm should produce better quality with lower speed. |
![]() | Transform | Gets or sets the world transformation matrix. |
![]() | TransformInverse | Gets or sets the inverted world transformation matrix. Used for filling regions with gradient brushes.
TransformInverse is automatically updated when the Transform property is changed. |