Click or drag to resize

EmbeddedImageGraphic Constructor

Overload List
 NameDescription
Public methodEmbeddedImageGraphic(EmbeddedImageGraphic) Initializes a new instance of the EmbeddedImageGraphic class by copying another instance.
Protected methodEmbeddedImageGraphic(IXmlDeserializationInfo) Initializes a new instance of the EmbeddedImageGraphic class during deserialization.
Public methodEmbeddedImageGraphic(PointD3D, ImageProxy) Initializes a new instance of the EmbeddedImageGraphic class.
Public methodEmbeddedImageGraphic(PointD3D, VectorD3D, ImageProxy) Initializes a new instance with explicit position, size, and image.
Public methodEmbeddedImageGraphic(PointD3D, Double, ImageProxy) Initializes a new instance with position, rotation, and image.
Public methodEmbeddedImageGraphic(Double, Double, Double, ImageProxy) Initializes a new instance of the EmbeddedImageGraphic class.
Public methodEmbeddedImageGraphic(PointD3D, VectorD3D, Double, ImageProxy) Initializes a new instance with position, size, rotation, and image.
Public methodEmbeddedImageGraphic(Double, Double, Double, VectorD3D, ImageProxy) Initializes a new instance with explicit coordinates, size, and image.
Public methodEmbeddedImageGraphic(Double, Double, Double, Double, ImageProxy) Initializes a new instance with coordinates, rotation, and image.
Public methodEmbeddedImageGraphic(Double, Double, Double, VectorD3D, Double, ImageProxy) Initializes a new instance with coordinates, size, rotation, and image.
Public methodEmbeddedImageGraphic(Double, Double, Double, Double, Double, ImageProxy) Initializes a new instance with explicit coordinates, width, height, and image.
Public methodEmbeddedImageGraphic(Double, Double, Double, Double, Double, Double, ImageProxy) Initializes a new instance with coordinates, width, height, rotation, and image.
Top
See Also