Image Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Image() | |
Image(IntPtr) | |
Image(Object) | |
Image(Object, Int32) | |
Image(Object, Int32, Int32) |
Image()
public:
Image();
public Image ();
Public Sub New ()
Applies to
Image(IntPtr)
public:
Image(IntPtr ptr1);
public Image (IntPtr ptr1);
new Dynamics.AX.Application.Image : nativeint -> Dynamics.AX.Application.Image
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
Image(Object)
public:
Image(System::Object ^ obj1);
public Image (object obj1);
new Dynamics.AX.Application.Image : obj -> Dynamics.AX.Application.Image
Public Sub New (obj1 As Object)
Parameters
- obj1
- Object
Applies to
Image(Object, Int32)
Image(Object, Int32, Int32)
public:
Image(System::Object ^ obj1, int num1, int num2);
public Image (object obj1, int num1, int num2);
new Dynamics.AX.Application.Image : obj * int * int -> Dynamics.AX.Application.Image
Public Sub New (obj1 As Object, num1 As Integer, num2 As Integer)
Parameters
- obj1
- Object
- num1
- Int32
- num2
- Int32