LocationTransformRect Method |
Transforms a Easymap.AddIn.Common.Graphics.RectangleF from a specified matrix.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic RectangleF TransformRect(
RectangleF rect,
Matrix m
)
Public Function TransformRect (
rect As RectangleF,
m As Matrix
) As RectangleF
Parameters
- rect RectangleF
- RectangleF which will be transformed.
- m Matrix
- Matrix which will transform the rectangle.
Return Value
RectangleFRetrurns a transformed Easymap.AddIn.Common.Graphics.RectangleF.
See Also