SLDFactoryCreateStylePoint Method

Returns a point style

Definition

Namespace: StreetSmart.Common.Factories
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
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