UIImage.GetImageFromBottom(NFloat) 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("imageWithBaselineOffsetFromBottom:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage GetImageFromBottom(System.Runtime.InteropServices.NFloat baselineOffset);
[<Foundation.Export("imageWithBaselineOffsetFromBottom:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetImageFromBottom : System.Runtime.InteropServices.NFloat -> UIKit.UIImage
override this.GetImageFromBottom : System.Runtime.InteropServices.NFloat -> UIKit.UIImage
Parameters
- baselineOffset
- NFloat
Returns
- Attributes