[]
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float scale)
Public Shared Sub ScaleRef(ByRef result As Matrix3x2, scale As Single)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | scale |
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float xScale, float yScale)
Public Shared Sub ScaleRef(ByRef result As Matrix3x2, xScale As Single, yScale As Single)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | xScale | |
| float | yScale |
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float scale, ref Point2F center)
Public Shared Sub ScaleRef(ByRef result As Matrix3x2, scale As Single, ByRef center As Point2F)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | scale | |
| Point2F | center |
Creates a scale transformation matrix.
public static void ScaleRef(out Matrix3x2 result, float xScale, float yScale, ref Point2F center)
Public Shared Sub ScaleRef(ByRef result As Matrix3x2, xScale As Single, yScale As Single, ByRef center As Point2F)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | |
| float | xScale | |
| float | yScale | |
| Point2F | center |