xamarinmac
namespace AppKit
{
[Register("NSRulerView", true)]
public class NSRulerView : NSView
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("registerUnitWithName:abbreviation:unitToPointsConversionFactor:stepUpCycle:stepDownCycle:")]
public static void RegisterUnit(string! unitName, string! abbreviation, nfloat conversionFactor, NSNumber![]! stepUpCycle, NSNumber![]! stepDownCycle);
}
}
Xamarin macOS | 0.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. |