ProjectionTransform(RectangleF) Method |
Transforms a specified RectangleF in a new RectangleF based on current projection.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic RectangleF Transform(
RectangleF rect
)
Public Function Transform (
rect As RectangleF
) As RectangleF
Parameters
- rect RectangleF
- RectangleF which will be transformed.
Return Value
RectangleFReturns a projection-based RectangleF.
See Also