FarPoint.Win
Picture Class Members
See Also  Properties  Methods  Events
FarPoint.Win Assembly > FarPoint.Win Namespace : Picture Class


The following tables list the members exposed by Picture.

Public Constructors

 NameDescription
Public ConstructorPicture ConstructorOverloaded. Creates a Picture object.  
Top

Public Properties

 NameDescription
Public PropertyAlignHorz Gets or sets the horizontal alignment of the picture.  
Public PropertyAlignVert Gets or sets the vertical alignment of the picture.  
Public PropertyImageGets or sets the picture to display.  
Public PropertyStyleGets or sets how the picture is displayed.  
Public PropertyTransparencyColor Gets or sets the transparency color for rendering the picture.  
Public PropertyTransparencyTolerance Gets or sets the amount of tolerance of transparency from the color set as transparent.  
Top

Public Methods

 NameDescription
Public MethodPaintOverloaded. Paints the picture inside the specified rectangle.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  The destructor method of Picture class  
Protected MethodOnPictureChanged Raises the PictureChanged event when the picture changes.  
Top

Public Events

 NameDescription
Public EventPictureChanged Occurs when the picture changes.  
Top

See Also