All Cadcorp SIS API Methods

CreateBitmapFromImage

Description

Creates a bitmap from an image.

Syntax

Visual Basic
Public Function CreateBitmapFromImage( _
   ByVal w As Integer _
   ByVal h As Integer _ 
) As Integer

Parameters

w
The width in pixels to create the bitmap.
h
The height in pixels to create the bitmap.

Remarks

Available: GEO SISpy

Group:

Example

sis.CreateBitmapFromImage (100, 100)