imageScaling(forSegment:)
Returns the scaling mode used to display the specified segment’s image.
Declaration
func imageScaling(forSegment segment: Int) -> NSImageScalingParameters
- segment:
The index of the segment whose enabled state you want to get. This method raises an exception (Rangeexception) if the index is out of bounds.
Return Value
One of the image scaling constants. For a list of possible values, see NSImageScaling. The default value is NSImageScaling.scaleProportionallyDown.