LabelPlacingHelper Constructor

Initializes a new instance of the LabelPlacingHelper class

Definition

Namespace: PCBI_API_Extensions.Helper
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public LabelPlacingHelper(
	PointD location,
	double radiusRoundArea,
	string label,
	Color color
)

Parameters

location  PointD
 
radiusRoundArea  Double
 
label  String
 
color  Color
 

See Also