EmbeddedImageData Constructor (AnnotationImage, AnnotationBrush, PointF) |
Creates a new instance of EmbeddedImageData specifying the image, 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,
AnnotationBrush shadow,
PointF shadowOffset
)
Public Sub New (
image As AnnotationImage,
shadow As AnnotationBrush,
shadowOffset As PointF
)
Parameters
- image
- Type: Atalasoft.AnnotateAnnotationImage
The image to embed. - 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