baseChartAnnotation.baseAnnoTextRectData Constructor
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As System.Boolean, _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.RectangleF _
)
public baseChartAnnotation.baseAnnoTextRectData(
System.bool ,
System.Drawing.PointF ,
System.Drawing.RectangleF
)
Parameters
- atStart
- Specifies the location of the coordinates of the AlarmZone extents data.
- pfRot
- The coordinate of the upper-left corner of the AlarmZone extents data rectangle.
- rf
- The size of AlarmZone extents data rectangle.
See Also