UnknownDrawing Methods |
The UnknownDrawing type exposes the following members.
Name | Description | |
---|---|---|
![]() | BringForward |
Brings this drawing forward so that it is hidden by fewer drawings that are in front of it.
(Inherited from Drawing.) |
![]() | BringForward(Drawing) |
Brings this drawing forward so that is not hidden by the specified drawing and all other drawings behind the specified drawing.
(Inherited from Drawing.) |
![]() | BringToFront |
Brings this drawing in front of all other drawings so that no part of it is hidden behind another drawing.
(Inherited from Drawing.) |
![]() | SendBackward |
Sends this drawing backward so that it is hidden by more drawings that are in front of it.
(Inherited from Drawing.) |
![]() | SendBackward(Drawing) |
Sends this drawing backward so that is hidden by the specified drawing and all other drawings in front of the specified drawing.
(Inherited from Drawing.) |
![]() | SendToBack |
Sends this drawing behind all other drawings.
(Inherited from Drawing.) |
![]() | ToString | (Inherited from Drawing.) |