visual basic 2005 graphic 有什么命令

来源:百度知道 编辑:UC知道 时间:2024/06/15 13:09:48
除了drawline外还有什么?

Public NotInheritable Class Graphics
Inherits MarshalByRefObject
Implements IDeviceContext, IDisposable
' Methods
Shared Sub New()
Private Sub New(ByVal gdipNativeGraphics As IntPtr)
Public Sub AddMetafileComment(ByVal data As Byte())
Public Function BeginContainer() As GraphicsContainer
Public Function BeginContainer(ByVal dstrect As Rectangle, ByVal srcrect As Rectangle, ByVal unit As GraphicsUnit) As GraphicsContainer
Public Function BeginContainer(ByVal dstrect As RectangleF, ByVal srcrect As RectangleF, ByVal unit As GraphicsUnit) As GraphicsContainer
Private Sub CheckErrorStatus(ByVal status As Integer)
Public Sub Clear(ByVal color As Color)
Public Sub CopyFromScreen(ByVal upperLeftSource As Point, ByVal upperLeftDestination As Point, ByVal blockRegionSize As Size)
Public Sub CopyFromScreen(ByVal upperLeftSource As Point, ByVal upperLeftDestination As Point,