Visual Basic (Declaration) | |
---|---|
Public Function OrImage( _ ByVal ImgSrc As CiImage, _ ByVal left As Integer, _ ByVal top As Integer _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CiTools Dim ImgSrc As CiImage Dim left As Integer Dim top As Integer Dim value As Integer value = instance.OrImage(ImgSrc, left, top) |
Parameters
- ImgSrc
- left
Target position on CiTools.Image object.
- top
Target position on CiTools.Image object.
This method generates an error if Image property is a zone.
BitsPerPixel property of object.Image and ImgSrc should be the same.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family