MatrixTransformSize Method |
Transforms the size with the current matrix.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static SizeF TransformSize(
this IMatrix matrix,
SizeF size
)
<ExtensionAttribute>
Public Shared Function TransformSize (
matrix As IMatrix,
size As SizeF
) As SizeF
[<ExtensionAttribute>]
static member TransformSize :
matrix : IMatrix *
size : SizeF -> SizeF
Parameters
- matrix
- Type: Eto.DrawingIMatrix
- size
- Type: Eto.DrawingSizeF
Return Value
Type:
SizeF[Missing <returns> documentation for "M:Eto.Drawing.Matrix.TransformSize(Eto.Drawing.IMatrix,Eto.Drawing.SizeF)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IMatrix. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks
This will get the transformed size
See Also