C# Class PurplePen.ControlNumberCourseObj

Inheritance: TextCourseObj
Show file Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
centerPoint System.Drawing.PointF

Public Methods

Method Description
ControlNumberCourseObj ( Id controlId, Id courseControlId, float scaleRatio, CourseAppearance appearance, string text, PointF centerPoint ) : System

Method Details

ControlNumberCourseObj() public method

public ControlNumberCourseObj ( Id controlId, Id courseControlId, float scaleRatio, CourseAppearance appearance, string text, PointF centerPoint ) : System
controlId Id
courseControlId Id
scaleRatio float
appearance CourseAppearance
text string
centerPoint System.Drawing.PointF
return System

Property Details

centerPoint public property

public PointF,System.Drawing centerPoint
return System.Drawing.PointF