GenericSPCreateOverlayImage Method |
Note: This API is now obsolete.
Create 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[ObsoleteAttribute]
public void CreateOverlayImage(
string pen,
string brush,
string shape,
double angle,
double x,
double y,
double size
)
<ObsoleteAttribute>
Public Sub CreateOverlayImage (
pen As String,
brush As String,
shape As String,
angle As Double,
x As Double,
y As Double,
size As Double
)
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. - x
- Type: SystemDouble
The x-coordinate of the position the image will be left at. - y
- Type: SystemDouble
The y-coordinate of the position the image will be left at. - size
- Type: SystemDouble
The size of the image.
Return Value
Type:
A rendered image of the overlay style, including shape.
RemarksThis should be called on a new GeognoSIS session, with NOLs inserted
as appropriate. All items will be removed on completion.
The pieces are placed in level 10.
See Also