API Reference
Class
PowerPointImageAnnotation
Normalized annotation anchored to a semantic image.
Inheritance
- Object
- PowerPointImageAnnotation
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointImageAsset.Annotations
Accepted by parameters
Constructors
public PowerPointImageAnnotation(Double x, Double y, String label, String detail = null, String color = null) #Creates an annotation at normalized image coordinates from zero to one.
Parameters
- x System.Double
- y System.Double
- label System.String
- detail System.String = null
- color System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object