Click or drag to resize

ImageShape Class

Represents an image.
Inheritance Hierarchy

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class ImageShape : Shape

The ImageShape type exposes the following members.

Constructors
  NameDescription
Protected methodImageShape
Initializes a new instance of the ImageShape class
Top
Properties
  NameDescription
Public propertyAlignment
Get or set the alignment reference position.
Public propertyAngle
Gets or sets the angle (Degree).
Public propertyAttributes
Get the attribute collection.
(Inherited from Shape.)
Public propertyBrightness
Get or set the brightness.
Public propertyContrast
Get or set the contrast.
Public propertyDocument
Acquire the document.
(Inherited from Shape.)
Public propertyDrawGroup
Acquire the parent's drawing group.
(Inherited from Shape.)
Public propertyDrawing
Acquire a partial diagram.
(Inherited from Shape.)
Public propertyHeight
Get or set the height.
Public propertyIsComposite
Gets a value indicating whether it is a complex figure.
(Inherited from Shape.)
Public propertyIsTemporary
Get a value indicating whether it is a temporary shape.
(Inherited from Shape.)
Public propertyLayer
Get or set the layer.
(Inherited from Shape.)
Public propertyLayerID
Get or set the ID of the layer.
(Inherited from Shape.)
Public propertyNumber
Acquires the figure number.
(Inherited from Shape.)
Public propertyPoint
Get or set the coordinates of the placement point.
Public propertyRecordID
Get the record ID.
(Inherited from Shape.)
Public propertyScaleX
Gets or sets the magnification in the X direction of the image.
Public propertyScaleY
Gets or sets the magnification in the Y direction of the image.
Public propertyWidth
Get or set the width.
Top
Methods
  NameDescription
Public methodClone
Duplicate a shape to create a temporary instance.
(Inherited from Shape.)
Public methodCopy
Create a copy of the shape and add it to the drawing.
(Inherited from Shape.)
Public methodDelete
Delete the shape.
(Inherited from Shape.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExplode
Disassemble the shape.
(Inherited from Shape.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBoundingBox
Get the rectangular area surrounding the shape.
(Inherited from Shape.)
Public methodGetBoundingPoints
Get the area surrounding the shape.
(Inherited from Shape.)
Public methodGetExplodedShapes
Get the decomposed figure.
(Inherited from Shape.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHGlobalImageData
Get image data.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMirror
Move the figure mirror image.
(Inherited from Shape.)
Public methodMove
Move the shape.
(Inherited from Shape.)
Public methodReplace
Replaces the image with another image specified.
Public methodRotate
Rotate the shape.
(Inherited from Shape.)
Public methodScale
Zoom in or out the shape.
(Inherited from Shape.)
Public methodSetHGlobalImageData
Set image data.
Public methodSetScale
Set the magnification of the image.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Convert geometry with specified magnification, angle and coordinates.
(Inherited from Shape.)
Public methodUpdateAlignment
Set the alignment and update the coordinates of the placement point.
Top
See Also