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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI