LuciadCPillar C# 2023.1.04
Luciad.Layers.Styles.ComplexStrokes.ComplexStrokePattern Class Reference

This class represents a complex stroke pattern, for example a dash or an arrow. More...

Inheritance diagram for Luciad.Layers.Styles.ComplexStrokes.ComplexStrokePattern:

Public Member Functions

void Dispose ()
 
override bool Equals (object other)
 
override int GetHashCode ()
 

Detailed Description

This class represents a complex stroke pattern, for example a dash or an arrow.

This is a building block for creating (see ComplexStroked Line Styles). Patterns cannot be instantiated directly. Use the static functions in ComplexStrokePatternFactory to create Patterns and Pattern builders. Once created, you can combine patterns in a luciad::ComplexStrokeLineStyle using the Builder. 2023.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ComplexStrokePattern.

Member Function Documentation

◆ Dispose()

void Luciad.Layers.Styles.ComplexStrokes.ComplexStrokePattern.Dispose ( )
inline

◆ Equals()

override bool Luciad.Layers.Styles.ComplexStrokes.ComplexStrokePattern.Equals ( object  other)
inline

◆ GetHashCode()

override int Luciad.Layers.Styles.ComplexStrokes.ComplexStrokePattern.GetHashCode ( )
inline