IUIX_Button::ImageSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Button::ImageSize Property}}
 
{{#customTitle:IUIX_Button::ImageSize Property}}
 
{{#parentPage:PXV:IUIX_Button|ImageSize Property|property}}
 
{{#parentPage:PXV:IUIX_Button|ImageSize Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ImageSize''' of interface [[PXV:IUIX_Button|IUIX_Button]] returns/sets  Pointer to SIZE ...
+
Gets/sets the ''size'' of [[PXV:IUIX_Button_Image|button image]] via SIZE structure.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:28, 5 May 2015


Gets/sets the size of button image via SIZE structure.

Syntax

HRESULT get_ImageSize([out, retval]  SIZE*  pImageSize);
HRESULT put_ImageSize([in]  SIZE*  pImageSize);

See Also

See also IUIX_Button.