2#ifndef _aspose_system_drawing_icon_h_
3#define _aspose_system_drawing_icon_h_
7#include "system/object.h"
9namespace System {
namespace Drawing {
25 virtual ASPOSECPP_SHARED_API
~Icon();
Represents a Windows icon. Objects of this class should only be allocated using System::MakeObject() ...
Definition: icon.h:17
int32_t get_Width() const
Returns the width of the icon.
int32_t get_Height() const
Returns the hegiht of the icon.
SharedPtr< Bitmap > ToBitmap()
Converts the current object to a Bitmap object.
virtual ~Icon()
Destructor.
Icon(const String &filename)
Constructs a new instance of Icon class that represents an icon from the specified file.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
@ Bitmap
Defines color adjustment information for Bitmap objects.
Definition: db_command.h:9