Freigeben über


PathF.SetPoint Methode

Definition

Überlädt

SetPoint(Int32, PointF)
SetPoint(Int32, Single, Single)

SetPoint(Int32, PointF)

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)

Parameter

index
Int32
point
PointF

Gilt für:

SetPoint(Int32, Single, Single)

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)

Parameter

index
Int32
x
Single
y
Single

Gilt für: