SLDFactoryCreateStylePoint Method

Returns a point style

Definition

Namespace: StreetSmart.Common.Factories
Assemblies:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
  StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
C#
public static IPointSymbolizer CreateStylePoint(
	SymbolizerType? type,
	double size,
	Color fillColor,
	double? fillOpacity = null,
	Color? strokeColor = null,
	double? strokeWidth = null,
	double? strokeOpacity = null
)

Parameters

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

Return Value

IPointSymbolizer
Point symbolizer which describes the image symbol

Version Information

Supported in: 18.7

See Also