PictureBulletValue Class
PictureBulletValue class
Represents the value of the image bullet.
type PictureBulletValue struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewPictureBulletValue | Default constructor. |
| NewPictureBulletValue_BulletValue | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets the type of the bullet’s value. |
| GetImageData | Gets and sets image data of the bullet. |
| SetImageData | Gets and sets image data of the bullet. |