Skip to content

BitmapType.LoadFromResourceName

Xusinboy Bekchanov edited this page Nov 6, 2023 · 4 revisions

BitmapType.LoadFromResourceName Method

Definition

Namespace: My.Sys.Drawing

Syntax

Declare Function LoadFromResourceName(ResName As String, ModuleHandle As Any Ptr = 0, cxDesired As Integer = 0, cyDesired As Integer = 0, iMaskColor As Integer = 0) As Boolean

Parameters

Part Type Description
ResName String
ModuleHandle Any
cxDesired Integer
cyDesired Integer
iMaskColor Integer

Return Value

Boolean

See also

Clone this wiki locally