PKInkingTool
PKInkingTool(IntPtr)
PKInkingTool(NativeHandle)
PKInkingTool(NSObjectFlag)
PKInkingTool(PKInk, NFloat)
PKInkingTool(PKInkType, NSColor)
PKInkingTool(PKInkType, UIColor)
PKInkingTool(PKInkType, NSColor, NFloat)
PKInkingTool(PKInkType, UIColor, nfloat)
PKInkingTool(PKInkType, UIColor, NFloat)
ClassHandle
Color
Ink
InkType
RequiredContentVersion
Width
ConvertColor(UIColor, UIUserInterfaceStyle, UIUserInterfaceStyle)
GetDefaultWidth(PKInkType)
GetMaximumWidth(PKInkType)
GetMinimumWidth(PKInkType)
xamarinios
namespace PencilKit
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Register("PKInkingTool", true)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public class PKInkingTool : PKTool
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[DesignatedInitializer]
[Export("initWithInkType:color:width:")]
public PKInkingTool([BindAs(typeof(PKInkType), OriginalType = typeof(NSString))] PKInkType type, UIColor! color, nfloat width);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API