SLDFactoryCreateStylePoint Method
Returns a point style
Namespace: StreetSmart.Common.FactoriesAssembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
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