←Select platform

ImageAttributes Property

Summary

Gets an ImageAttributes object that can be used to draw this AnnPicture object.

Syntax

C#
VB
C++
public ImageAttributes ImageAttributes { get; } 
  
Public ReadOnly Property ImageAttributes As 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly