public static LeadRect GetGuideFrame(
int ,
int ,
int ,
int
)
'Declaration
Public Shared Function GetGuideFrame( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As LeadRect
+ (LeadRect)guideFrameWithClientSize:(LeadSize)clientSize previewSize:(LeadSize)previewSize
public static LeadRect getGuideFrame(long clientWidth, long clientHeight, long previewWidth, long previewHeight)
Parameters
- clientWidth
- The width of the client, in pixels.
- clientHeight
- The height of the client, in pixels.
- previewWidth
- The width of the preview, in pixels.
- previewHeight
- The height of the preview, in pixels.
Return Value
A
Leadtools.LeadRect object with the guide frame information.