构造函数
命名空间:
GISShare.SMap.WinForm.View
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public BarDrawGraph(
string strName,
RectangleF rectangle,
float dXo,
float dYo,
float fRotateAngle
)
Public Sub New (
strName As String,
rectangle As RectangleF,
dXo As Single,
dYo As Single,
fRotateAngle As Single
)
public:
BarDrawGraph(
String^ strName,
RectangleF rectangle,
float dXo,
float dYo,
float fRotateAngle
)
new :
strName : string *
rectangle : RectangleF *
dXo : float32 *
dYo : float32 *
fRotateAngle : float32 -> BarDrawGraph
参数
- strName
- 类型: SystemString
- rectangle
- 类型: System.DrawingRectangleF
- dXo
- 类型: SystemSingle
旋转中心点X - dYo
- 类型: SystemSingle
旋转中心点Y - fRotateAngle
- 类型: SystemSingle
旋转角度
参见