VNUtils.GetImageRect(CGRect, nuint, nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates the non-normalized rectangle in an image of the specified size from normalizedRect
.
public static CoreGraphics.CGRect GetImageRect (CoreGraphics.CGRect normalizedRect, nuint imageWidth, nuint imageHeight);
static member GetImageRect : CoreGraphics.CGRect * nuint * nuint -> CoreGraphics.CGRect
Parameters
- normalizedRect
- CGRect
- imageWidth
- System.System.UIntPtr System.unativeint
- imageHeight
- System.System.UIntPtr System.unativeint