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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.