Matrix.Transform Method
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
Transform(Point) | |
Transform(Point[]) |
Transform(Point)
- Source:
- Matrix.cs
- Source:
- Matrix.cs
public:
Microsoft::Maui::Graphics::Point Transform(Microsoft::Maui::Graphics::Point point);
public Microsoft.Maui.Graphics.Point Transform (Microsoft.Maui.Graphics.Point point);
member this.Transform : Microsoft.Maui.Graphics.Point -> Microsoft.Maui.Graphics.Point
Public Function Transform (point As Point) As Point
Parameters
- point
- Point
Returns
Applies to
Transform(Point[])
- Source:
- Matrix.cs
- Source:
- Matrix.cs
public:
void Transform(cli::array <Microsoft::Maui::Graphics::Point> ^ points);
public void Transform (Microsoft.Maui.Graphics.Point[] points);
member this.Transform : Microsoft.Maui.Graphics.Point[] -> unit
Public Sub Transform (points As Point())
Parameters
- points
- Point[]
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.