Click or drag to resize

SpiralFillingProfile Class

Describes the configuration of an SpiralFiller.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElement.FillingBaseFillingProfile
    RAYLASE.Marker.VectorGraphicElement.FillingBasePatternFillingProfile
      RAYLASE.Marker.VectorGraphicElement.FillingSpiralFillingProfile

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

The SpiralFillingProfile type exposes the following members.

Constructors
 NameDescription
Public methodSpiralFillingProfileInitializes a new instance of the SpiralFillingProfile class
Top
Properties
 NameDescription
Public propertyAngle The rotation of the filling.
(Inherited from BasePatternFillingProfile)
Public propertyArcTolerance While offsetting a path, the maximum acceptable tolerance when arcs are approximated.
(Inherited from BaseFillingProfile)
Public propertyChordLenghtObsolete.
The length of chord used for approximating the spiral.
Public propertyChordLength The length of chord used for approximating the spiral.
Public propertyDoSort If true the filling paths will be sorted to enhance performance while marking.
(Inherited from BaseFillingProfile)
Public propertyEndType Type of closure (etClosedPolygon, etClosedLine, etOpenSquare, etOpenRound, etOpenButt) when offsetting a path.
(Inherited from BaseFillingProfile)
Protected propertyErrorDelta
(Inherited from BaseFillingProfile)
Public propertyFillerType The type of the filler this profile is suited to.
(Overrides BaseFillingProfileFillerType)
Public propertyFillType Defines the mode used by the filler.
(Inherited from BasePatternFillingProfile)
Public propertyInbound True if the spiral runs towards the center, false otherwise.
Public propertyInvert
(Inherited from BasePatternFillingProfile)
Public propertyIsEnabled Gets or sets a flag that defines if the filling is enabled.
(Inherited from BaseFillingProfile)
Public propertyIsIterationBased
(Inherited from BaseFillingProfile)
Public propertyJoinType Type of join (jtMiter, jtSquare or jtRound) when offsetting a path.
(Inherited from BaseFillingProfile)
Public propertyMiterLimit Maximum distance in multiples of delta that vertices can be offset from their original positions before squaring is applied. Squaring truncates a miter by 'cutting it off' at 1 × delta distance from the original vertex.
(Inherited from BaseFillingProfile)
Public propertyNonShiftingPadding The offset of the clipping from the contour. Filling paths within this radius from the contour will be removed (clipped).
(Inherited from BaseFillingProfile)
Public propertyOffset The offset of the center.
Public propertyOrientation The orientation of the spiral (CW or CCW).
Public propertyPadding The offset of the filling (distance from the contour)
(Inherited from BaseFillingProfile)
Public propertyPitch The pitch of the filling.
(Inherited from BasePatternFillingProfile)
Public propertyQuietZone
(Inherited from BasePatternFillingProfile)
Public propertyScaleFactor The multiply factor to apply when converting from floating point to integer coordinates.
(Inherited from BaseFillingProfile)
Public propertyTag Tag for custom description.
(Inherited from BaseFillingProfile)
Top
See Also