Click or drag to resize

RenderSettings Class

Class for storing settings of 2D renderer.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementRenderSettings

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class RenderSettings

The RenderSettings type exposes the following members.

Constructors
 NameDescription
Public methodRenderSettingsInitializes a new instance of the RenderSettings class
Top
Properties
 NameDescription
Public propertyDisplayJumps Displays jumps if true.
Public propertyFlippedAxes Flipped axes.
Public propertyGetBoundingBox Delegate for calculating the bounding box. In case of null, box will be calculated with rendered layers.
Public propertyIsAlternate 
Public propertyIsEditMode Optimized for edit mode. Eg ignores filling.
Public propertyIterationLevel 
Public propertyLayerFilter Renders only layers from this list. Null for all layers.
Public propertyMarkingMode Defines if the outline and or the filling is rendered.
Public propertyModelMatrix Model matrix of the job element.
Public propertyOffsetMap Dictionary used for offseting commands.
Public propertyOpacity Opacity for the rendered object. Expected range from 0 to 1.
Public propertyPenSet The pen set.
Public propertyPixelScale µm to Pixel factor.
Public propertyProjection Projection axis. Default is Z.
Public propertyRotation Rotation of the job element. Model matrix will be used as fall-back, in case of null.
Public propertyScale Scale of the job element. Model matrix will be used as fall-back, in case of null.
Public propertySharpCornerThreshold Used to display corners with a smaller angle than the threshold.
Public propertyStrokeThickness Multiplier for the thickness of strokes.
Top
See Also