INImage.GetImageSize(INIntentResponse) 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.
Gets the preferred image size for the specified response
.
[Foundation.Export("imageSizeForIntentResponse:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGSize GetImageSize (Intents.INIntentResponse response);
static member GetImageSize : Intents.INIntentResponse -> CoreGraphics.CGSize
Parameters
- response
- INIntentResponse
Returns
- Attributes