The ImagePrimitive type exposes the following members.

Properties

  NameDescription
Anchor
Gets or sets the anchor style of the primitive inside the container.
(Inherited from PrimitiveBase.)
Bounds
The bounds of the primitive inside the container.
(Inherited from PrimitiveBase.)
Color
The color by which the primitive should be drawn on the surface.
(Inherited from PrimitiveBase.)
Children
Descendant primitives. They are drawn in the area of parent. Their bounds and anchor style are relative to the parent.
(Inherited from PrimitiveBase.)
ImageFromFile
Gets or sets the PNG image by file name.
ImageFromResx
Gets or sets the PNG image by resource name.
Name
The name of the primitive.
(Inherited from PrimitiveBase.)

See Also