NSTextAttachment
NSTextAttachment()
NSTextAttachment(IntPtr)
NSTextAttachment(NativeHandle)
NSTextAttachment(NSCoder)
NSTextAttachment(NSFileWrapper)
NSTextAttachment(NSObjectFlag)
NSTextAttachment(NSData, String)
AllowsTextAttachmentView
AttachmentCell
Bounds
ClassHandle
Contents
FileType
FileWrapper
Image
LineLayoutPadding
UsesTextAttachmentView
EncodeTo(NSCoder)
GetAttachmentBounds(NSTextContainer, CGRect, CGPoint, nuint)
GetAttachmentBounds(NSDictionary<NSString, NSObject>, INSTextLocation, NSTextContainer, CGRect, CGPoint)
GetImageForBounds(CGRect, NSTextContainer, nuint)
GetImageForBounds(CGRect, NSDictionary<NSString, NSObject>, INSTextLocation, NSTextContainer)
GetTextAttachmentViewProviderClass(String)
GetViewProvider(NSView, INSTextLocation, NSTextContainer)
RegisterViewProviderClass(Class, String)
xamarinmac
namespace AppKit
{
[Register("NSTextAttachment", true)]
public class NSTextAttachment : NSObject, INSCoding, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
public virtual CGRect Bounds
{
[Export("bounds", ArgumentSemantic.Assign)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
get;
[Export("setBounds:", ArgumentSemantic.Assign)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
set;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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