EmbeddedImageData Constructor (AnnotationImage, PointF, AnnotationBrush, PointF) |
Creates a new instance of EmbeddedImageData specifying the image, initial location,
shadow and shadow offset.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic EmbeddedImageData(
AnnotationImage image,
PointF location,
AnnotationBrush shadow,
PointF shadowOffset
)
Public Sub New (
image As AnnotationImage,
location As PointF,
shadow As AnnotationBrush,
shadowOffset As PointF
)
Parameters
- image
- Type: Atalasoft.AnnotateAnnotationImage
The image to embed. - location
- Type: System.DrawingPointF
The initial location of this annotation on the document. - shadow
- Type: Atalasoft.AnnotateAnnotationBrush
The AnnotationBrush used for the drop shadow. - shadowOffset
- Type: System.DrawingPointF
The offset used to specifying the position of the drop shadow.
See Also