public SizeF GetLogicSize(
float width,
float height
)Public Function GetLogicSize (
width As Single,
height As Single
) As SizeFpublic:
SizeF GetLogicSize(
float width,
float height
)member GetLogicSize :
width : float32 *
height : float32 -> SizeF