Share via


PaintExtensions.IsNullOrEmpty(Paint) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsNullOrEmpty(Microsoft::Maui::Graphics::Paint ^ paint);
public static bool IsNullOrEmpty (this Microsoft.Maui.Graphics.Paint? paint);
static member IsNullOrEmpty : Microsoft.Maui.Graphics.Paint -> bool
<Extension()>
Public Function IsNullOrEmpty (paint As Paint) As Boolean

Parameters

paint
Paint

Returns

Applies to