SLDFactoryCreateStylePoint Method
Returns a point style
Namespace: StreetSmart.Common.FactoriesAssemblies: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.4.0.0+7bd49053dfe51af01391d923dce38932dc8e8587
StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.4.0.0+7bd49053dfe51af01391d923dce38932dc8e8587
public static IPointSymbolizer CreateStylePoint(
SymbolizerType? type,
double size,
Color fillColor,
double? fillOpacity = null,
Color? strokeColor = null,
double? strokeWidth = null,
double? strokeOpacity = null
)
- type NullableSymbolizerType
- Well known name of the point objects
- size Double
- Size of the point objects
- fillColor Color
- The fill color of the point objects
- fillOpacity NullableDouble (Optional)
- The fill opacity of the point objects
- strokeColor NullableColor (Optional)
- The stroke color of the point objects
- strokeWidth NullableDouble (Optional)
- The stroke width of the point objects
- strokeOpacity NullableDouble (Optional)
- The stroke opacity of the point objects
IPointSymbolizerPoint symbolizer which describes the image symbol
Supported in: 18.7