STK X Send comments on this topic.
Picture Property (IAgUiAxGfxAnalysisCntrl)
See Also 





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
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1