SCNRenderer.GetSnapshot(Double, CGSize, SCNAntialiasingMode) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[Foundation.Export("snapshotAtTime:withSize:antialiasingMode:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetSnapshot (double time, CoreGraphics.CGSize size, SceneKit.SCNAntialiasingMode antialiasingMode);
public virtual UIKit.UIImage GetSnapshot (double time, CoreGraphics.CGSize size, SceneKit.SCNAntialiasingMode antialiasingMode);
abstract member GetSnapshot : double * CoreGraphics.CGSize * SceneKit.SCNAntialiasingMode -> UIKit.UIImage
override this.GetSnapshot : double * CoreGraphics.CGSize * SceneKit.SCNAntialiasingMode -> UIKit.UIImage
Parameter
- time
- Double
- size
- CGSize
- antialiasingMode
- SCNAntialiasingMode
Gibt zurück
Der Rückgabetyp ist UIImage unter iOS und NSImage macOS.
- Attribute