C# Class PurplePen.Symbol.SymbolStroke

Represents one symbol stroke in a symbol.
Mostrar archivo Open project: petergolde/PurplePen

Public Properties

Property Type Description
corners LineJoin
ends LineCap
kind SymbolStrokes
points System.Drawing.PointF[]
radius float
thickness float

Public Methods

Method Description
AddToMapGlyph ( Glyph glyph, SymColor color, float boxSize ) : void
Draw ( Graphics g, System color ) : void

Method Details

AddToMapGlyph() public method

public AddToMapGlyph ( Glyph glyph, SymColor color, float boxSize ) : void
glyph Glyph
color SymColor
boxSize float
return void

Draw() public method

public Draw ( Graphics g, System color ) : void
g System.Drawing.Graphics
color System
return void

Property Details

corners public_oe property

public LineJoin corners
return LineJoin

ends public_oe property

public LineCap ends
return LineCap

kind public_oe property

public SymbolStrokes kind
return SymbolStrokes

points public_oe property

public PointF[],System.Drawing points
return System.Drawing.PointF[]

radius public_oe property

public float radius
return float

thickness public_oe property

public float thickness
return float