LabelPlacingHelper Constructor
Namespace: PCBI_API_Extensions.HelperAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public LabelPlacingHelper(
PointD location,
double radiusRoundArea,
string label,
Color color
)
Public Sub New (
location As PointD,
radiusRoundArea As Double,
label As String,
color As Color
)
public:
LabelPlacingHelper(
PointD location,
double radiusRoundArea,
String^ label,
Color color
)
new :
location : PointD *
radiusRoundArea : float *
label : string *
color : Color -> LabelPlacingHelper
Parameters
- location PointD
-
- radiusRoundArea Double
-
- label String
-
- color Color
-