Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

ImageAttributes Property






Gets an ImageAttributes object that can be used to draw this AnnPicture object.
Syntax
public ImageAttributes ImageAttributes {get;}
'Declaration
 
Public ReadOnly Property ImageAttributes As ImageAttributes
'Usage
 
Dim instance As AnnPicture
Dim value As ImageAttributes
 
value = instance.ImageAttributes

            

            
public:
property ImageAttributes^ ImageAttributes {
   ImageAttributes^ get();
}

Property Value

an ImageAttributes object that can be used to draw this AnnPicture object.
Remarks
This is a helper property that quickly sets up the transparency information needed to draw this AnnPicture correctly.
Example
For an example, refer to AnnPicture.
Requirements

Target Platforms

See Also

Reference

AnnPicture Class
AnnPicture Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)