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
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.