Class PictureHandle
public class PictureHandle : WidgetHandle, IDisposable
- Inheritance
-
PictureHandle
- Implements
- Inherited Members
Constructors
PictureHandle(nint, bool)
public PictureHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static PictureHandle For<T>(ConstructArgument[] constructArguments) where T : Picture, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T