Skip to main content

ResourceExtension.GetImage(Resource) Method

Obtains an image assigned to the specified resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public static Image GetImage(
    this Resource resource
)

Parameters

Name Type Description
resource Resource

A Resource object that is the resource whose image is obtained.

Returns

Type Description
Image

A Image object that is the image assigned to the resource.

See Also