PointCollection.Implicit(Point[] to PointCollection) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static operator Microsoft::Maui::Controls::PointCollection ^(cli::array <Microsoft::Maui::Graphics::Point> ^ d);
public static implicit operator Microsoft.Maui.Controls.PointCollection (Microsoft.Maui.Graphics.Point[] d);
static member op_Implicit : Microsoft.Maui.Graphics.Point[] -> Microsoft.Maui.Controls.PointCollection
Public Shared Widening Operator CType (d As Point()) As PointCollection
参数
- d
- Point[]