QLPreviewView Constructors
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
QLPreviewView() | |
QLPreviewView(CGRect) | |
QLPreviewView(NSCoder) | |
QLPreviewView(NSObjectFlag) | |
QLPreviewView(IntPtr) | |
QLPreviewView(CGRect, QLPreviewViewStyle) |
QLPreviewView()
QLPreviewView(CGRect)
[Foundation.Export("initWithFrame:")]
public QLPreviewView (CoreGraphics.CGRect frame);
new QuickLookUI.QLPreviewView : CoreGraphics.CGRect -> QuickLookUI.QLPreviewView
Parameters
- frame
- CGRect
- Attributes
Applies to
QLPreviewView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public QLPreviewView (Foundation.NSCoder coder);
new QuickLookUI.QLPreviewView : Foundation.NSCoder -> QuickLookUI.QLPreviewView
Parameters
- coder
- NSCoder
- Attributes
Applies to
QLPreviewView(NSObjectFlag)
protected QLPreviewView (Foundation.NSObjectFlag t);
new QuickLookUI.QLPreviewView : Foundation.NSObjectFlag -> QuickLookUI.QLPreviewView
Parameters
Applies to
QLPreviewView(IntPtr)
protected internal QLPreviewView (IntPtr handle);
new QuickLookUI.QLPreviewView : nativeint -> QuickLookUI.QLPreviewView
Parameters
- handle
-
IntPtr
nativeint
Applies to
QLPreviewView(CGRect, QLPreviewViewStyle)
[Foundation.Export("initWithFrame:style:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public QLPreviewView (CoreGraphics.CGRect frame, QuickLookUI.QLPreviewViewStyle style);
new QuickLookUI.QLPreviewView : CoreGraphics.CGRect * QuickLookUI.QLPreviewViewStyle -> QuickLookUI.QLPreviewView
Parameters
- frame
- CGRect
- style
- QLPreviewViewStyle
- Attributes