IKImageView 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
IKImageView() | |
IKImageView(CGRect) | |
IKImageView(NSCoder) | |
IKImageView(NSObjectFlag) | |
IKImageView(IntPtr) |
IKImageView()
IKImageView(CGRect)
[Foundation.Export("initWithFrame:")]
public IKImageView (CoreGraphics.CGRect frameRect);
new ImageKit.IKImageView : CoreGraphics.CGRect -> ImageKit.IKImageView
Parameters
- frameRect
- CGRect
- Attributes
Applies to
IKImageView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public IKImageView (Foundation.NSCoder coder);
new ImageKit.IKImageView : Foundation.NSCoder -> ImageKit.IKImageView
Parameters
- coder
- NSCoder
- Attributes
Applies to
IKImageView(NSObjectFlag)
protected IKImageView (Foundation.NSObjectFlag t);
new ImageKit.IKImageView : Foundation.NSObjectFlag -> ImageKit.IKImageView
Parameters
Applies to
IKImageView(IntPtr)
protected internal IKImageView (IntPtr handle);
new ImageKit.IKImageView : nativeint -> ImageKit.IKImageView
Parameters
- handle
-
IntPtr
nativeint