Adds the specified rubber stamp to an eDrawings document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub AddStamp( _
ByVal Filename As System.String, _
ByVal X As System.Single, _
ByVal Y As System.Single, _
ByVal Width As System.Single, _
ByVal Height As System.Single _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim Filename As System.String
Dim X As System.Single
Dim Y As System.Single
Dim Width As System.Single
Dim Height As System.Single
instance.AddStamp(Filename, X, Y, Width, Height) |
C# | |
---|
void AddStamp(
System.string Filename,
System.float X,
System.float Y,
System.float Width,
System.float Height
) |
C++/CLI | |
---|
void AddStamp(
& System.String^ Filename,
& System.float X,
& System.float Y,
& System.float Width,
& System.float Height
) |
Parameters
- Filename
- Path and name of the file containing an image of a rubber stamp
- X
- Y
- Parts and assemblies: y screen coordinate
- or -
-
Drawings: y drawing coordinate
- Width
- Height
- Parts and assemblies: not applicable; no meaning
- or -
-
Drawings: height of the stamp in drawing coordinates
Example
Remarks
See Also
Availability
eDrawings API 2007 SP0