PointCollection.Implicit(Point[] to PointCollection) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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[]