PathElement Constructor
Creates a graphic path element
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PathElement(
PointF startPoint
)
Public Sub New (
startPoint As PointF
)
public:
PathElement(
PointF startPoint
)
new :
startPoint : PointF -> PathElement
Parameters
- startPoint PointF
- The path start point