Line Constructors
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
Line(Double, Double, Double, Double)
- Source:
- Line.cs
- Source:
- Line.cs
- Source:
- Line.cs
public:
Line(double x1, double y1, double x2, double y2);
public Line(double x1, double y1, double x2, double y2);
new Microsoft.Maui.Controls.Shapes.Line : double * double * double * double -> Microsoft.Maui.Controls.Shapes.Line
Public Sub New (x1 As Double, y1 As Double, x2 As Double, y2 As Double)
Parameters
- x1
- Double
- y1
- Double
- x2
- Double
- y2
- Double
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.