Measure(Style,Graphics,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Function Measure( _
ByVal As C1.Framework.Style, _
ByVal As System.Drawing.Graphics, _
ByVal As System.Object _
) As System.Drawing.Size
public System.Drawing.Size Measure(
C1.Framework.Style ,
System.Drawing.Graphics ,
System.object
)
Parameters
- s
- g
- value
See Also