PathF.SetPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetPoint(Int32, PointF) | |
SetPoint(Int32, Single, Single) |
SetPoint(Int32, PointF)
- Source:
- PathF.cs
- Source:
- PathF.cs
public:
void SetPoint(int index, Microsoft::Maui::Graphics::PointF point);
public void SetPoint (int index, Microsoft.Maui.Graphics.PointF point);
member this.SetPoint : int * Microsoft.Maui.Graphics.PointF -> unit
Public Sub SetPoint (index As Integer, point As PointF)
Parameters
- index
- Int32
- point
- PointF
Applies to
SetPoint(Int32, Single, Single)
- Source:
- PathF.cs
- Source:
- PathF.cs
public:
void SetPoint(int index, float x, float y);
public void SetPoint (int index, float x, float y);
member this.SetPoint : int * single * single -> unit
Public Sub SetPoint (index As Integer, x As Single, y As Single)
Parameters
- index
- Int32
- x
- Single
- y
- Single
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.