Matrix.Transform 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Transform(Point) | |
Transform(Point[]) |
Transform(Point)
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
參數
- point
- Point
傳回
適用於
Transform(Point[])
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())
參數
- points
- Point[]