Global Mapper SDK
| GM_LayerList_t .Draw Method |
Draws one or more layers to the provided device context at
the given location.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 Draw ( IntPtr aDC , GM_DrawFlags_t32 aDrawFlags , GM_Rectangle_t aWorldBounds , int aLeftPixel , int aTopPixel , int aPixelWidth , int aPixelHeight )
Parameters
- aDC
-
Type:
System
.
IntPtr
OUT: count of layers in returned list - aDrawFlags
-
Type:
GlobalMapper
.
GM_DrawFlags_t32
Flags controlling how the draw is performed - aWorldBounds
-
Type:
GlobalMapper
.
GM_Rectangle_t
World bounds to draw or NULL for all - aLeftPixel
-
Type:
System
.
Int32
Left pixel coordinate to draw to - aTopPixel
-
Type:
System
.
Int32
Top pixel coordinate to draw to - aPixelWidth
-
Type:
System
.
Int32
Width in pixels to draw - aPixelHeight
-
Type:
System
.
Int32
Height in pixels to draw
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.