Click or drag to resize

GenericSPGetOverlayImage Method

Get an image which represents the overlay - that is, drawn in the appropriate pen, brush and shape.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public SisMimeData GetOverlayImage(
	string pen,
	string brush,
	string shape,
	double angle,
	int width,
	int height,
	string imgFormat
)

Parameters

pen
Type: SystemString
The overlay pen.
brush
Type: SystemString
The overlay brush.
shape
Type: SystemString
The overlay shape.
angle
Type: SystemDouble
The angle to which the shape will be rotated.
width
Type: SystemInt32
The width of the required image.
height
Type: SystemInt32
The height of the required image.
imgFormat
Type: SystemString
The format of the required image. For valid values, see Render()

Return Value

Type: SisMimeData
A rendered image of the overlay style, including shape.
Remarks
This should be called on a map GeognoSIS session, with NOLs inserted as appropriate. All items will be removed on completion.
See Also