STK XSend comments on this topic.
Picture Property (AgUiAx2DCntrl)
See Also  Example
Windows






Windows & Linux

Description

The splash logo graphic to be displayed in the control.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Picture() As Picture
[C#]
public System.Drawing.Image Picture {get; set;}
[Managed C++]
public: __property stdole::IPictureDisp^ get_Picture();
public: __property void set_Picture(
   stdole::IPictureDisp ^
);
[Unmanaged C++]
public: HRESULT get_Picture(
   stdole::IPictureDisp ** ppRetVal
);
public: HRESULT put_Picture(
   stdole::IPictureDisp * pNewPicture
);
[Java]
public Picture getPicture();public void setPicture(
   Picture
);

Example

[Visual Basic .NET]Copy Code
Dim picPicture As System.Drawing.Image
picPicture = System.Drawing.Image.FromFile("C:\CoolSplash.jpg")
AxAgUiAx2DCntrl1.Picture = picPicture

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.