BCGSoft.Shared Namespace > InternalImages Class : Draw Method |
'Declaration Public Shared Sub Draw( _ ByVal graphics As Graphics, _ ByVal id As IMAGES_IDS, _ ByVal ptImage As Point, _ ByVal state As IMAGE_STATE, _ ByVal ignoreLargeIconsMode As Boolean _ )
'Usage Dim graphics As Graphics Dim id As IMAGES_IDS Dim ptImage As Point Dim state As IMAGE_STATE Dim ignoreLargeIconsMode As Boolean InternalImages.Draw(graphics, id, ptImage, state, ignoreLargeIconsMode)
public static void Draw( Graphics graphics, IMAGES_IDS id, Point ptImage, IMAGE_STATE state, bool ignoreLargeIconsMode )
public: static void Draw( Graphics* graphics, IMAGES_IDS id, Point ptImage, IMAGE_STATE state, bool ignoreLargeIconsMode )
public: static void Draw( Graphics^ graphics, IMAGES_IDS id, Point ptImage, IMAGE_STATE state, bool ignoreLargeIconsMode )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2