NSRulerView.RegisterUnit Method
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.
[Foundation.Export("registerUnitWithName:abbreviation:unitToPointsConversionFactor:stepUpCycle:stepDownCycle:")]
public static void RegisterUnit (string unitName, string abbreviation, nfloat conversionFactor, Foundation.NSNumber[] stepUpCycle, Foundation.NSNumber[] stepDownCycle);
static member RegisterUnit : string * string * nfloat * Foundation.NSNumber[] * Foundation.NSNumber[] -> unit
Parameters
- unitName
- String
- abbreviation
- String
- conversionFactor
- nfloat
- stepUpCycle
- NSNumber[]
- stepDownCycle
- NSNumber[]
- Attributes