BezierSegment 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
BezierSegment() | |
BezierSegment(Point, Point, Point) |
BezierSegment()
- Source:
- BezierSegment.cs
- Source:
- BezierSegment.cs
public:
BezierSegment();
public BezierSegment ();
Public Sub New ()
Applies to
BezierSegment(Point, Point, Point)
- Source:
- BezierSegment.cs
- Source:
- BezierSegment.cs
public:
BezierSegment(Microsoft::Maui::Graphics::Point point1, Microsoft::Maui::Graphics::Point point2, Microsoft::Maui::Graphics::Point point3);
public BezierSegment (Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2, Microsoft.Maui.Graphics.Point point3);
new Microsoft.Maui.Controls.Shapes.BezierSegment : Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Point -> Microsoft.Maui.Controls.Shapes.BezierSegment
Public Sub New (point1 As Point, point2 As Point, point3 As Point)
Parameters
- point1
- Point
- point2
- Point
- point3
- Point
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.