PixelSizeAdjustments Class
A class for specifying parameters to adjust rendering for a certain display DPI.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public class PixelSizeAdjustments : EngineObjectInheritance Hierarchy
System.Object
EngineObject
PixelSizeAdjustments
Platforms
Windows, Linux, Android
PixelSizeAdjustments Members
The PixelSizeAdjustments type has the following members.
Constructors
| Name | Description |
|---|---|
| PixelSizeAdjustments | Initializes a new instance of the PixelSizeAdjustments class. |
Properties
| Name | Description |
|---|---|
| EffectScaleFactor | Gets or sets a scale factor applied when rendering effects. |
| IsDisposed | Gets a value that tells whether the current PixelSizeAdjustments has been disposed. Inherited from EngineObject |
| LineScaleFactor | Gets or sets a scale factor applied when rendering lines. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current PixelSizeAdjustments represents. Inherited from EngineObject |
| PolygonScaleFactor | Gets or sets a scale factor applied when rendering polygons. |
| ResolutionScaleFactor | Gets or sets a scale factor for raster resolutions. |
| SymbolScaleFactor | Gets or sets a scale factor applied when rendering symbols. |
| TextScaleFactor | Gets or sets a scale factor applied when rendering texts. |
| TileSizeScaleFactor | Gets or sets a scale factor applied when determining the size of tiles in a TileLayer. |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
| Overloaded. Factory method to initialize a new PixelSizeAdjustments instance to match the current display DPI. |