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)
Syntaxpublic SisMimeData GetOverlayImage(
string pen,
string brush,
string shape,
double angle,
int width,
int height,
string imgFormat
)
Public Function GetOverlayImage (
pen As String,
brush As String,
shape As String,
angle As Double,
width As Integer,
height As Integer,
imgFormat As String
) As SisMimeData
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:
SisMimeDataA rendered image of the overlay style, including shape.
RemarksThis should be called on a map GeognoSIS session, with NOLs inserted
as appropriate. All items will be removed on completion.
See Also