QTMovie.FrameImageAtTime 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.
Overloads
FrameImageAtTime(QTTime, NSDictionary, NSError) | |
FrameImageAtTime(QTTime) |
FrameImageAtTime(QTTime, NSDictionary, NSError)
[Foundation.Export("frameImageAtTime:withAttributes:error:")]
public virtual IntPtr FrameImageAtTime (QTKit.QTTime time, Foundation.NSDictionary attributes, out Foundation.NSError error);
abstract member FrameImageAtTime : QTKit.QTTime * Foundation.NSDictionary * -> nativeint
override this.FrameImageAtTime : QTKit.QTTime * Foundation.NSDictionary * -> nativeint
Parameters
- time
- QTTime
- attributes
- NSDictionary
- error
- NSError
Returns
IntPtr
nativeint
- Attributes
Applies to
FrameImageAtTime(QTTime)
[Foundation.Export("frameImageAtTime:")]
public virtual AppKit.NSImage FrameImageAtTime (QTKit.QTTime time);
abstract member FrameImageAtTime : QTKit.QTTime -> AppKit.NSImage
override this.FrameImageAtTime : QTKit.QTTime -> AppKit.NSImage
Parameters
- time
- QTTime
Returns
- Attributes