LineShape Methods |
The LineShape type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Duplicate a shape to create a temporary instance.
(Inherited from Shape.) | |
ConvertToPolyline |
Create a figure converted to a polyline.
(Inherited from BasicShape.) | |
Copy |
Create a copy of the shape and add it to the drawing.
(Inherited from Shape.) | |
Delete |
Delete the shape.
(Inherited from Shape.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Explode |
Disassemble the shape.
(Inherited from Shape.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBoundingBox |
Get the rectangular area surrounding the shape.
(Inherited from Shape.) | |
GetBoundingPoints |
Get the area surrounding the shape.
(Inherited from Shape.) | |
GetClosestPoint |
Get the point on the figure closest to the specified coordinates.
(Inherited from BasicShape.) | |
GetExplodedShapes |
Get the decomposed figure.
(Inherited from Shape.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetIntersectionPoint |
Get the intersection point with the specified figure.
(Inherited from BasicShape.) | |
GetLength |
Get the length of the figure between the specified parameters.
(Inherited from BasicShape.) | |
GetOffsetShape |
Create geometry offset by the specified distance.
(Inherited from BasicShape.) | |
GetParameterAtPoint |
Get the parameters of the specified coordinates.
(Inherited from BasicShape.) | |
GetPointAtLength |
Acquires a point ahead by a specified length from the specified parameter on the figure.
(Inherited from BasicShape.) | |
GetPointAtParameter |
Get the coordinates of the specified parameter.
(Inherited from BasicShape.) | |
GetPointSide |
I will get which side of the figure the specified point is.
(Inherited from BasicShape.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsNormal |
Determine whether it is perpendicular to the specified line figure.
| |
IsOpposite |
Determine whether it is in the opposite direction to the specified line figure.
| |
IsParallel |
Determine whether it is parallel to the specified line figure.
| |
IsPointOnShape |
Get a value indicating whether the specified coordinates are on the figure.
(Inherited from BasicShape.) | |
IsValidParameter |
Get a value indicating whether the specified parameter is on the figure.
(Inherited from BasicShape.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Mirror |
Move the figure mirror image.
(Inherited from Shape.) | |
Move |
Move the shape.
(Inherited from Shape.) | |
Rotate |
Rotate the shape.
(Inherited from Shape.) | |
Scale |
Zoom in or out the shape.
(Inherited from Shape.) | |
SetPoint |
Set the start and end points of the line.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform |
Convert geometry with specified magnification, angle and coordinates.
(Inherited from Shape.) |