The ImageVObject type exposes the following members.
Name | Description | |
---|---|---|
ImageVObject |
Creates and initializes a new image v-object using the specified Bitmap object. |
Name | Description | |
---|---|---|
ClickPoint |
Performs a click of a control point. (Inherited from VObject.) |
|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from VObject.) |
|
DragPoint |
Moves a control point to a new position. (Inherited from VObject.) |
|
Draw |
Draws a bitmap. (Overrides VObject.Draw(Rectangle, Graphics, ICoordinateMapper).) |
|
Equals | (Inherited from Object.) | |
GetControlPointsBounds |
Gets a bounding rectangle for points stored in the ControlPoints collection. (Inherited from VObject.) |
|
GetHashCode | (Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the ImageVObject object. (Overrides VObject.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetPointCursor |
Gets a cursor that appears when the mouse pointer is over the specified control point. (Inherited from VObject.) |
|
GetTransformedVObjectBounds |
Returns a region that will be occupied by the image after it is transformed. (Overrides VObject.GetTransformedVObjectBounds().) |
|
GetType | (Inherited from Object.) | |
GetVObjectBounds |
Returns a region occupied by this image. (Overrides VObject.GetVObjectBounds().) |
|
HitTest |
Checks if the specifed point belongs to the image. (Overrides VObject.HitTest(PointF, Single).) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update |
Invalidates the object and causes it to be redrawn. (Inherited from VObject.) |
Name | Description | |
---|---|---|
ControlPoints |
A collection of control points associated with this control points provider. (Inherited from VObject.) |
|
Designer |
Gets a designer which will process user input when the image v-object becomes active. (Overrides VObject.Designer.) |
|
DrawMode |
Gets/sets the rendering quality of a v-object. (Overrides VObject.DrawMode.) |
|
IsDisposed |
Gets a value indicating whether the object has been disposed of. (Inherited from VObject.) |
|
Locked |
Gets/sets a value indicating if the v-object is locked. (Inherited from VObject.) |
|
MaxControlPointRadius |
Gets a maximum radius of the associated control points. (Inherited from VObject.) |
|
Name |
Gets/sets the name of the v-object. (Inherited from VObject.) |
|
SupportedActions |
Gets/sets the collection of actions (transformations) which can be applied to this v-object. (Inherited from VObject.) |
|
Tag |
Gets/sets custom data. (Inherited from VObject.) |
|
Transform |
Gets/sets a matrix of the transformation. (Overrides VObject.Transform.) |
Name | Description | |
---|---|---|
Changed |
Raised when the v-object is modified (after the modification is completed). (Inherited from VObject.) |