 | ControlHelperGetPointsFrom 方法 |
Sweet 开发框架
Gets the points from.
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static PointF[] GetPointsFrom(
string points,
float soureWidth,
float sourceHeight,
float width,
float height,
float dx = 0f,
float dy = 0f
)
Public Shared Function GetPointsFrom (
points As String,
soureWidth As Single,
sourceHeight As Single,
width As Single,
height As Single,
Optional dx As Single = 0F,
Optional dy As Single = 0F
) As PointF()
static member GetPointsFrom :
points : string *
soureWidth : float32 *
sourceHeight : float32 *
width : float32 *
height : float32 *
?dx : float32 *
?dy : float32
(* Defaults:
let _dx = defaultArg dx 0f
let _dy = defaultArg dy 0f
*)
-> PointF[]
参数
- points
- 类型:SystemString
The points. - soureWidth
- 类型:SystemSingle
Width of the soure. - sourceHeight
- 类型:SystemSingle
Height of the source. - width
- 类型:SystemSingle
The width. - height
- 类型:SystemSingle
The height. - dx (Optional)
- 类型:SystemSingle
The dx. - dy (Optional)
- 类型:SystemSingle
The dy.
返回值
类型:
PointFPointF[].
参见