PathF Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PathF() | |
PathF(PathF) | |
PathF(PointF) | |
PathF(Single, Single) |
PathF()
public:
PathF();
public PathF ();
Public Sub New ()
Aplica-se a
PathF(PathF)
public:
PathF(Microsoft::Maui::Graphics::PathF ^ path);
public PathF (Microsoft.Maui.Graphics.PathF path);
new Microsoft.Maui.Graphics.PathF : Microsoft.Maui.Graphics.PathF -> Microsoft.Maui.Graphics.PathF
Public Sub New (path As PathF)
Parâmetros
- path
- PathF
Aplica-se a
PathF(PointF)
public:
PathF(Microsoft::Maui::Graphics::PointF point);
public PathF (Microsoft.Maui.Graphics.PointF point);
new Microsoft.Maui.Graphics.PathF : Microsoft.Maui.Graphics.PointF -> Microsoft.Maui.Graphics.PathF
Public Sub New (point As PointF)
Parâmetros
- point
- PointF