SOLIDWORKS PDM Professional API Help Send Feedback
IEdmImage Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmImage Interface


Allows you to paint an image on a window.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmImage 
C# 
public interface IEdmImage 
C++/CLI 
public interface class IEdmImage 

Example

Remarks

This interface inherits from IDispatch. See IDispatch Interface (Automation).

User images should have a width that is 80% of its height.

Accessors

See Also