STK XSend comments on this topic.
Picture Property (IAgUiAxGfxAnalysisCntrl)
See Also
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 ** ppPicture
);
public: HRESULT put_Picture(
    stdole::IPictureDisp pPicture
);
[Java]
public Picture getPicture();
public void setPicture(
    Picture
);
[Python - STK API ]
@property
def Picture(self) -> IPictureDisp:

@Picture.setter
def Picture(self, pPicture:IPictureDisp) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.